Nicholas Orr

Results 27 comments of Nicholas Orr

Eric, Thanks for this. This does look like a bug, in that I can't see a reason why it shouldn't be adding the same content type to the parts. I'll...

nomfjmt, I don't get the same behaviour as you. I can do : BE_Zip ( BE_FileSelectDialog ( "" ) ) And select multiple files in the dialog, and the plugin...

Ah, thanks. That's a change in behaviour we weren't expecting. We'll put in a fix to make it work the same as the 4.1.3 version. Thanks, Nick

A rename doesn't affect the parameters. Not sure what you're referring to here... Also if you need plugin support please use : https://docs.baseelementsplugin.com There's a contact link on that page....

I don't believe that it ever had an option for limiting the file names returned. We've had options to do that generally via regex, but never in this function, that...

Ok, so you do need to quote the text strings when you setup the function, so this is the example I tried : ``` BE_ScriptStepInstall ( "Show Progress Dialog" ;...

Followup, that did work for me, the progress dialog appeared, just behind another window so I didn't see it at first. But I got the extra error dialog as well...

So you don't get the same error dialog that I did? What platform and what versions of everything ( OS, FMP, BE ) Thanks, Nick

Matt, We've got this in our ideas list, as I'm always on the hunt for a good way of doing more dynamic JSON referencing. I'm used to XPath with just...

Matt, Ok, I've got a sample issue where this would be handy. I've got a thing in json where I get a big list that looks like : [{"label":"375ml","value":"196"},{"label":"750ml","value":"197"},{"label":"Magnum","value":"198"}] Except...