google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

ShowHidden property in OpenFile, SaveFile & SelectDir functions #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the OpenFile, SaveFile & SelectDir functions would allow 
for the suppression of the display of hidden files/directories. The display of 
these hidden files/directories is a nuisance in that they occur before the 
non-hidden files & thus have to be scrolled through and are rarely selected by 
a user. This could be done in the same way as the FileChooser & DirChooser 
controls in the gb.form component i.e. by having a Boolean property of 
ShowHidden.

Version: 2.22 & 3.0
Operating system: Linux / FreeBSD
Distribution: Ubuntu 10.04
Architecture: x86
GUI component: GTK+ (as I haven't specified the GUI)
Desktop used: Gnome2

Original issue reported on code.google.com by john.aaron.rose@gmail.com on 20 Jan 2012 at 6:46

GoogleCodeExporter commented 9 years ago
I'm afraid it is impossible with standard Qt dialogs, so I can't implement it 
in a toolkit-independent manner.

I will think about it...

Original comment by benoit.m...@gmail.com on 20 Jan 2012 at 8:25

GoogleCodeExporter commented 9 years ago
Done in revision #4440.

Original comment by benoit.m...@gmail.com on 31 Jan 2012 at 10:46