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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem