[Gambas-user] Issue 39 in gambas: GTK+ TextArea.ensure visibile does not scroll the text
gambas at ...2524...
gambas at ...2524...
Tue Feb 22 19:00:48 CET 2011
Updates:
Status: Fixed
Comment #2 on issue 39 by benoit.m... at ...626...: GTK+ TextArea.ensure
visibile does not scroll the text
http://code.google.com/p/gambas/issues/detail?id=39
Fixed in revision #3603.
Note that your code is not correct. TextArea positions are character
positions, which is not byte position as text is UTF-8. In other words, to
search inside a TextArea, you must not use Instr(), Len()... but their
equivalent in the String class.
More information about the User
mailing list