[Gambas-user] FileChooser Refresh and Events?
JLichter
jlichter at ...20...
Tue Jan 5 23:01:45 CET 2010
Dear Benoît Minisini,
Thanks for your fast answer.
But the FileChooser hasn't a reload method.
Link: http://gambasdoc.org/help/comp/gb.form/filechooser
Regards Jo
at 05.01.2010, 20:39 +0100 wrote Benoît Minisini:
> > 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,
>
More information about the User
mailing list