Jump to content

Edit box issue


Recommended Posts

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 by Suirad
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...