Newbies Perry Ellsworth Posted October 6, 2008 Newbies Posted October 6, 2008 I seem to be having an issue with mooplugin I was originally thinking it was related to Set Error Capture state, I guess that wasn't the case through further testing I've eliminated that as a theory. So I'm left with: set variable [$path; value:""] set variable [$path; Value:Moo_DialogFile(1; "Please select a file")] Show Customer Dialog ["Result of MooDialogFile"; $path] even in a completely new file with just this script I still get: Moo_DialogFile|Err_2 Without the dialog being displayed at all. I have had the DialogFile working in my solution but seems it has suddenly stopped working for some reason unknown to me. It does with with the developer supplied example file, so I'm left scratching my head. HELP PLEASE : Thanks in advance, lifethetech
Adam Dempsey Posted October 7, 2008 Posted October 7, 2008 Looks like you've found a bug, it seems the dialog isn't shown if the third parameter is missing. I will fix this in the next version, but for now to get it working you can change your use to: set variable [$path; value:""] set variable [$path; Value:Moo_DialogFile(1; "Please select a file"); ""] Show Customer Dialog ["Result of MooDialogFile"; $path] Thanks
Recommended Posts
This topic is 5982 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now