[?] Hiding Buttons and Search |
Author: |
Message: |
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
O.P. [?] Hiding Buttons and Search
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 =/
<Eljay> "Problems encountered: shit blew up"
|
|
12-23-2007 08:59 PM |
|
|
aNILEator
Skinning Contest Winner
...in the wake of the aNILEator
Posts: 3718 Reputation: 90
35 / /
Joined: Oct 2003
Status: Away
|
RE: [?] Hiding Buttons and Search
Then you fail.
I wrote a tutorial and have examples in mine and many other skins to help you
|
|
12-23-2007 11:21 PM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
O.P. RE: [?] Hiding Buttons and Search
quote: Originally posted by aNILEator
Then you fail.
I wrote a tutorial and have examples in mine and many other skins to help you
Thats the way I did it lol
<Eljay> "Problems encountered: shit blew up"
|
|
12-24-2007 12:00 AM |
|
|
felipEx
Scripting Contest Winner
Posts: 378 Reputation: 24
35 / /
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 |
|
|
aNILEator
Skinning Contest Winner
...in the wake of the aNILEator
Posts: 3718 Reputation: 90
35 / /
Joined: Oct 2003
Status: Away
|
RE: [?] Hiding Buttons and Search
are you sure you've told plus to replace the definitions properly?
|
|
12-24-2007 12:43 AM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
O.P. RE: [?] Hiding Buttons and Search
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
<Eljay> "Problems encountered: shit blew up"
|
|
12-24-2007 12:57 AM |
|
|
davidpolitis
Full Member
Posts: 371 Reputation: 16
Joined: Aug 2006
|
RE: [?] Hiding Buttons and Search
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>
|
|
12-24-2007 06:36 PM |
|
|
blessedguy
Skinning Contest Winner
Posts: 1762 Reputation: 25
31 / /
Joined: Jan 2008
|
RE: [?] Hiding Buttons and Search
Is it at the 923 style??
is there someway to make it a bit transparent?
|
|
01-11-2008 11:43 PM |
|
|
|