Shoutbox

Plus! 5 cmdids - 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: Plus! 5 cmdids (/showthread.php?tid=99014)

Plus! 5 cmdids by blessedguy on 03-12-2012 at 04:23 AM

So, does anyone know what the CmdIds for the new buttons are? I couldn't find them :(

There are the Plus! Winks button in the conversation window, Plus! World and Skin Editor on the contact list.


RE: Plus! 5 cmdids by totonf on 03-12-2012 at 02:00 PM

Skin Editor:

code:
<button accvalue="Messenger Plus! 7820 R" class="TransparentButton" padding=rect(5,6,5,6) layout=borderlayout() AccRole=43 active=7>
<ButtonIcon class="TransparentIcon" content=rcimg("msgr",58507) ContentAlign=5 padding=rect(0,0,0,0)/>
</button>


Plus! World:
code:
<button accvalue="Messenger Plus! 7821 R" class="TransparentButton" padding=rect(5,6,5,6) layout=borderlayout() AccRole=43 active=7>
<ButtonIcon class="TransparentIcon" content=rcimg("msgr",58508) ContentAlign=5 padding=rect(0,0,0,0)/>
</button>


Winks:
code:
<button accvalue="Messenger Plus! 7822 T" class="HIGToolbarButton" padding=rect(5,6,5,6) layout=borderlayout() AccRole=43 AccDefAction="Press" active=3|4 accname="Format Panel" >
<ButtonIcon class="HIGToolbarIcon" Id=atom(idPlusAnimBtn) content=rcimg("msgr",58509) ContentAlign=5 padding=rect(0,0,0,0)/>
<element layoutpos=2 ContentAlign=5 layout=filllayout()/>
</button>


RE: Plus! 5 cmdids by blessedguy on 03-12-2012 at 02:49 PM

Thanks :)