Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
FM.InitMessageFilter
Initializes COM message filter.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 8.3 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
MBS( "FM.InitMessageFilter" )
Parameters
none
Result
Returns OK or error.
Description
Initializes COM message filter.If a COM message can't be handled right away, COM may show a standard dialog to retry, switch task or cancel, which may bring your app in an endless dialog series. MBS Plugin implements a message filter which delays messages till the current processing is done and avoids the dialog. So long running options can perform well.
Call this once if you see "server busy" error dialogs from COM subsystem on Windows.
See also
Release notes
- Version 10.3
- Changed WIA.ImageDialog and WIA.SelectDeviceDialog to call FM.InitMessageFilter internally to avoid running into COM error dialogs.
- Version 8.3
- Added FM.InitMessageFilter function to block COM retry dialogs.
Blog Entries
- MBS FileMaker Plugin, version 10.3pr1
- Neues MBS FileMaker Plugin 8.3
- MBS FileMaker Plugin 8.3 released
- Putting an end to the Server Busy Dialog in Xojo and FileMaker
- MBS FileMaker Plugin, version 8.3pr2
This function checks for a license.
Created 18th June 2018, last changed 15th May 2019
