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

A post was split to a new topic: Eto on macOS - Eto.Forms.TextBox issue

A post was split to a new topic: Eto macOS - Eto.Forms.TabControl issue

A post was split to a new topic: Eto macOS - Eto.Forms.ImageListItem

A post was split to a new topic: Eto macOS - Eto.Forms.DropDown issue

Hi @taraskydon,

If you ask more than one question at a time, you’re lowering your chances of getting a good answer to any of them. Make it easy for your questions to be answered by asking them one by one. Doing so will also avoid creating a messy and frustrating thread.

Also, in order to help, we’re going to need code that we can run. The code snippet and image/video isn’t nearly enough.

Thanks,

– Dale

1 Like