MBS FileMaker Plugin 14.6 development

Hello,

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

Download is available as usual here:

monkeybreadsoftware.com/filemaker/files/Prerelease/

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

If not, well you can ignore it.

New functions in documentation.

Thanks for supporting our plugin.

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

You can click on the mbs-plugin-development tag and subscribe to get an email for new topics with this tag, so you get notified.

Greetings
Christian

1 Like

14.6pr1:

1 Like

14.6pr2:

  • Removed the dependency on VCRUNTIME140_1.DLL. Appeared back in pr1.
  • Updated DynaPDF to version 4.0.95.269.
  • Added DynaPDF.GetLastTextPosXAbs and DynaPDF.GetLastTextPosYAbsfunctions.
  • Improved XML.SetPathValue to not create duplicate nodes when finding them using namespaces.
  • Tuned formatting of calculations to break behind and/or for long lines.

14.6pr3:

  • Improved stack printing for Windows to help debugging issues.
  • Updated SQLite to version 3.47.2.
  • Improved SyntaxColoring.AddContextMenuCommand function to allow them to show in browse and layout mode.
  • Fixed crash in DuckDB client for SQL functions.
  • Added a sort feature to the plugin for the Show Window list.
  • Added Archive.IsOpen function.

14.6pr4:

  • Added StoreKit.LastError function.
  • Added StoreKit.SetRequestFailedTrigger function to set a script trigger for an error.
  • Changed Script ID column for script workspace to be wider and allow more digits to show.
  • Updated curl library to version 8.11.1.
  • Added UTF-8 validation checks to WordFile functions to avoid creating invalid word files with invalid text.
  • Fixed an insufficient escaping for JSON.SortWithEvaluate function, which sometimes caused an internal error and prevented sorting.
  • Added our field picker extension to another field picker dialog in FileMaker, which you see when you duplicate a portal and reassign the fields. This dialog also now gets tooltips for fields.
  • Added FileNames parameter for Plugin.LimitFunction function.
  • Fixed a problem with font handling for XL functions.
  • Changed custom function auto complete to not add bracket for function name if you are not at the end of the text.
  • Added checkbox for custom functions autocomplete.
  • Added SyntaxColoring.AutoCompleteCustomFunctions.GetEnabled and SyntaxColoring.AutoCompleteCustomFunctions.SetEnabledfunctions.
  • Improved auto complete for custom functions to show MBS FileMaker Plugin names.
  • Added Plugin.LibExpatVersion function.
  • Updated expat library to version 2.6.4.
  • Updated mongo-c-driver library to version 1.29.1.
  • Updated ShowURL function for iOS to work again in newest iOS SDK version.
  • Fixed an issue where custom function auto complete would show Get multiple times.

14.6pr5:

  • Updated to Xcode 16.2.
  • Added Process.LoadFramework function.
  • Fixed a problem with CGImageSource.SetProperty function not passing floating point numbers in automatic mode.
  • Deprecated Calendar functions. Please move to Events functions.
  • Updated DynaPDF to version 4.0.96.272.
  • Added ImagePlayground functions.
  • Added DynaPDF.ConvToFreeTextCallout function.
  • When logging that you have a ton of objects, we now list the object type and script name.
  • Fixed contextual menu additions to not show up in database design dialog, broken in pr3.

14.6pr6:

  • Updated DynaPDF to version 4.0.96.273.
  • Added MinDataInterval, MaxDataInterval, DataRate, MinDataRate, MaxDataRate and isOpen as property names for Phidget.GetProperty function.
  • Added DataRate as property name for Phidget.SetProperty function.
  • Added DynaPDF.DeleteOutputIntent function.
  • Increased the column width for script IDs so you see more digits.