Re: [flexcoders] Binding to a ViewStack Child Container Property

2007-12-05 Thread Tom Chiverton
On Tuesday 04 Dec 2007, tedgies wrote: I'm trying to bind a label's text to the selected VBox's toolTip text. I'm trying: mx:Label id=titleText text={vs_articles.selectedChild.toolTip} And ? -- Tom Chiverton Helping to preemptively supply vertical users on: http://thefalken.livejournal.com

[flexcoders] Binding to a ViewStack Child Container Property

2007-12-04 Thread tedgies
Hi Flexcoders, I'm trying to bind a label's text to the selected VBox's toolTip text. I'm trying: mx:Label id=titleText text={vs_articles.selectedChild.toolTip} Where 'vs_articles' is the id for the VBox's ViewStack. I do get the following binding to work properly: mx:Label id=titleText