Jump to content

Edit controls, limits & _GUICtrlEdit_AppendText


Recommended Posts

I'm using a edit field in my GUI as an event log. I usually stored all the lines in an array of size 100 and pushing through it when adding further lines. I then combined the while array to a string and set the text in the edit.

Now I switched to _GUICtrlEdit_AppendText since it seemed so practical. Problem is after about 800 lines it stops writing to the edit. There seems to be a limit reached.

Is there away to circumvent the limit or push the value like i did with _ArrayPush ?

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...