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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

ColorPanel.Choose

Shows color chooser.

Component Version macOS Windows Linux Server iOS SDK
ColorPanel 8.3 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "ColorPanel.Choose"; Color { ; Expand } )   More

Parameters

Parameter Description Example Flags
Color The color to prefill.
Expand Available in MBS FileMaker Plugin 10.2 or newer.
Whether to show dialog expanded.
Default is 0 to show collapsed. Pass 1 for expanded view.
1 Optional

Result

Returns color, Cancel or error.

Description

Shows color chooser.
If you pass a color, it's preselected.

Versions until 8.5 return OK when cancel was selected. This was corrected for 9.0.
Windows may not select the given color if it doesn't like it.

Examples

Choose color:

MBS( "ColorPanel.Choose"; "#FF0000")

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 13th June 2018, last changed 8th May 2020


Clipboard.SetText - ColorPanel.GetAlpha

💬 Ask a question or report a problem