Shoutbox

[HELP] Always Cheked - 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: [HELP] Always Cheked (/showthread.php?tid=89909)

[HELP] Always Cheked by MrT on 03-27-2009 at 12:17 AM

how can i check a checkbox always?
my messenger must remember my passwords.when i signin new account it must be save my password. how can i do this?

code:
<Element class="UserOptionsItem" layout=borderlayout()>
<Element layoutpos=left layout=filllayout()>
<Checkbox id=atom(idRememberPasswordChk) tooltip=false Class="CheckBox" Padding=rect(0,2,0,2) Layout=BorderLayout() TextPadding=rect(2,2,2,2)>
<ButtonIcon LayoutPos=Left/>
<ButtonText LayoutPos=Client Margin=Rect(1,0,0,0) ContentAlign=MiddleLeft|EndEllipsis/>
</Checkbox>
</Element>
</Element>


i tried to edit here but i can't
RE: [HELP] Always Cheked by robert_dll on 03-27-2009 at 01:42 AM

Afaik you can't do that with skins


RE: [HELP] Always Cheked by MrT on 03-27-2009 at 11:15 PM

is there any script?