Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
IKPictureTaker
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 2 |
Value Lists | 0 |
Custom Functions | 0 |
Custom Menus | 33 |
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 | Script: SetNotificationScript |
OnLastWindowClose | Off |
OnWindowOpen | Off |
OnWindowClose | Off |
OnFileAVPlayerChange | Off |
Thumbnail Settings | |
Generate Thumbnails | On; Temporary |
Table Name |
Statistics
| Occurrences in Relationship Graph |
IKPictureTaker |
3 fields defined, 1 record
| IKPictureTaker |
Layout Objects: IKPictureTaker
Field Name: IKPictureTaker::Input | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: IKPictureTaker::Output | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: IKPictureTaker::InformationalText | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Field [ IKPictureTaker::Input; MBS("IKPictureTaker.GetInputImage") ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetInputImage"; IKPictureTaker::Input) ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Field [ IKPictureTaker::Output; MBS("IKPictureTaker.GetOutputImage") ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Field [ IKPictureTaker::InformationalText; MBS("IKPictureTaker.GetInformationalText") ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetInformationalText"; IKPictureTaker::InformationalText) ] Fields: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.run") ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetAllowsVideoCapture"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetAllowsVideoCapture"; 1) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetAllowsFileChoosing"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetAllowsFileChoosing"; 1) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetShowRecentPicture"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetShowRecentPicture"; 1) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetAllowsEditing"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetAllowsEditing"; 1) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetShowEffects"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetShowEffects"; 1) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetShowAddressBookPicture"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetShowAddressBookPicture"; 1) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetRemainOpenAfterValidate"; 0) ] |
Button Properties | Coordinates | Script/Script Step | |||
|
| Set Variable [ $r; Value:MBS("IKPictureTaker.SetRemainOpenAfterValidate"; 1) ] |
GotImage |
SetNotificationScript |
Next Script: [SetNotificationScript] |
Script Name | GotImage |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script |
|
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Previous Script: [GotImage] |
Script Name | SetNotificationScript |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script |
|
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script |
|
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script |
|
Table occurrences used by this script |
|
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Download example: IKPictureTaker
Used functions:- IKPictureTaker.GetInformationalText
- IKPictureTaker.GetInputImage
- IKPictureTaker.GetOutputImage
- IKPictureTaker.SetAllowsEditing
- IKPictureTaker.SetAllowsFileChoosing
- IKPictureTaker.SetAllowsVideoCapture
- IKPictureTaker.SetInformationalText
- IKPictureTaker.SetInputImage
- IKPictureTaker.SetNotification
- IKPictureTaker.SetOutputImageMaxSize
- IKPictureTaker.SetRemainOpenAfterValidate
- IKPictureTaker.SetShowAddressBookPicture
- IKPictureTaker.SetShowEffects
- IKPictureTaker.SetShowRecentPicture