Shoutbox

[?] Hiding Buttons and Search - 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: [?] Hiding Buttons and Search (/showthread.php?tid=80369)

[?] Hiding Buttons and Search by Spunky on 12-23-2007 at 08:59 PM

Ok, so I'm fairly confident that I've edited the right parts in the definitions etc, but once I sign in, after about one second, the buttons and search bar return =/


RE: [?] Hiding Buttons and Search by aNILEator on 12-23-2007 at 11:21 PM

Then you fail.

I wrote a tutorial and have examples in mine and many other skins to help you :P


RE: [?] Hiding Buttons and Search by Spunky on 12-24-2007 at 12:00 AM

quote:
Originally posted by aNILEator
Then you fail.

I wrote a tutorial and have examples in mine and many other skins to help you :P

Thats the way I did it ^o) lol
RE: [?] Hiding Buttons and Search by felipEx on 12-24-2007 at 12:14 AM

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>

RE: [?] Hiding Buttons and Search by aNILEator on 12-24-2007 at 12:43 AM

are you sure you've told plus to replace the definitions properly?


RE: [?] Hiding Buttons and Search by Spunky on 12-24-2007 at 12:57 AM

quote:
Originally posted by aNILEator
are you sure you've told plus to replace the definitions properly?

Yes, I was using my own modififed definitions anyway and it was working
RE: [?] Hiding Buttons and Search by davidpolitis on 12-24-2007 at 06:36 PM

quote:
Originally posted by SpunkyLoveMuff
Ok, so I'm fairly confident that I've edited the right parts in the definitions etc, but once I sign in, after about one second, the buttons and search bar return =/
code:
<element layoutpos=none>
<element id=atom(searchbtnbk) class="SendButtonBk" layout=Filllayout() layoutpos=left padding=rect(4,0,0,0)>
<button id=atom(searchbtn) active=mouseandkeyboard|nosyncfocus/>
</element>
</element>

RE: [?] Hiding Buttons and Search by blessedguy on 01-11-2008 at 11:43 PM

Is it at the 923 style??
is there someway to make it a bit transparent?