INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: EDIT XML (NOIRE TABS)  (Read 1954 times)

JONCAT

  • Guest
EDIT XML (NOIRE TABS)
« on: October 11, 2007, 07:35:58 pm »

Noire tabs have never displayed properly in Negative mode. I tried changing the tTab text colors in the xml to FFFFFF to achieve white text on the grey background. No luck.

Any ideas?

DC
Logged

PeterS

  • Guest
Re: EDIT XML (NOIRE TABS)
« Reply #1 on: October 12, 2007, 09:12:43 am »

DC,
Are we talking about tabs on, for example, the Skin Manager or Split View tabs?
Logged

JONCAT

  • Guest
Re: EDIT XML (NOIRE TABS)
« Reply #2 on: October 12, 2007, 10:56:45 am »




thanks,
jon
Logged

JONCAT

  • Guest
Re: EDIT XML (NOIRE TABS)
« Reply #3 on: November 09, 2007, 11:14:22 pm »

Any movement on this front? Quite a few users using PixOS & Noire in negative.

This has been an issue since MC12's first beta:



DC
Logged

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5906
  • Farm Animal Stupid
Re: EDIT XML (NOIRE TABS)
« Reply #4 on: November 19, 2007, 09:10:25 am »

From what I can see, there doesn't appear to be any way to change the colors of the tabs. None of the skins I've looked at have done it. I'm assuming the section in the XML file you'd be interested in is the SPLITVIEWTAB section, not the TAB section. But the SPLITVIEWTAB section doesn't appear to specify a font color in any of the skins I've looked at. So that may be an omission in the skinning engine. As for why the Skin Effects aren't applying the negative effect on the tabs (and apparently the OSD in Display View?) looks like a bug.
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4565
Re: EDIT XML (NOIRE TABS)
« Reply #5 on: November 19, 2007, 09:35:12 am »

to change the colour of the letters in the osd add this to the main xml:

<OSD>
   <Colors Text="000000"/>
</OSD>

succes
gab

maybe i should add that this changes the colour of the letters in black. resulting in white when using negative. when you switch back from negative the letters will be invisible, because the background from the osd does not change when using negative. which i think is a good idea. to get the text white again change it to:  Colors Text="ffffff" or just take it away.

edit 2: just thought that maybe this would look nice enough and works in negative and normal:
<OSD>
   <Colors Text="4695E2"/>
</OSD>
Logged
Pages: [1]   Go Up