[flexcoders] Inter - component communication

2006-03-24 Thread Robs
Hi everyone, I have 2 groups of nested components put in 2 separate containers in a ViewStack. The containers themselves are components too. The nesting structure is as shown: (Comp1-->Comp2-->Comp3) --> This group goes in container 1. (Comp4-->Comp5-->Comp6) --> This group goes in container 2.

Re: [flexcoders] Inter - component communication

2006-03-25 Thread snail
hello,Robs perhaps you can use the absolute path. for example,assume Comp3 is a dataGrid,and Comp6 is a dataGrid,you can use "_root","_root" reference the deepest compenent.you can use like this in Comp6:."_root" is a word import from Flash. Good luck! === 2006-03-25 14:59:27 您在来信

RE: [flexcoders] Inter - component communication

2006-03-27 Thread Tracy Spratt
/methodology. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of snail Sent: Saturday, March 25, 2006 5:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Inter - component communication hello,Robs perhaps you can use the