Re: [Gambas-user] File select broken ?

2009-11-20 Thread Pino Zollo
Il giovedì 19 novembre 2009 21:04:19 hai scritto: - ' Filter for our user file open dialog. All image types supported by Gambas PRIVATE FUNCTION FileFilter(OPTIONAL All AS Boolean = FALSE) AS String[] DIM filter AS NEW String[]   IF All THEN     filter.Add(*.png

Re: [Gambas-user] File select broken ?

2009-11-19 Thread Benoît Minisini
I have just realized that my old code does not work any more in selecting .jpg files. Now I am using Gambas 2.17 but I do not know which release made it wrong. Selecting the directory with my .jpg files it appears empty. I have to select All Graphics .* to see them and then the