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.
|
|