Charles
September 13, 2023, 8:29am
1
In V3-7 we can switch toolbar tabs with the mouse wheel.
No need to hover over the tab, it works just like in Office applications.
In V8 we have to point to the tab itself, then it works.
Not as convenient as in older versions.
In addition, it’s hard to see which tab becomes active then.
Touching the tab highlights it, and the current tab appearance is less dominant.
The hottracking on mouseover is superflous anyway.
It just says the mouse is here, and that is what the mouse pointer naturally expresses.
EDIT:
Is there a way to deactivate the hottracking?
Charles
September 14, 2023, 8:56am
2
I searched in advanced settings, didn’t find such a setting.
@Gijs (?), do you know?
Yes that’s visually confusing…
Gijs
(Gijs de Zwart)
September 14, 2023, 10:48am
4
I don’t think you can, but you could change this color to match it with the background:
Rhino.UI.ThemeSettings.Frame.Tab.EnabledHover.Background
and
Rhino.UI.ThemeSettings.Frame.Tab.EnabledHover.Text
Charles
September 14, 2023, 1:36pm
5
Gijs de Zwart:
I don’t think you can
Hmm, but would be good.
IMO this hottracking stuff is only visual clutter.
Rhino 6 was clean, compare yourself.
Ok, I tried with the colors.
While at that, I had the idea to make an active tab more prominent, and I have set red.
Rhino.UI.ThemeSettings.Frame.Tab.Checked.Background = red
But now I have a red window titlebar and a red menu.
Can’t imagine that it’s intended.
What about the mousewheel cycling issue?
Gijs
(Gijs de Zwart)
September 14, 2023, 2:42pm
6
RH-77054 Using scrollwheel to toggle between tabs
Gijs
(Gijs de Zwart)
September 14, 2023, 3:01pm
7
Charles:
While at that, I had the idea to make an active tab more prominent, and I have set red.
Rhino.UI.ThemeSettings.Frame.Tab.Checked.Background = red
But now I have a red window titlebar and a red menu.
RH-77058 Tab colors affect titlebar colors
Charles
January 22, 2024, 11:24am
8
Still the same in (8.4.24016.19001, 2024-01-16)…
Charles:
In V3-7 we can switch toolbar tabs with the mouse wheel.
No need to hover over the tab, it works just like in Office applications.
In V8 we have to point to the tab itself, then it works.
Not as convenient as in older versions.
Very good this regression is history now!
They regressed the regression…?