Thanks that does handle one of my cases. My problem was initially I was
setting color initially to 0xffffff88 and when multiple level pile up it
basically has no transparency.
So my second questions is on a tableview, the alternate rows are solid, and
the header is solid.
I tried this:
<TableView wtkx:id="tableView" styles="{alternateRowColor:'0xffffff00',
backgroundColor:'0xffffff00'}">
and
<TableViewHeader tableView="$tableView" sortMode="single_column"
styles="{backgroundColor:'0xffffff00'}"/>
but didn't seem to work right away. Should this work?
--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/How-to-make-tableview-and-textarea-transparent-tp774302p774557.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.