Hy, i'm using a File Dialog to let the user save or load some config-data.
According to the users selection (save or load file) i wire the select mode "existing file" (load file) or "existing or new file" (save file) to the file dialog.
The problem is, that the dialog doesn't show any available files on my disc (neither with "existing file" nor "existing or new file").
I've checked, that it opens the correct folder and that there are files in it. It neither shows any files in my Windows-Folder.
As you can see on my screenshot there aren't any patterns linked to it (there should be one, but for test-reasons i've unlinked it).
That leads me to my second question:
Is there a possibility to prompt the file dialog to automaticaly append the file-extension of the selected file pattern to a selected file (for saving)?
Here's a little snippet of my code: