3 items in your cart
$37.95
Ready to checkout?
NavigationNewsletterSyndicateUser login |
Binding two components together in ActionscriptThe code below binds the text property of a textinput component called "myStatusArea" to the text property of another textinput component called, "myStatusAreaHTML" every time the "draw" event is called. I chose the draw event in this circumstance because it occurs on almost every change a text box goes through. // this binds our status area to a second status area that Now whenever the textinput, myStatusArea, changes the text value is copied to the second textinput text property. By judah at 02/26/2004 - 02:51 | databinding | news
|