Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Core ML Photos
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 9 |
Value Lists | 0 |
Custom Functions | 0 |
Custom Menus | 0 |
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: Initialize |
OnLastWindowClose | Off |
OnWindowOpen | Off |
OnWindowClose | Off |
OnFileAVPlayerChange | Off |
Thumbnail Settings | |
Generate Thumbnails | On; Temporary |
Table Name |
Statistics
| Occurrences in Relationship Graph |
Core ML Photos |
4 fields defined, 0 record
| Core ML Photos |
Layout Objects: Core ML Photos
Field Name: Core ML Photos::Name | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Core ML Photos::Image | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: Core ML Photos::Class | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Core ML Photos::CoreML Model Path | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Detect Image” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “ImportImages” ] Scripts: |
Initialize |
ImportImages |
Initialize Drag & Drop |
Drop Action |
Initialize CoreML |
Detect Image |
Close Image View |
Create Image View |
Update Image View |
Next Script: [ImportImages] |
Script Name | Initialize |
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: [Initialize] | Next Script: [Initialize Drag & Drop] |
Script Name | ImportImages |
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: [ImportImages] | Next Script: [Drop Action] |
Script Name | Initialize Drag & Drop |
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: [Initialize Drag & Drop] | Next Script: [Initialize CoreML] |
Script Name | Drop Action |
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: [Drop Action] | Next Script: [Detect Image] |
Script Name | Initialize CoreML |
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: [Initialize CoreML] | Next Script: [Close Image View] |
Script Name | Detect Image |
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: [Detect Image] | Next Script: [Create Image View] |
Script Name | Close Image View |
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: [Close Image View] | Next Script: [Update Image View] |
Script Name | Create Image View |
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: [Create Image View] |
Script Name | Update Image View |
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: Core ML Photos
Used functions:- CoreML.AddImageParameter
- CoreML.Available
- CoreML.Clear
- CoreML.CompileModel
- CoreML.Description
- CoreML.OpenModel
- CoreML.PredictionFromFeatures
- CoreML.Release
- DragDrop.CreateWithWindow
- DragDrop.GetPath
- DragDrop.GetPathCount
- DragDrop.RegisterDropTypes
- DragDrop.SetCursor
- DragDrop.SetDragActionHandler
- FileDialog.GetPath
- FileDialog.GetPathCount
- FileDialog.OpenFileDialog
- FileDialog.Reset
- FileDialog.SetAllowMulti
- FileDialog.SetMessage
- FileDialog.SetPrompt
- Files.ReadFile
- GMImage.Destroy
- GMImage.NewFromContainer
- GMImage.Scale
- GMImage.WriteToPNGContainer
- ImageView.CreateWithSize
- ImageView.Release
- ImageView.SetImage
- JSON.GetPathItem
- Path.LastPathComponent
- Window.GetHeight
- Window.GetWidth