Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ProgressDialog.SetTopText
Sets the top text in the progress dialog.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ProgressDialog | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "ProgressDialog.SetTopText"; Text ) More
Parameters
Parameter | Description | Example |
---|---|---|
Text | The new top text. | "Generating thumbnails..." |
Result
Returns "OK" on success.
Description
Sets the top text in the progress dialog.Here you can show what your solution is doing.
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 activity in dialog:
MBS( "ProgressDialog.SetTopText"; "Downloading images..." )
See also
- JSON.Import
- ProgressDialog.GetTopMost
- ProgressDialog.GetTopText
- ProgressDialog.SetFont
- ProgressDialog.SetImage
- ProgressDialog.SetProgress
- ProgressDialog.SetTitle
- ProgressDialog.SetTitleIcon
- ProgressDialog.SetTopMost
- ProgressDialog.Show
Example Databases
- CURL/Amazon S3/Amazon S3 Upload File
- CURL/CURL Download in Background
- CURL/Email/Batch Emailer
- CURL/SFTP/CURL sFTP Upload File
- JSON/JSON Import
- Mac and iOS/Addressbook/Addressbook
- Mac and iOS/AVExport
- Mac and iOS/Contacts/Contacts to FileMaker
- SmartCard/Belgian EID Reader
- WebViewer/WebViewer Download Delegate for Mac
Blog Entries
- MBS Plugin Advent calendar: 14 - Progress Dialog
- PhotoPicker for iOS with FileMaker iOS SDK
- 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
