hempi23 Posted October 12, 2007 Posted October 12, 2007 (edited) Hi, I wrote a script that logs messages into a multi-line edit control: CODE$GUI_E_LogWindow = GUICtrlCreateEdit ( "", 10, 90, 480 , 170, BitOr($ES_MULTILINE,$ES_WANTRETURN, $WS_VSCROLL, $ES_AUTOVSCROLL, $ES_AUTOHSCROLL,$ES_READONLY)) Now I realized, that i cannot add any more lines/characters to the edit box. When I copy the displayed text into TestPad I can see: - number of lines = 500 - file size of 30000 (ANSI/PC) - total characters = 29002 Is there a limitation for the use of GUICtrlCreateEdit as multiline control? I couldnt see any limits for it in the help file. Thanx! Robert Edited October 12, 2007 by hempi23
supersonic Posted December 19, 2008 Posted December 19, 2008 Hi... Good question! Anyone any idea? Is there an option to increase limits? Greets, -supersonic.
Zedna Posted December 19, 2008 Posted December 19, 2008 Look at _GUICtrlEdit_SetLimitText() Resources UDF ResourcesEx UDF AutoIt Forum Search
supersonic Posted December 20, 2008 Posted December 20, 2008 Hi!Of course you're right! :-)Shame on me...Look at _GUICtrlEdit_SetLimitText()
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