Updates:
        Status: Fixed

Comment #2 on issue 39 by benoit.m...@gmail.com: 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.


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to