yxrkt Posted March 12, 2007 Posted March 12, 2007 when i load large text files into my guiedit i cant edit the text . ive tested some other "notepads" from the forum and it seems like they all have the same problem. tried the GUICtrlSetLimit function and it didnt help much. so, is there a trick so i can edit my big text files in my guiedit ?
yxrkt Posted March 12, 2007 Author Posted March 12, 2007 21 views and nobody knows nothing .. ? here's an example . guiedit and a 14100 lines txt file.
yxrkt Posted March 12, 2007 Author Posted March 12, 2007 the guictrlsetlimit does the trick . $myedit=GUICtrlCreateEdit () guictrlsetlimit(-1,1200000) and then the limit is 1200000 .
seandisanti Posted March 12, 2007 Posted March 12, 2007 the guictrlsetlimit does the trick .$myedit=GUICtrlCreateEdit ()guictrlsetlimit(-1,1200000)and then the limit is 1200000 . good job figuring it out, and thanks for posting your find.
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