Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Acquires a picture.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Twain | 3.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Modal | Whether to run the process modal. Default is 0 for running non modal. Ignored in most cases. |
0 | Optional |
ShowUI | Whether to show the dialog. Pass 1 to show dialog or 0 to not show it. Default is 1. | 1 | Optional |
BringWindowToFront | For Windows only a flag. Pass 1 to have the plugin watch for new windows and bring them to front and avoid them showing behind FileMaker’s windows. Default 0. |
1 | Optional |
Returns OK or the Twain error code.
Acquire with UI, window to front and modal:
MBS( "Twain.Acquire"; 1; 1; 1)
Created 18th August 2014, last changed 9th May 2017
Trace.WriteLine - Twain.ClearCancelScript
Feedback: Report problem or ask question.