Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ProgressDialog.SetBottomText
Sets the bottom text in the progress dialog.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ProgressDialog | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
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/Batch Download
- CURL/Email/Batch Emailer
- CURL/Email/Email Client
- CURL/SFTP/CURL sFTP Upload File
- JSON/JSON Import
- Mac and iOS/Addressbook/Addressbook
- Mac and iOS/AVExport
- Mac only/MetaDataQuery/Search Applications
- Window/Progress Dialog
- XML/XML Import
Blog Entries
- MBS Plugin Advent calendar: 14 - Progress Dialog
- Comparing Base Elements Plugin to MBS FileMaker Plugin
- ImageCapture functions for Mac OS X
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 15th October 2022