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.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

ListDialog.SetPosition

Sets position for dialog.

Component Version macOS Windows Linux Server iOS SDK
ListDialog 6.5 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "ListDialog.SetPosition"; X; Y )   More

Parameters

Parameter Description Example
X The x position.
Y The y position.

Result

Returns OK or error.

Description

Sets position for dialog.

Examples

Set position:

Set Variable [$r; Value:MBS("ListDialog.SetPosition"; 200; 200)]

See also

Blog Entries

Created 15th November 2016, last changed 15th November 2016


ListDialog.SetOtherButtonLabel - ListDialog.SetPositionX

Feedback: Report problem or ask question.