Jump to content
Server Maintenance This Week. ×

MooPlug 0.4.7 DialogFile not working


This topic is 5687 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 5687 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.