Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets the other button evaluate.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ListDialog | 9.5 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Expression | The expression to evaluate. |
Returns OK or error.
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\" )") ]
Make an add button to add entries into a list without closing dialog:
Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonLabel"; "Add") ]
Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonEvaluate"; "Let([$$list = $$list & MBS(\"ListDialog.GetSelectedTitle\") & Char(13)];1)") ]
This function is free to use.
Created 11st October 2019, last changed 19th April 2023