Suirad Posted May 19, 2009 Posted May 19, 2009 (edited) I am making a simple easy to use editor for another program. Everything is working fine except that my editor will not accept text after 30,000 characters. Is there a limit on edit boxes? I dont see the need for example code as it is just a gui with an editbox, fill the editbox with 30,000 char and it becomes unresponcive. is there any way i could increase this limit? or preferably remove it? Edit: After toying with it, i found that using GUICtrlSetLimit effectively fixes it i could only get it to use a max of 99,999,999,999,999 (99 trillion) GUICtrlSetLimit(<var>,0) doesnt let it be unlimited as its supposed to, only 30,000 Edited May 19, 2009 by Suirad
Zedna Posted May 19, 2009 Posted May 19, 2009 Search for: +edit +limit and switch ON "Search titles only" Resources UDF ResourcesEx UDF AutoIt Forum Search
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