MBS FileMaker Plugin 13.2 development

Hello,

in this thread I want to post to you what's new in development of MBS Plugin, version 13.2.

Download is available as usual here:

monkeybreadsoftware.com/filemaker/files/Prerelease/

or from Dropbox: Dropbox folder

If you like our plugin, bookmark, like or forward this thread.

If not, well you can ignore it.

Thanks for supporting our plugin.

For questions please do not answer here, but start a new discussion.

Greetings

Christian

2 Likes

13.2pr1:

2 Likes

13.2pr2:

  • Updated Xcode to version 14.3.
  • Changed minimum version of macOS to 10.13.
  • Improved EmailParser.Attachment function to better handle PDF documents and return them as PDF container with preview.
  • Adjusted plugin for the next version of FileMaker.
  • Fixed a bug in MessageComposer functions on newer iOS versions.
  • Changed container handler to only put in MAIN item for FileMaker 13 or newer.
  • Changed default for CURL.SetOptionConnectionTimeout to 10 seconds (unless you change it) to avoid long stalls in your application of 2 minutes when server is not reachable.
  • Updated SQLAPI to version 5.2.4b3.
  • Added identifier value to the JSON returned by CNContact.JSON function.
  • Added root name parameter to Dictionary.ToXML function.
  • Changed Audit.Delete and Audit.Delete2 to record new fields found before deleting with Delete instead of Create.
2 Likes

13.2pr3:

2 Likes

13.2pr4:

1 Like

13.2pr5:

2 Likes

Thanks for these in an exemplary manner precisely listed listings Christian @MonkeybreadSoftware. This is how the host company should do it!

1 Like

13.2pr6:

1 Like

hi @MonkeybreadSoftware

Perhaps a late request for the next version but was wondering if the following was possible:

So often when developing you want to just open a script to edit which is attached to a button. There's 2 ways:

  1. Go to layout mode, click button, click script name, edit (though this is modal and not ideal).
  2. Turn on debugger, click button, step into script, edit script, kill script execution, close debugger (4+ steps!)

What I was hoping is a shortcut for the second option

When debugger opens I see you can add your own buttons into this UI. Could there be some kind of edit button here, which basically shortcuts the following:

  1. Step into script (F6)
  2. Click edit script (cmd+F10)
  3. Terminate running script cmd+F8
    3 (optionally just turn off debugger, I know there is no shortcut for this by default, though I have my own custom one added to the prefs file).

Even the first 3 steps would be nice. My ultimate dream would be a single click to open a script attached to any button while in browse mode (obviously a developer only tool).

Sounds more like you just need a kind of macro recorder to press one key combination to do the other shortcuts in one go.

and released
MBS Plugin 13.2 for Claris FileMaker

1 Like