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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ProgressDialog.SetShowButton
Sets whether to show the cancel button or not.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.4 | Yes | Yes | No | No | No |
MBS( "ProgressDialog.SetShowButton"; Flag ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Flag | Whether to show or hide the show button. | 1 |
Result
Returns "OK" on success.
Description
Sets whether to show the cancel button or not.Examples
Hide button:
MBS( "ProgressDialog.SetShowButton"; 0 )
Show button:
MBS( "ProgressDialog.SetShowButton"; 1 )
See also
- CURL.SetUpdateProgressDialog
- FM.InsertSetUpdateProgressDialog
- ProgressDialog.GetPositionX
- ProgressDialog.GetPositionY
- ProgressDialog.GetShowButton
- ProgressDialog.SetPosition
- ProgressDialog.SetTitleIcon
- ProgressDialog.Show
Example Databases
- CURL/CURL Download in Background
- CURL/CURL Download with Progress
- CURL/FTP/CURL FTP Upload from file with Progress
- CURL/FTP/CURL FTP Upload with Progress
- CURL/SFTP/CURL sFTP Upload File
- Mac and iOS/AVExport
- Mac only/MetaDataQuery/Search Applications
Created 18th August 2014, last changed 26th May 2016
ProgressDialog.SetProgress - ProgressDialog.SetTitle
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins