Tordex Community
[resolved] Mouseover (hover) text colour - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: Features Discussion (http://forum.tordex.com/forum-9.html)
+--- Thread: [resolved] Mouseover (hover) text colour (/thread-3699.html)



[resolved] Mouseover (hover) text colour - Q Section - 06-12-2010

Not like we did not ask something similar before but now this:

Using a skin for TLB we want to change the Menu text colour during mouseover (hover). In the tlbskin.ini changing any colour item seems not to make any changes in the text at all for mouseover.

Who has the answer to this riddle? Thank you in advance.

XP


Re: Mouseover (hover) text colour - Yuri Kobets - 06-12-2010

In the tlbskin.ini the text color defined as:
Code:
TextColor = 0xFFFFFF, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF
4 colors for 4 states:
normal, over, open active, open inactive


Re: Mouseover (hover) text colour - Q Section - 06-12-2010

That was changed but no colour changes in the menu upon mouseover.


Re: Mouseover (hover) text colour - Yuri Kobets - 06-12-2010

Please post your skin here I'll check it. Also tell what TLB version you are using.


Re: Mouseover (hover) text colour - Q Section - 06-14-2010

TLB 4.4.10.RC2

Expecting red text but get Blue on hover.


Re: Mouseover (hover) text colour - Yuri Kobets - 06-15-2010

The color format in TLB skins have format 0xBBGGRR so:
0xFF0000 - blue
0x00FF00 - green
0x0000FF - red

I guess this format confused you :oops:


Re: Mouseover (hover) text colour - Q Section - 06-16-2010

Although it is not mentioned on the Skins specification (v2.1) page upon further investigation we do see it was documented elsewhere so we can say we missed it. Your information worked well, thank you again, Yuri!