Hi.
I m using ubuntu 9.04 and gambas 2.8 and i got this problems, pls help

1. There will be a run error if i select a shortcut for menu item, the error
read "The program has stopped unexpectedly by raising signal #11" and no
error once i removed the shortcut

2. My window will also show the Minimised button even though i set the
Border and the Minimised properties to False

3. If i want to checked whether a textbox is empty, i currently have to used
this method  ( IF trim(txtUserName.text) <> "" then .... ) instead of what
was documented, which is thru using the IsBlank ( i did test this out but
found out that it will only report a textbox as empty or blank providing the
user press the space bar once ) and also the proposed method of directly
checking if a string is empty from the tip window is also not working

Pls advise, Thank you 
-- 
View this message in context: 
http://old.nabble.com/Should-i-upgrade-to-gambas3-tp26979805p26979805.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to