> Dear All!
> 
> I am using Ubuntu 9.10 with Gambas 2.13 and 2.18.
> How can I refresh the FileChooser?
> 
> Unfortunately FileChooser1.Refresh does not work and I trick it with:
> 
>      FileChooser1.ShowDetailed = FALSE
>      FileChooser1.ShowDetailed = TRUE
> 
> 
> Also the event KeyPress and MouseDown not work.
> 
> 
> Thanks in advance,
> Jo

If I remember, you must call the Reload method. The Refresh method is just for 
refreshing the GUI of the control.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
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