| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MBS FileMaker Plugin Example Databases
AppleScript
All examples are included with download of MBS FileMaker Plugin.
| Overview | |
| Tables | 1 |
| Relationships | 0 |
| Layouts | 1 |
| Scripts | 0 |
| Value Lists | 0 |
| Custom Functions | 0 |
| Custom Menus | 32 |
| File Options | |
| Default custom menu set | [Standard FileMaker Menus] |
| When opening file | |
| Minimum allowed version | 12.0 |
| Login using | Account Name; Account= Admin |
| Allow user to save password | Off |
| Require iOS passcode | Off |
| Switch to layout | Off |
| Hide all toolbars | Off |
| Script triggers | |
| OnFirstWindowOpen | Off |
| OnLastWindowClose | Off |
| OnWindowOpen | Off |
| OnWindowClose | Off |
| OnFileAVPlayerChange | Off |
| Thumbnail Settings | |
| Generate Thumbnails | On; Temporary |
| Table Name |
Statistics
| Occurrences in Relationship Graph |
| AppleScript |
1 field defined, 1 record
| AppleScript |
Layout Objects: AppleScript
| Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $a; Value:MBS("Applescript.Run"; "say \"Hello World\"") ] | |||
| Button Properties | Coordinates | Script/Script Step | |||
|
| Show Custom Dialog [ Message: MBS("Applescript.Run"; "return (path to desktop) as string"); Default Button: “OK”, Commit: “Yes”; Button 2: “Abbrechen”, Commit: “No” ] | |||
| Button Properties | Coordinates | Script/Script Step | |||
|
| Show Custom Dialog [ Message: MBS("Applescript.Run"; "return choose color default color {65535, 0, 0}"); Default Button: “OK”, Commit: “Yes”; Button 2: “Abbrechen”, Commit: “No” ] | |||
| Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $a; Value:MBS("Applescript.Run"; "tell application \"Finder\" to activate") ] | |||
| Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $a; Value:MBS("Applescript.Run"; "set volume output volume 50") ] | |||
| Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $a; Value:MBS("Applescript.Run"; "set volume output volume 0") ] | |||
| Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $a; Value:MBS("Applescript.Run"; "set volume output volume 100") ] | |||
Download example: AppleScript