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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    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

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


Clipboard.SetText - ColorPanel.GetAlpha

Feedback: Report problem or ask question.