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

ColorPanel.Show

Shows color panel.

Component Version macOS Windows Linux Server iOS SDK
ColorPanel 8.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "ColorPanel.Show" )

Parameters

none

Result

Returns OK or error.

Description

Shows color panel.

Examples

Show panel and optionally load a color:

Set Variable [ $r ; Value: MBS( "ColorPanel.SetColorChangedScript"; Get(FileName); "ColorChanged" ) ]
If [ Length ( Color Panel::Color ) > 0 ]
    Set Variable [ $r ; Value: MBS( "ColorPanel.SetColor"; Color Panel::Color ) ]
End If
Set Variable [ $r ; Value: MBS( "ColorPanel.Show" ) ]

See also

Example Databases

This function checks for a license.

Created 13th June 2018, last changed 26th December 2019


ColorPanel.SetVisible - CompileDate