In webclient from application server the plugins.file.showFileSaveDialog() function doesn´t work. From developer it works properly.
Have someone the same problem?
[attachment=0]log_error.PNG[/attachment]
In webclient from application server the plugins.file.showFileSaveDialog() function doesn´t work. From developer it works properly.
Have someone the same problem?
[attachment=0]log_error.PNG[/attachment]
showFileSaveDialog is not supported in the webclient.
It also doesnt really work in the developer, but i guess you see a dialog appearing and think that is done through the browser (but thats just shown through the swing client)
In 5 only stuff that has: “(Web Enabled)” in the doc/tooltip can be used in the webclient.
So for saving (show the save dialog in the browser) the writeXxxFile() methods can be used.