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.SetImage
Sets the image. Please use container value as parameter.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.4 | Yes | Yes | No | No | No |
MBS( "ProgressDialog.SetImage"; image ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| image | A container value with some picture. Can be JPEG, GIF, BMP, PNG or TIFF. | preftable::ProgressIcon |
Result
Returns "OK" on success.
Description
Sets the image. Please use container value as parameter.For best results use a PNG with alpha channel, so you don't see a border. Size should be 64 x 64 Pixels (72 dpi). If the picture does not fit, the plugin tries to scale it.
Alpha Channel is not supported on Windows 2000, but works on Windows XP and newer.
Internally we use GraphicsMagick, so all the image formats supported by GraphicsMagick should work.
If there is no image, there is more room for your text in the dialog.
Please use RGB picture. Other colorspaces like CMYK may not work.
Examples
Set Image:
MBS( "ProgressDialog.SetImage"; Globals::ProgressLogo )
See also
- ProgressDialog.ClearImage
- ProgressDialog.GetTitle
- ProgressDialog.SetCancel
- ProgressDialog.SetFont
- ProgressDialog.SetImageHeight
- ProgressDialog.SetImageWidth
- ProgressDialog.SetProgress
- ProgressDialog.SetTitle
- ProgressDialog.SetTopText
- ProgressDialog.Update
Example Databases
FileMaker Magazin
Release notes
- Version 9.2
- Added ProgressDialog.GetImageHeight, ProgressDialog.GetImageWidth, ProgressDialog.SetImageHeight, ProgressDialog.SetImageWidth to show bigger images.
Created 18th August 2014, last changed 18th November 2020
ProgressDialog.SetFont - ProgressDialog.SetImageHeight
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins