What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [?] Status Selector in Coversation Window

[?] Status Selector in Coversation Window
Author: Message:
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. [?] Status Selector in Coversation Window
Can someone give me the code I'll need to insert it into the convo window :p?

Most skins I use do not have this, so I'd love something I can just copy paste into these skins and it'd work :p

Thanks,
-Sam

PS: What I am talking about is the bottom left thing
[Image: 2my6alz.png]

This post was edited on 06-04-2009 at 02:52 AM by prashker.
06-04-2009 02:52 AM
Profile PM Find Quote Report
LuckyMe
Skinning Contest Winner
***

Avatar

Posts: 147
Reputation: 7
– / Male / Flag
Joined: Feb 2008
Status: Away
RE: [?] Status Selector in Coversation Window
920 def.

look for this line.

quote:
<button cmdid=2251 id=atom(medropdownbtn) accdesc=rcstr("msgr",44055) layoutpos=top class="AvatarDropDownBtn" selected=false layout=FillLayout()/>


copy-paste this:

quote:
<button class="HIGToolbarButton" layoutpos=top layout=BorderLayout() id=atom(Onlinebtn) cmdid=40166 AccRole=43 AccDefAction=rcstr(20500) Tooltip=true active=7 accname=rcstr("msgr",60250) AccDesc=rcstr("msgr",46724)>
<ButtonIcon class="HIGToolbarIcon" content=rcimg("msgr",48014) ContentAlign=middlecenter padding=rcrect(20140)/>
<element layoutpos=right ContentAlign=middlecenter layout=FillLayout()>
<ButtonText Id=atom(ButtonTextId) class="HIGToolbarText" content="" FontSize=rcint(20958)pt ContentAlign=middlecenter padding=rcrect(20141) Shortcut=0/>
</element>
</button>
<button class="HIGToolbarButton" layoutpos=top layout=BorderLayout() id=atom(Busybtn) cmdid=40168 AccRole=43 AccDefAction=rcstr(20500) Tooltip=true active=7 accname=rcstr("msgr",60250) AccDesc=rcstr("msgr",46727)>
<ButtonIcon class="HIGToolbarIcon" content=rcimg("msgr",48017) ContentAlign=middlecenter padding=rcrect(20140)/>
<element layoutpos=right ContentAlign=middlecenter layout=FillLayout()>
<ButtonText Id=atom(ButtonTextId) class="HIGToolbarText" content="" FontSize=rcint(20958)pt ContentAlign=middlecenter padding=rcrect(20141) Shortcut=0/>
</element>
</button>
<button class="HIGToolbarButton" layoutpos=top layout=BorderLayout()  id=atom(Awaybtn) cmdid=40169 AccRole=43 AccDefAction=rcstr(20500) Tooltip=true active=7 accname=rcstr("msgr",60250) AccDesc=rcstr("msgr",46726)>
<ButtonIcon class="HIGToolbarIcon" content=rcimg("msgr",48015) ContentAlign=middlecenter padding=rcrect(20140)/>
<element layoutpos=right ContentAlign=middlecenter layout=FillLayout()>
<ButtonText Id=atom(ButtonTextId) class="HIGToolbarText" content="" FontSize=rcint(20958)pt ContentAlign=middlecenter padding=rcrect(20141) Shortcut=0/>
</element>
</button>
<button class="HIGToolbarButton" layoutpos=top layout=BorderLayout() id=atom(Offlinebtn) cmdid=40167 AccRole=43 AccDefAction=rcstr(20500) Tooltip=true active=7 accname=rcstr("msgr",60250) AccDesc=rcstr("msgr",46725)>
<ButtonIcon class="HIGToolbarIcon" content=rcimg("msgr",48016) ContentAlign=middlecenter padding=rcrect(20140)/>
<element layoutpos=right ContentAlign=middlecenter layout=FillLayout()>
<ButtonText Id=atom(ButtonTextId) class="HIGToolbarText" content="" FontSize=rcint(20958)pt ContentAlign=middlecenter padding=rcrect(20141) Shortcut=0/>
</element>
</button>
<button class="HIGToolbarButton" layoutpos=top layout=BorderLayout()  id=atom(Logoutbtn) cmdid=40210 AccRole=43 AccDefAction=rcstr(20500) Tooltip=true active=7 accname=rcstr("msgr",60250) AccDesc=rcstr("msgr",770)>
<ButtonIcon class="HIGToolbarIcon" content=rcimg("msgr",59186) ContentAlign=middlecenter padding=rcrect(20140)/>
<element layoutpos=right ContentAlign=middlecenter layout=FillLayout()>
<ButtonText Id=atom(ButtonTextId) class="HIGToolbarText" content="" FontSize=rcint(20958)pt ContentAlign=middlecenter padding=rcrect(20141) Shortcut=0/>
</element>
</button>


*59186: belongs to a new specified picture in Skininfo.xml:

quote:
<New>
<Pictures>
<Picture Id="59186">
<File>images/59186.png</File>
</Picture>
</Pictures>
</New>

   
so you may need to edit that, and place that icon (logout) on skin folder too.
I hope that helps :D
06-04-2009 03:45 AM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. RE: [?] Status Selector in Coversation Window
Thanks :banana:

Works great :D
06-04-2009 11:33 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On