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