[flexcoders] Re: accessing nested objects... what am I missing?!?!

2008-01-07 Thread John
Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ryanharlin Sent: Monday, December 03, 2007 12:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: accessing nested objects... what am I missing

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-06 Thread ryanharlin
So things are half-working. I say half-working because they work but they give me an error when I compile. switching a viewstack in the nested mxml app is done like this in my code: viewstack in main file is called mainscreens inside that viewstack are two fr tags so it looks like this:

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread ryanharlin
Thanks for the help. Your solution worked in practice but I do still get an error prior to compiling. If I ignore the error and compile, though, it works. But similarly, I want to be able to call functions that are in these different mxml files. So if I have an mxml file called navigation.mxml

[flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread Adnan Doric
It is better to dispatch events from your nested component and handle them in your parent component. --- In flexcoders@yahoogroups.com, ryanharlin [EMAIL PROTECTED] wrote: Thanks for the help. Your solution worked in practice but I do still get an error prior to compiling. If I ignore the

RE: [flexcoders] Re: accessing nested objects... what am I missing?!?!

2007-12-03 Thread Gordon Smith
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: accessing nested objects... what am I missing?!?! Thanks for the help. Your solution worked in practice but I do still get an error prior to compiling. If I ignore the error and compile, though, it works. But similarly, I want to be able to call