Shoutbox

[?] Change Toast text colour - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: [?] Change Toast text colour (/showthread.php?tid=81105)

[?] Change Toast text colour by Nagamasa on 01-21-2008 at 12:42 PM

I've been experimenting with 921 Style file for quite a while now, but I still yet to get the text colour to change :S


RE: [?] Change Toast text colour by Willz on 01-21-2008 at 12:50 PM

code:
ToastMessage
{
Foreground:rcclr(20014);
Accessible:True;
AccRole:42;
AccState:64;
AccName:rcstr(635);
Padding:Rect(3,3,1,3);
}

Voila.
RE: [?] Change Toast text colour by Nagamasa on 01-21-2008 at 01:12 PM

ROFL.

I must be blind...and I am so stupid that I forgot to state it in SkinInfo :S Sorry :(


RE: [?] Change Toast text colour by Nagamasa on 01-26-2008 at 01:20 AM

To save tids, I wanna ask another question:

I'm trying to change the colour of the text, "Today" in the Today. I couldn't find it in the 919 Style, then I went to the Definition. What I think is the right ID is:

code:
        <Element Layout=BorderLayout()>
            <Element id=atom(header) Layoutpos=top Height=0/>
        </Element>
But where can I find header? I can't find it in the 919 Style...

Oh, and also, what's the video carousel ID? I want to change the colour of the text.
RE: [?] Change Toast text colour by Nagamasa on 01-30-2008 at 09:50 PM

bump again.