Page 1 of 1

VLF One CommandBar_MaterialSelected mouse over color

Posted: Sat Mar 02, 2019 4:23 am
by dhunt
I have created a mouse over style for the command bar in 2 places and neither seem to be applied. Instead of a black background it is theme 100 pink.

code is below

Theme:

Code: Select all

Define_Com Class(#PRIM_THM.DrawStyle) Name(#CommandBar_MaterialSelected) Style(#Style11) Mouseoverstyle(#Style14)
Define_Com Class(#PRIM_VS.Style) Name(#Style14) Backgroundbrush(#Brush25) Foregroundbrush(#Brush26) Borderbottom(1) Borderbrush(#Brush27) Borderleft(1) Borderright(1) Bordertop(1)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush27) Color(ThemeErrorDark)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush26) Color(255:255:255)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush25) Color(ThemeText)

Code: Select all

Define_Com Class(#PRIM_THM.DrawStyle) Name(#CommandBar_MaterialSelectedBottomBorder) Style(#CommandBar_MaterialSelectedBottomBorderStyle) Mouseoverstyle(#Style13)
Define_Com Class(#PRIM_VS.Style) Name(#Style13) Backgroundbrush(#Brush22) Foregroundbrush(#Brush23) Borderbottom(1) Borderbrush(#Brush24) Borderleft(1) Borderright(1) Bordertop(1)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush24) Color(ThemeAccentDark)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush23) Color(255:255:255)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush22) Color(ThemeText)
Capture6.PNG
Capture6.PNG (5.13 KiB) Viewed 39057 times
Capture7.PNG
Capture7.PNG (5.45 KiB) Viewed 39057 times