Thanks for the response, I have 2 textarea's, each inside a scrollpane. Both scrollpanes are inside a tabpane.
The tabs are transparent, however i can't get anything inside of them to go transparent. Any thoughts??? Thanks! <TabPane xmlns:wtkx="http://pivot.apache.org/wtkx" xmlns="org.apache.pivot.wtk" styles="{activeTabColor:'0xffffff88', inactiveTabColor:'0xaaaaaa88'}"> <tabs> <Border TabPane.label="Details"> <content> <ScrollPane horizontalScrollBarPolicy="fill" verticalScrollBarPolicy="fill_to_capacity" styles="{backgroundColor:'0xffffff11'}"> <view> <TextArea wtkx:id="detLabel" text="" styles="{backgroundColor:'0xffffff11'}"/> </view> </ScrollPane> </content> </Border> <Border TabPane.label="Summary"> <content> <ScrollPane horizontalScrollBarPolicy="fill" verticalScrollBarPolicy="fill_to_capacity" styles="{backgroundColor:'0xffffff11'}"> <view> <TextArea wtkx:id="summaryLabel" text="" styles="{backgroundColor:'0xffffff11'}"/> </view> </ScrollPane> </content> </Border> </tabs> </TabPane> -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/How-to-make-tableview-and-textarea-transparent-tp774302p774521.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
