Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
8.2
8.3
8.4
8.5
9.0
9.1
9.2
9.3
9.4
9.5
Statistic
ListDialog.SetOtherButtonLabel
Sets the caption of the other button.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
ListDialog | 9.5 | Yes | Yes | No | No | No |
Parameters
Parameter | Description | Example value |
---|---|---|
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 blog