mozart90 Posted February 12, 2007 Posted February 12, 2007 Hi I'm using an editbox for some log entries nd I noticed that some text is cut. It seams to me that there is a limitation of the amount of text in the box, because the visible text in the box is approx. 30kB. Am I right? And is there any possibility to increase this size ? Regards Mozart90 Easy Zip Compression using XP
jvanegmond Posted February 12, 2007 Posted February 12, 2007 These are AutoIt limits: http://www.autoitscript.com/autoit3/files/...itsDefaults.htm github.com/jvanegmond
Uten Posted February 12, 2007 Posted February 12, 2007 Don't remember the amount, but there used to be limits with the text box in the win32 api (32kb sound about right for win9x/Nt4, don't know if they have changed it in later releases). I suppose that is the culprit rather than AutoIt. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Moderators SmOke_N Posted February 12, 2007 Moderators Posted February 12, 2007 GUICtrlSetLimit Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
mozart90 Posted February 13, 2007 Author Posted February 13, 2007 (edited) year smOke_n is right, You can set the limitation (Default seems to be 32kB). Now it is set to 256 KB. And it works fine! Thanks. Regards Mozart90 Edited February 13, 2007 by mozart90 Easy Zip Compression using XP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now