|
The warning is because we don’t know
what the type of myModel is (because application is typed as Object). You can
avoid the warning by casting MyApp(mx.core.Application.application).myModel.someProperty
where MyApp is the type of your Application file. Matt From: I'm pretty sure the
bindings don't get created for anything past 2nd level nested properties... On 7/3/05, JesterXL
<[EMAIL PROTECTED]>
wrote: I'm binding some
CheckBox's to a Model in my Application. The CheckBox'
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com ---- LSpots keywords ?> ---- HM ADS ?> YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Binding to Model in Application Matt Chotin
- RE: [flexcoders] Binding to Model in Application Tracy Spratt

