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.SetTopText
Sets the top text in the progress dialog.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.4 | Yes | Yes | No | No | No |
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
- ImageCapture.RequestScan
- ImageCapture.SetParameter
- ProgressDialog.GetTopMost
- ProgressDialog.SetFont
- ProgressDialog.SetPosition
- ProgressDialog.SetTitle
- ProgressDialog.SetTitleIcon
- ProgressDialog.SetTopMost
- ProgressDialog.Show
- XML.Import
Example Databases
- CURL/CURL Download in Background
- CURL/Email/Batch Emailer
- CURL/Email/Email Client
- CURL/FTP/CURL FTP Upload from file with Progress
- CURL/SFTP/CURL sFTP Upload File
- Mac and iOS/AVExport
- Mac only/ImageCapture/ImageCapture
- Utility functions/MouseCursors
- 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.SetTopMost - ProgressDialog.Show
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins