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.
RhinoLayout.DisablePanelColorStyling(name); * doesn’t help
Rhino 7/8 MAC Problems with button colors
How can the problem of dim buttons be solved? ?
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.
Can you provide an example of how you are creating the panel?
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?