Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
WebViewer Download Delegate for Mac
All examples are included with download of MBS FileMaker Plugin.
WebViewer Download Delegate for Mac.fmp12
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 6 |
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 | Script: Start Script |
OnLastWindowClose | Off |
OnWindowOpen | Off |
OnWindowClose | Off |
OnFileAVPlayerChange | Off |
Thumbnail Settings | |
Generate Thumbnails | On; Temporary |
Table Name |
Statistics
| Occurrences in Relationship Graph |
Start |
0 fields defined, 1 record
| Start |
Layout Objects: Start
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “Install” ] Scripts: |
Web Viewer Control Properties | Coordinates | Web Address | |||
|
|
Install |
Start Script |
DownloadBegin |
DownloadProgress |
DownloadFinished |
DownloadFailed |
Next Script: [Start Script] |
Script Name | Install |
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: [Install] | Next Script: [DownloadBegin] |
Script Name | Start Script |
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: [Start Script] | Next Script: [DownloadProgress] |
Script Name | DownloadBegin |
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: [DownloadBegin] | Next Script: [DownloadFinished] |
Script Name | DownloadProgress |
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: [DownloadProgress] | Next Script: [DownloadFailed] |
Script Name | DownloadFinished |
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: [DownloadFinished] |
Script Name | DownloadFailed |
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: WebViewer Download Delegate for Mac
Used functions:- ProgressDialog.GetCancel
- ProgressDialog.Hide
- ProgressDialog.SetBottomText
- ProgressDialog.SetButtonCaption
- ProgressDialog.SetProgress
- ProgressDialog.SetTitle
- ProgressDialog.SetTopText
- ProgressDialog.Show
- WebDownloadDelegate.Cancel
- WebDownloadDelegate.DownloadedLength
- WebDownloadDelegate.ErrorMessage
- WebDownloadDelegate.expectedContentLength
- WebDownloadDelegate.Install
- WebDownloadDelegate.Path
- WebDownloadDelegate.SetBeginDownloadHandler
- WebDownloadDelegate.SetDidDownloadHandler
- WebDownloadDelegate.SetFailHandler
- WebDownloadDelegate.SetProgressHandler
- WebDownloadDelegate.suggestedFilename
- WebDownloadDelegate.URL