Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ListDialog.SetOtherButtonNeedsSelection

Sets whether an other button needs a selection just like Select button.

Component Version macOS Windows Linux Server iOS SDK
ListDialog 15.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "ListDialog.SetOtherButtonNeedsSelection"; Value { ; ButtonIndex } )   More

Parameters

Parameter Description Example Flags
Value The new value to use. 1
ButtonIndex The index for the other button from 0 to 2. 0 Optional

Result

Returns OK or error.

Description

Sets whether an other button needs a selection just like Select button.

Examples

Configure other button:

Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonLabel"; "Print") ]
Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonValue"; "Print") ]
Set Variable [ $r ; Value: MBS("ListDialog.SetOtherButtonNeedsSelection"; 1) ]

See also

Release notes

  • Version 15.2
    • Added ListDialog.SetOtherButtonNeedsSelection and ListDialog.GetOtherButtonNeedsSelection functions.

Blog Entries

This function is free to use.

Created 9th April 2025, last changed 11st April 2025


ListDialog.SetOtherButtonLabel - ListDialog.SetOtherButtonValue