quote:
Originally posted by mattisdada
Hmmm, am i in the right file?
code:
urlelem[id=atom(idForgetMeBtn)]
{
Content:"(Forget &me)";
accname:"(Forget &me)";
accdesc:"Remove my sign-in information from this computer";
shortcut:rcchar(61291);
}
Checkbox[id=atom(idRememberPasswordChk)]
{
text:"&Remember my password";
accname:"&Remember my password";
accdesc:"Remember my password on this computer";
shortcut:rcchar(61295);
accdefaction:"Press";
Margin:rect(4,3,4,3);
}
Checkbox[id=atom(idMakeDefaultUserChk)]
{
text:"Sig&n me in automatically";
accname:"Sig&n me in automatically";
accdesc:"Sign me in automatically";
shortcut:rcchar(61298);
accdefaction:"Press";
Margin:rect(4,3,4,3);
}
element[id=atom(idSignInHint)]
mattisdada,
I have a strong feeling that you're editing the wrong files.
Do not use the files located in the "Consolidated Windows" directory to make your skin!
The files in the directory "
Consolidated Windows" are only there for your own convenience. To provide a quick-view to which windows are build up with which files. They are not meant to be changed.
Using those files to base your skin on will make that the skin will quite possible not work properly on other people's Messenger. Especially if that Messenger is in another language.
You need to edit and base your skin on the files located in the other directories. Again, the "
Consolidated Windows" directory is only to be used as a reference; a quick-view, nothing else.
See the very important official scripting documentation, which is a must-read for any skinner (even more than the scripting documentation is for scripting!), unless you want to do extra work and/or screw things up.
(which also explains how you can add extra images if you want different images for the login screen and the toast, for example)