Re: [flexcoders] Re: What's the best way to bind ValueOject model data to a form and back again

2007-12-17 Thread Kevin
Yes, in my apps all my input components are extended version of the Flex ones so that I can add that extra functionality/formatting to them quickly and easily across the entire app. - Kevin On Dec 17, 2007, at 12:06 PM, Todd wrote: I've basically created about 5 or 6 of my own formatted T

[flexcoders] Re: What's the best way to bind ValueOject model data to a form and back again

2007-12-17 Thread Todd
Thanks Kevin. Your solution is what I ended up doing naturally (I posted the question few days ago and needed to get something done). I thought back to my days dealing with Visual Basic 6 and remembered items like TextBoxes had a "DataValue" associated with it. So, I subclassed TextInput, and