[Gambas-user] FileChooser Refresh and Events?

Benoît Minisini gambas at ...1...
Tue Jan 5 20:39:30 CET 2010


> 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




More information about the User mailing list