Rhino 7/8 MAC Problems with button colors

RhinoLayout.DisablePanelColorStyling(name); * doesn’t help
Rhino 7/8 MAC Problems with button colors
How can the problem of dim buttons be solved? ?


The colors are fine on Windows.

I’m not exactly sure what you mean when you say “button colors”, I’m assuming you are talking about the custom panel on the right? If so calling RhinoLayout.DisablePanelColorStyling on the panel will disable styling which is provided by the RhinoWindows assembly when running on Windows but does nothing on Mac. Mac Rhino does not apply a color scheme to panels, system colors are used.

1 Like


I wonder if it is possible to make these buttons bright, like in rhino 7 windows?
On a Mac, they are transparent and blend into the background of the panel.

Can you provide an example of how you are creating the panel?

ToolPaneltest — копия.zip (13.3 MB)

So the real issue here is why does the Eto.Forms.ToggleButton appear to be semi transparent on Mac?
@curtisw Do you have any ideas regarding the ToggleButton background?


I have created a button from DynamicLayout. :smile:

1 Like