Tellblom Posted February 17, 2010 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
GodForsakenSoul Posted February 17, 2010 Posted February 17, 2010 why not dump the log output to a .txt?
Tellblom Posted February 17, 2010 Author Posted February 17, 2010 We like to see it up in a window to see that the process does not hang
PortableApps Posted February 17, 2010 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.
dmob Posted February 18, 2010 Posted February 18, 2010 Also check out _GuiCtrlEdit_SetLimitText in the help file. I had a problem with when the limit was reached.
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