What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [?] Hiding Buttons and Search

[?] Hiding Buttons and Search
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [?] Hiding Buttons and Search
i don't know if it's correct, but it works fine here  :)

* Search button in the conversation window
code:
<element id=atom(searchbtnbk) class="SendButtonBk" layout=Filllayout() layoutpos=left padding=rect(4,0,0,0)>
<button id=atom(searchbtn) layoutpos=none active=mouseandkeyboard|nosyncfocus/>
</element>

Edit: it's for the search bar  in the contactlist =P

code:
            <Element layoutpos=none padding=rect(8,0,8,8) layout=filllayout() ID=Atom(ai217)>
                    <element id=atom(idSearchContainer) layout=filllayout() padding=rect(4,0,4,4)>
                        <element layout=borderlayout() borderthickness=rect(1,1,1,1) ID=Atom(ai218)>
                            <element layoutpos=bottom borderthickness=rect(1,1,1,1) layout=borderlayout() ID=Atom(ai219)>
                                <element layoutpos=client layout=filllayout() padding=rect(1,1,5,1) ID=Atom(ai220)>
                                    <element layout=verticalflowlayout(0,3,3,2) padding=rect(4,0,0,0)>
                                        <IMInput id=atom(idSearchText) maxvisiblelines=1 xscrollable=false contentalign=middleleft/>
                                    </element>
                                    <element id=atom(idSearchTextBackground) contentalign=middleleft padding=rect(4,0,3,0) Height=0/>
                                </element>
                                <element layoutpos=right class="SearchButtonBk" layout=borderlayout()>
                                    <button layoutpos=right borderthickness=rect(1,0,0,0) id=atom(idSearchButton) cmdid=888 Active=MouseAndKeyboard|NoSyncFocus tooltip=true/>
                                </element>
                            </element>
                        </element>
                    </element>
                </Element>

This post was edited on 12-24-2007 at 12:20 AM by felipEx.
12-24-2007 12:14 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Hiding Buttons and Search - by Spunky on 12-23-2007 at 08:59 PM
RE: [?] Hiding Buttons and Search - by aNILEator on 12-23-2007 at 11:21 PM
RE: [?] Hiding Buttons and Search - by Spunky on 12-24-2007 at 12:00 AM
RE: [?] Hiding Buttons and Search - by felipEx on 12-24-2007 at 12:14 AM
RE: [?] Hiding Buttons and Search - by aNILEator on 12-24-2007 at 12:43 AM
RE: [?] Hiding Buttons and Search - by Spunky on 12-24-2007 at 12:57 AM
RE: [?] Hiding Buttons and Search - by davidpolitis on 12-24-2007 at 06:36 PM
RE: [?] Hiding Buttons and Search - by blessedguy on 01-11-2008 at 11:43 PM


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