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.SetOtherButtonLabel
Sets the caption of the other button.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ListDialog | 9.5 | Yes | Yes | No | No | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| text | The new text. | "Help" |
Result
Returns OK or error.
Description
Sets the caption of the other button.Other button is only visible if the label is set.
If expression to evaluate is set, the evaluate happens when button is clicked. If no expression is set, the result for running the dialog and clicking this button is "Other".
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.GetCancelButtonLabel
- ListDialog.GetOtherButtonEvaluate
- ListDialog.GetOtherButtonLabel
- ListDialog.GetSelectButtonLabel
- ListDialog.SetCancelButtonLabel
- ListDialog.SetOtherButtonEvaluate
- ListDialog.SetSelectButtonLabel
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.SetOtherButtonEvaluate - ListDialog.SetPosition
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins