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
Sets script trigger.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MapView | 9.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
MapView | The map view reference number. | $$MapView | |
Filename | The database file name where the script is located. | "test.fmp12" | Optional |
ScriptName | The script name. | "MyScript" | Optional |
Returns OK or error.
Set script:
Set Variable [ $$MapView ; Value: MBS("MapView.CreateWithControl"; 0; "PlaceHolder") ]
Set Variable [ $r ; Value: MBS("MapView.SetScript"; $$MapView; Get(FileName); "PinClicked") ]
Created 6th June 2019, last changed 23th September 2019
MapView.SetRotateEnabled - MapView.SetScrollEnabled
Feedback: Report problem or ask question.