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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
MapView.SetScript
Sets script trigger.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| MapView | 9.3 | Yes | No | No | No | Yes |
Parameters
| 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 |
Result
Returns OK or error.
Description
Sets script trigger.Script is called for pins with identifiers when clicked.
With version 9.5, we start passing JSON with various values included. Version 9.3 and 9.4 only pass annotation identifier.
The JSON includes mapViewID, annotationIdentifier, latitude, longitude, mouseInViewX, mouseInViewY, mouseInWindowX, mouseInWindowY, mouseLocationX, mouseLocationY, reason and overlayIdentifiers.
overlayIdentifiers are found by bounding rectangles, so we don't check polygons or circles exactly!
The JSON contains an entry reason for why the script was called including Touch, Click, AnnotationMoved, and AnnotationSelected.
Examples
Set script:
Set Variable [ $$MapView ; Value: MBS("MapView.CreateWithControl"; 0; "PlaceHolder") ]
Set Variable [ $r ; Value: MBS("MapView.SetScript"; $$MapView; Get(FileName); "PinClicked") ]
See also
Example Databases
Blog Entries
- MBS FileMaker Plugin, version 9.5pr1
- Neues vom MBS Plugin 9.3
- Whats new in MBS FileMaker Plugin version 9.3
- Neues MBS FileMaker Plugin 9.3 - Über 5900 Funktionen in einem Plugin
- MBS FileMaker Plugin 9.3 - More than 5900 Functions In One Plugin
- MBS FileMaker Plugin, version 9.3pr2
- More on MapViews in FileMaker
Release notes
- Version 9.5
- Changed MapView.SetScript to get parameter with JSON!
- Version 9.3
- Added MapView.SetScript function.
Created 6th June 2019, last changed 23th September 2019
MapView.SetRotateEnabled - MapView.SetScrollEnabled
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins