When the value is "MenuScreenNavigate: App.ActiveScreen", the "MenuColor" is reflected.
When I input the value "MenuScreenNavigate: Screen_pagename", it is not reflected.
When checking each page, only the "MenuColor" of that page is reflected.
"MenuScreenNavigate" works on all pages.
Values for rectShape:
Fill = ThisItem.MenuColor
HoverFill = ThisItem.MenuColor
PressedFill = ThisItem.MenuColor
Visible = ThisItem.MenuScreenNavigate = App.ActiveScreen
I don't understand why the color disappears, so how can I make it so that both Navigate and color work?