I'm binding some CheckBox's to a Model in my Application. The CheckBox' reside in a PopUp. They reference the original model like so:
mx.core.Application.application.myModel.someProperty. It works great, but I'm getting warnings saying that changes to all of my "unknown" properties won't trigger a change. Is this the compiler just getting confused? --JesterXL -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

