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.SetBottomText
Sets the bottom text in the progress dialog.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.4 | Yes | Yes | No | No | No |
MBS( "ProgressDialog.SetBottomText"; text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| text | The new bottom text. | "Hello" |
Result
Returns "OK" on success.
Description
Sets the bottom text in the progress dialog.Below the progress bar most applications shows some data like "x of y files processed" or "123 KB of 456 KB copied."
Please do not call this function more than one time per second to avoid the progress window redraw to slow down your process.
Examples
Report progress:
MBS( "ProgressDialog.SetBottomText"; $index & " of " & $total & " files" )
See also
- FM.CompareTables
- ImageCapture.RequestScan
- ImageCapture.SetParameter
- JSON.Import
- ProgressDialog.GetBottomText
- ProgressDialog.GetTopText
- ProgressDialog.SetButtonCaption
- ProgressDialog.SetTopMost
- ProgressDialog.SetTopText
- XML.Import
Example Databases
- CURL/Amazon S3 Upload File
- CURL/Email/Email Client
- JSON/JSON Import
- Mac and iOS/Addressbook/Addressbook
- Mac only/ImageCapture/ImageCapture
- Mac only/MetaDataQuery/Search Applications
- Utility functions/MouseCursors
- WebViewer/WebKit 1.x macOS only/WebViewer Download Delegate for Mac with Custom Webviewer
- WebViewer/WebKit 1.x macOS only/WebViewer Download Delegate for Mac
- XML/XML Import
Blog Entries
FileMaker Magazin
Created 18th August 2014, last changed 9th February 2015
ProgressDialog.Reset - ProgressDialog.SetButtonCaption
Feedback: Report problem or ask question.
Links
MBS Xojo blog