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" text="{vs_articles.selectedChild.name}">
thanks,
Ted

