I saw the following post to set the PopupMenu text color in OS X:
https://forum.xojo.com/14263-popupmenu-text-color
Does anyone know if this is possible on Windows? I have the current MBS plugins.
If not, does anyone know of a color picker control for OS X and Windows where you can display 10 pre-defined colors for the user to select one?
Many thanks,
Mark
That could be done rather easily with a ListBox.
btw: There’s <https://xojo.com/issue/8747>: Ownerdrawn ComboBoxes and PopupMenus
Thanks for the replies. I ended up creating a contextual menu instead drawing the color options as icons in each menu item. Thanks for your reply to this post Michel for doing that:
https://forum.xojo.com/23701-put-a-red-border-around-a-menu-item-icon/0#p197632
Mark