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
ListDialog.SetWidth
Sets the width of the dialog.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ListDialog | 4.3 | Yes | Yes | No | No | No |
MBS( "ListDialog.SetWidth" ) More
Parameters
none
Result
Returns OK.
Description
Sets the width of the dialog.See also ListDialog.SetHeight, ListDialog.GetWidth and ListDialog.GetHeight.
Minimum width in 4.3/4.4 is 300 pixel which was lowed to 260 in plugin version 4.5.
Examples
Set size to 800x600:
MBS( "ListDialog.SetWidth"; 800 )
MBS( "ListDialog.SetHeight"; 600 )
See also
- ListDialog.GetFilter
- ListDialog.GetHeight
- ListDialog.GetWidth
- ListDialog.SetFilter
- ListDialog.SetHeight
Created 18th August 2014, last changed 29th November 2014
ListDialog.SetUsesAlternatingRowBackgroundColors - ListDialog.SetWindowTitle
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins