Shoutbox

Pen and eraser butons problem - 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: Pen and eraser butons problem (/showthread.php?tid=82342)

Pen and eraser butons problem by Frackounet on 03-14-2008 at 05:56 AM

Someone got an idea to removing the 2 originals icons from the drawing menu? Thanks you!!

[Image: i1628953_grrrr.jpg]

msgres_4005_920

code:
button[id=atom(inkpencompositebtn)]
{
padding:rcrect(20212);
accname:rcstr(60044);
}
button[id=atom(inkpenbtn)]
{
content:rcimg(59013);//(440);
padding:rcrect(20205);
AccDefAction:rcstr(20068);
}
ButtonIcon[ID=Atom(ai97)]
{
padding:rcrect(20207);
}
ButtonText[ID=Atom(ai98)]
{
FontSize:rcint(20102)pt;
padding:rcrect(20208);
}
button[id=atom(inkpensizedropdownbtn)]
{
padding:rcrect(20210);
AccDefAction:rcstr(20068);
AccDesc:rcstr(44039);
}
ButtonIcon[ID=Atom(ai99)]
{
padding:rcrect(20207);
}
element[ID=Atom(ai100)]
{
FontSize:rcint(20074);
padding:rcrect(20209);
}
ButtonText[ID=Atom(ai101)]
{
FontSize:rcint(20102)pt;
padding:rcrect(20208);
}
button[id=atom(inkerasercompositebtn)]
{
padding:rcrect(20212);
accname:rcstr(60045);
}
button[id=atom(inkeraserbtn)]
{
content:rcimg(59009);//(441);
padding:rcrect(20205);
AccDefAction:rcstr(20068);
}
ButtonIcon[ID=Atom(ai102)]
{
padding:rcrect(20207);
}
ButtonText[ID=Atom(ai103)]
{
FontSize:rcint(20102)pt;
padding:rcrect(20208);
}
button[id=atom(inkerasersizedropdownbtn)]
{
padding:rcrect(20210);
AccDefAction:rcstr(20068);
AccDesc:rcstr(44040);
}
ButtonIcon[ID=Atom(ai104)]
{
padding:rcrect(20207);
}
element[ID=Atom(ai105)]
{
FontSize:rcint(20074);
padding:rcrect(20209);
}
ButtonText[ID=Atom(ai106)]
{
FontSize:rcint(20102)pt;
padding:rcrect(20208);
}


RE: Pen and eraser butons problem by diablotin on 03-14-2008 at 08:18 PM

Tu veut les désactivé avec une option , ou alors avec une action dans le fichier , pour ne plus les voir dans la fenêtre.


RE: Pen and eraser butons problem by Spunky on 03-14-2008 at 09:34 PM

quote:
Originally posted by diablotin
Tu veut les désactivé avec une option , ou alors avec une action dans le fichier , pour ne plus les voir dans la fenêtre.

Please post in English, or post a translation

quote:
Originally posted by BabelFish
You wants decontaminated with an option, or then with an action in the file, more to see them in the window

RE: Pen and eraser butons problem by Willz on 03-14-2008 at 11:37 PM

God i hate auto translators :P

Um anyway a quick fix to this is to give the buttons new id's that way messenger wont try to load the old graphics on top of the new ones.


RE: RE: Pen and eraser butons problem by Frackounet on 03-15-2008 at 06:29 AM

quote:
Originally posted by diablotin
Tu veut les désactivé avec une option , ou alors avec une action dans le fichier , pour ne plus les voir dans la fenêtre.

pour ne plus les voir dans la fenêtre.


j'ai déjà réussi mais bon j'avais tout delete ski avait rapport au skinnage....

c'est juste que ces deux images sont particulières par rapport a toutes les autres...
RE: Pen and eraser butons problem by diablotin on 03-15-2008 at 10:51 AM

French :P
pourquoi tu leur ajoute pas une none en 4004.
ou efface les ligne 4004 & 4005

--------------------------


No french :$

why you do not add a none into 4004 to them.
or line 4004 & 4005 erases
RE: Pen and eraser butons problem by Frackounet on 03-15-2008 at 01:32 PM

tu peux être plus précis :p


RE: RE: Pen and eraser butons problem by Frackounet on 03-16-2008 at 05:12 PM

quote:
Originally posted by Willz
Um anyway a quick fix to this is to give the buttons new id's that way messenger wont try to load the old graphics on top of the new ones.

Done, thank you :)