Jump to content

Recommended Posts

Posted

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 ? :whistle:

Posted

:P

the guictrlsetlimit does the trick .

$myedit=GUICtrlCreateEdit ()

guictrlsetlimit(-1,1200000)

and then the limit is 1200000 . :whistle:

Posted

:P

the guictrlsetlimit does the trick .

$myedit=GUICtrlCreateEdit ()

guictrlsetlimit(-1,1200000)

and then the limit is 1200000 . :whistle:

good job figuring it out, and thanks for posting your find.

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
×
×
  • Create New...