I have been having trouble with several of the file plugin functions. Specifically: showOpenFileDialog, showDirectorySelectDialog, showFileSaveDialog and showDirectorySelectDialog all cause an error and the only description I get is “3184”. I submitted a support ticket online, but haven’t received any input about this issue. If I create a very simple solution with one form and the following method:
var vFiles = plugins.file.showFileOpenDialog(0,null,false,vSelectCriteria)
or even
var vFiles = plugins.file.showFileSaveDialog()
Both of these cause an error in 4.1. This same solution in 3.5.7 works fine. Can someone tell me if I’m doing something wrong, or is this a bug in 4.1? If it’s a bug, when can I expect to see it fixed?