Search found 3 matches

by Shoozza
Tue Sep 30, 2008 2:02 pm
Forum: Code Snippets
Topic: (C++) File Selector/Dialog v1.1
Replies: 34
Views: 18937

Yeah when the file extension is mp3 and i add e.g. test.xml it will not save (has to be *.mp3 in that case).
It does close for :.mp3 which cannot be saved on windows.
(\/:?"<>| are not allowed to be in the filename)
Also when i press enter after i typed the name (even without filer) it changes the ...
by Shoozza
Tue Sep 30, 2008 1:17 pm
Forum: Code Snippets
Topic: (C++) File Selector/Dialog v1.1
Replies: 34
Views: 18937

no problem JP ;)

For the German keylayout all keys seems to work except the ones who need to have altgr + 'thekey' or ctrl+alt + 'thekey' to be pressed.
These are following:
@ = altgr + 'q'
\ = altgr + 'ß'
~ = altgr + '+'
² = altgr + '2'
³ = altgr + '3'
€ = altgr + 'e'
| = altgr + '<'
µ = altgr ...
by Shoozza
Tue Sep 30, 2008 1:51 am
Forum: Code Snippets
Topic: (C++) File Selector/Dialog v1.1
Replies: 34
Views: 18937

nice work!
Here my suggestions/bugs:
It's not possible to type \ on german keyboardlayout
(altgr + ß or ctrl+alt+'ß' where 'ß' is on the same key like '?')
I would expect the file chooser to hide when you doubleclick on a file.
Doubleclick the address bar text doesn't make it get selected.
The ...