plugins.file.showFileSaveDialog( filename ) for Mac

Working with the file plugin is way cool! 8)

I do have I small question: I can’t load the filename in the save dialog with a Mac client or developer app.
This is what I do now:

var name = myBlobfieldname;
var location =  plugins.file.showFileSaveDialog(name);

But the ‘Save As’ field stays empty in the Mac client. It does work fine with Windows clients, though…

Any suggestions?

Servoy Client
Version R2 2.2rc7-build 325
Java version 1.4.2-50 (Mac OS X)

freecolours:
Working with the file plugin is way cool! 8)

I do have I small question: I can’t load the filename in the save dialog with a Mac client or developer app.
This is what I do now:

var name = myBlobfieldname;

var location = plugins.file.showFileSaveDialog(name);




But the 'Save As' field stays empty in the Mac client. It does work fine with Windows clients, though....

Any suggestions?

Servoy Client
Version R2 2.2rc7-build 325
Java version 1.4.2-50 (Mac OS X)

I noticed months ago: it’s an Apple JVM issue…