July 29, 201015 yr From the changelog: You can optionally specify a module as a non-GUI function How do I do that?
July 29, 201015 yr There is a 'GUI function' checkbox in the upper right-hand corner of the module view in the ScriptMaster.fp7 file. Uncheck that. Be careful with this, because if uncheck this and then you run a ScriptMaster module that tries to perform a GUI function, like a file chooser or color picker, it will cause FileMaker to hang.
July 29, 201015 yr Author Ah. That led me to the need to add: "isGui=false" to the registerGroovy function
Create an account or sign in to comment