showFileOpenDialog in 4.1 Causes Error

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?

See my post viewtopic.php?p=58949#p58949

Rob

Hi Rob,

Thanks for looking into this issue. Take a look at the other post you pointed me to. I was able to confirm that the issue is something in 4.1 and using Vista. The problem does not happen in 3.5.7 or when running 4.1 on XP.