--- In flexcoders@yahoogroups.com, "sk_acura" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
> 
>   I have a Resizable Panel which contains a ViewStack which again
> contains few Canvas based Components .
> 
>   Now all these Views in the Stack should share the data with in the
> Resizable Panel. ( The Resizable Panel is created as a Module and User
> can load any no.of modules)
> 
>  Each View component knows abt the Parent Container ( i am recursively
> getting the parent hierarchy until i find the top Container which is a
> Resizable panel. Most of these views will share the context Item . And
> each view will set it in the parent.
> 
>   Is there a better way to achieve this than the approach i have
> listed below.
> 
>   I tried with the events ( using the Cairngorm Event Model) and the
> Event Listeners didn't get any Events even though i see in the trace
> the events are being fired properly.
> 
> Thanks
> Mars.
>


Use can use plain Flex events, setting bubble property to true..

Cosma






Reply via email to