Tellblom Posted February 17, 2010 Share Posted February 17, 2010 Hi, I using a GUICtrlCreateEdit as a log output. It seems like it sometimes crashes the application after a while when to much rows are written. The thing I need is to see the last 20 lines, nothing more. Is this possible to do ? Can i clear the content of the editbox? Shall I use another controle? /Martin Link to comment Share on other sites More sharing options...
GodForsakenSoul Posted February 17, 2010 Share Posted February 17, 2010 why not dump the log output to a .txt? Link to comment Share on other sites More sharing options...
Tellblom Posted February 17, 2010 Author Share Posted February 17, 2010 We like to see it up in a window to see that the process does not hang Link to comment Share on other sites More sharing options...
PortableApps Posted February 17, 2010 Share Posted February 17, 2010 Tellblom not sure what do you want to do exactly but it seems you need Guictrlsetdata($Edit,"") It will work like Charm. Link to comment Share on other sites More sharing options...
Tellblom Posted February 18, 2010 Author Share Posted February 18, 2010 Thanks I will try that Link to comment Share on other sites More sharing options...
dmob Posted February 18, 2010 Share Posted February 18, 2010 Also check out _GuiCtrlEdit_SetLimitText in the help file. I had a problem with when the limit was reached. Link to comment Share on other sites More sharing options...
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