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:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
Component: ProgressDialog
Show progress dialog.
Version | macOS | Windows | Linux | Server | iOS SDK | License |
2.4 / 12.0 | ✅ 97% | ✅ Yes | ❌ No | ❌ No | ❌ No | Paid |
Item | Details |
---|---|
ProgressDialog.ClearImage Clears image for the progress dialog. | Mac/Win 2.4 |
ProgressDialog.GetBottomText Queries the current text below the progress bar in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.GetButtonCaption Queries the current text from the button in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.GetCancel Queries the cancel state. | Mac/Win 2.4 |
ProgressDialog.GetImageHeight Queries image view height. | Mac/Win 9.2 |
ProgressDialog.GetImageWidth Queries image view width. | Mac/Win 9.2 |
ProgressDialog.GetPositionX Queries the x position of the dialog. | Mac/Win 2.6 |
ProgressDialog.GetPositionY Queries the y position of the dialog. | Mac/Win 2.6 |
ProgressDialog.GetProgress Queries current progress value. | Mac/Win 2.4 |
ProgressDialog.GetShowButton Queries current state of whether to show the cancel button or not. | Mac/Win 2.4 |
ProgressDialog.GetTitle Queries the current progress dialog title. | Mac/Win 2.4 |
ProgressDialog.GetTopMost Queries whether dialog is top most. | Mac/Win 2.6 |
ProgressDialog.GetTopText Queries the current text above the progress bar in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Hide Hides the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Reset Resets all options. | Mac/Win 6.4 |
ProgressDialog.SetBottomText Sets the bottom text in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.SetButtonCaption Sets the cancel button text. | Mac/Win 2.4 |
ProgressDialog.SetCancel Sets the cancel state. | Mac/Win 2.4 |
ProgressDialog.SetFont Sets the label's text sizes. | Mac/Win 2.9 |
ProgressDialog.SetImage Sets the image. Please use container value as parameter. | Mac/Win 2.4 |
ProgressDialog.SetImageHeight Sets image view height. | Mac/Win 9.2 |
ProgressDialog.SetImageWidth Sets image view width. | Mac/Win 9.2 |
ProgressDialog.SetPosition Set position of the dialog absolute. | Mac/Win 2.4 |
ProgressDialog.SetPositionCentered Set position of the dialog centered. | Mac/Win 2.4 |
ProgressDialog.SetPositionWindowCentered Set position of the dialog centered over a window. | Mac/Win 12.0 |
ProgressDialog.SetProgress Sets the current progress value. | Mac/Win 2.4 |
ProgressDialog.SetShowButton Sets whether to show the cancel button or not. | Mac/Win 2.4 |
ProgressDialog.SetTitle Sets the progress dialog title. | Mac/Win 2.4 |
ProgressDialog.SetTitleIcon Sets the icon of a window in Windows. | Win only 10.2 |
ProgressDialog.SetTopMost Sets whether dialog is top most. | Mac/Win 2.6 |
ProgressDialog.SetTopText Sets the top text in the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Show Shows the progress dialog. | Mac/Win 2.4 |
ProgressDialog.Update Redraws the progress dialog. | Mac/Win 2.6 |
Progressdialog.GetEvaluate Queries expression to evaluate. | Mac/Win 7.1 |
Progressdialog.GetFileName Queries file name. | Mac/Win 7.1 |
Progressdialog.GetScriptName Queries script name to run on button click. | Mac/Win 7.1 |
Progressdialog.SetEvaluate Sets the expression to evaluate on button click. | Mac/Win 7.1 |
Progressdialog.SetScript Sets the script to run when button is clicked. | Mac/Win 7.1 |
38 functions shown.
Release notes
- Version 12.0
- Added ProgressDialog.SetPositionWindowCentered function.
- Version 11.2
- Improved ProgressDialog functions for Big Sur to show indeterminate progress bar again.
- Version 10.2
- Added ProgressDialog.SetTitleIcon function.
- Changed ProgressDialog functions to show more text if needed by doing two lines.
- Version 9.2
- Added ProgressDialog.GetImageHeight, ProgressDialog.GetImageWidth, ProgressDialog.SetImageHeight, ProgressDialog.SetImageWidth to show bigger images.
- Changed ProgressDialog on Windows to respect DPI of display.
- Version 8.5
- Changed ProgressDialog functions on Mac to no longer keep progress dialog modal if app is in background.
- Version 8.0
- Added NoActivate parameter to ProgressDialog.Show function.
- Version 7.1
- Added Progressdialog.GetEvaluate, Progressdialog.GetFileName, Progressdialog.GetScriptName, Progressdialog.SetEvaluate, Progressdialog.SetScript to trigger script/evaluation when clicking cancel button.
Blog Entries
- MBS FileMaker Plugin, version 11.2pr1
- MBS FileMaker Plugin, version 10.2pr2
- 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 8.5pr2
- 4000 functions in 10 years
FileMaker Magazin
Example Databases
- CURL/Amazon S3 Upload File
- CURL/CURL Download in Background
- CURL/CURL Download with Progress
- CURL/Email/Batch Emailer
- CURL/FTP/CURL FTP Upload from file with Progress
- CURL/SFTP/CURL sFTP Upload File
- Mac only/ImageCapture/ImageCapture
- Utility functions/MouseCursors
- WebViewer/WebKit 1.x macOS only/WebViewer Download Delegate for Mac
- XML/XML Import
Feedback: Report problem or ask question.
