MBS FileMaker Plugin, version 9.6pr1
- Added Copy & Paste for the text fields in dialog functions.
- Added CURL.GetMultiOptionMaxConcurrentStreams and CURL.SetMultiOptionMaxConcurrentStreams functions.
- Added EIDSDK functions for using Zetes Bluetooth card reader on iOS.
- Added ListDialog.Reset function.
- Added option for SyntaxColoring.AddContextMenuCommand to create separator items.
- Added RichText.AppendFormattedText and RichText.AppendText functions.
- Added Shell.SetDataAvailableEvaluate, Shell.GetDataAvailableEvaluate, Shell.SetDataAvailableScript, Shell.GetDataAvailableScriptName and Shell.GetDataAvailableScriptFileName functions.
- Changed FM.TableStatistics to ignore calculated and global fields.
- Fixed an issue where text positions would block you from selecting which context to use for evaluating a formula.
- Fixed bug with random number generator on Windows not always working very randomly on server scripts.
- Fixed Dialog.Reset functions to also remove fields.
- Fixed issue from 9.5 where SmartCard.ReadFile would not read last chunk correctly.
- Fixed issue with "Non-public API usage" for iOS app store. Some function names in the plugin have the same name as those on Apple's forbidden list. Now the plugin passes again.
- Fixed issue with CubeSQL client in SQL Plugin to allow SHOW commands to work.
- Improved performance for EventMonitor functions on Windows to avoid problems moving the mouse.
- Renamed Shell.SetEvaluate to Shell.SetCompletedEvaluate and Shell.GetEvaluate to Shell.GetCompletedEvaluate.
- Renamed Shell.SetScript to Shell.SetCompletedScript, Shell.GetScriptName to Shell.SetCompletedScriptName and Shell.GetScriptFileName to Shell.SetCompletedScriptFileName.
- Updated CURL library to version 7.67.0.
- Updated DynaPDF to version 4.0.34.96.
- Updated SQLAPI to version 5.0.2.
- Fixed bug in Window.List on windows to remove empty lines.
- Added more options to Printer.SetPrinter function to set paper format, orientation and source.
- Updated LibArchive to version 3.4.0.
- Added SyntaxColoring.GetFormulasWithLinks and SyntaxColoring.SetFormulasWithLinks functions.
- Improved code for SmartCard.ReadFile to read in chunks of 256 bytes instead of 255 bytes.
- Changed JSON functions to pass through floating numbers as is without rounding, in JSON.CreateNumber, JSON.AddNumberToArray and others.
- Fixed problem with SyntaxColoring.Format function.
- Fixed FileDialog functions on Windows to use frontmost FileMaker document window as parent window.
- Fixed problem with switching to other applications while ListDialog is open on Windows.
- Fixed ListDialog functions to show text with tabs if column count is 1.