quote:
Originally posted by felipEx
huh?
1001 definition:
code:
<Element Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)>
<Element LayoutPos=Client Layout=BorderLayout()>
<WordWheelElement id=atom(WordWheelElement)/>
</Element>
<Toolbar id=Atom(SimpleToolbar)
....
</Toolbar>
</Element>
1001 style:
code:
Element[ID=Atom(ai550)]
{
LayoutPos:Bottom;
BorderColor:rcclr(20023); /* Colorized. I=234 */
}
As you can see in the picture, you can change the position (or hide) by specifying the LayoutPos attribute
well...I've tried with defs and then with styles...ill try with both now
edit: =(
1001def
<Element resid=SimpleViewStd sheet=styleref(mainss) Class="AddressBookBG" id=atom(abLayout) BorderThickness=rect(0,0,0,0) Layout=BorderLayout()>
<Element LayoutPos=Bottom Layout=BorderLayout() BorderThickness=rect(0,0,0,1) Padding=Rect(0,0,2,0) ID=Atom(ai550)>
<Element LayoutPos=Client Layout=BorderLayout()>
<WordWheelElement id=atom(WordWheelElement) Foreground=argb(0,0,0,0);/>
</Element>
1001 style
Element[ID=Atom(ai550)]
{
LayoutPos:Bottom;
<*PlusSkin Conditions(RemContactSearchBarBg = false)*>
Background:rgb(255,255,255);
BorderColor:argb(100,145,206,242);
</*PlusSkin*>
<*PlusSkin Conditions(RemContactSearchBarBg = true)*>
Background:argb(100,145,206,242);
BorderColor:argb(0,145,206,242);
</*PlusSkin*>
}
screenshot attached