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.SetOtherButtonEvaluate
Sets the other button evaluate.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ListDialog | 9.5 | Yes | Yes | No | No | No |
Parameters
none
Result
Returns OK or error.
Description
Sets the other button evaluate.If set, we run this expression instead of closing the dialog.
This can be useful to start action while dialog stays open. Please note you can't run a script while dialog is open.
Other button is only visible if the label is set.
Examples
Add a button and let it run showurl to open website:
Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonLabel"; "Help") ]
Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonEvaluate"; "MBS( \"ShowURL\"; \"https://mbsplugins.eu\" )") ]
See also
- Dialog.SetOtherButton
- ListDialog.GetOtherButtonEvaluate
- ListDialog.GetOtherButtonLabel
- ListDialog.SetOtherButtonLabel
Blog Entries
Release notes
- Version 9.5
- Added other button for ListDialog with ListDialog.GetOtherButtonEvaluate, ListDialog.GetOtherButtonLabel, ListDialog.SetOtherButtonEvaluate and ListDialog.SetOtherButtonLabel functions.
Created 11st October 2019, last changed 11st October 2019
ListDialog.SetHeight - ListDialog.SetOtherButtonLabel
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins