When I call a showFileSaveDialog with a sugested filename the filename isn’t shown. I would like the name to show up if possible…
Next to that when I cancel I would like to have a null value, even when a suggested name is given. This way I can check on this as were it a cancel event.
Lastly, if possible when writing a file I would like the possibility to set an extension…
When I call a showFileSaveDialog with a sugested filename the filename isn’t shown. I would like the name to show up if possible…
If this isn’t working for you then you should contact apple about this. Because in windows this works just fine (the name is filled in)
Maybe apple didn’t implement that specific method.
Next to that when I cancel I would like to have a null value, even when a suggested name is given. This way I can check on this as were it a cancel event.
I have fixed this. It will return null when cancel is pressed
Lastly, if possible when writing a file I would like the possibility to set an extension…
We have to look at if this is possible. Will add to feature list.