[flexcoders] Re: event propagation in FLex

2009-07-31 Thread Adrian Resa Jones
The developer controls that by applying the listener to the correct objects. --- In flexcoders@yahoogroups.com, veena pandit v.kri...@... wrote: How do you prevent the app from confusing two events? On Thu, Jul 30, 2009 at 12:12 PM, Pedro Sena sena.pe...@... wrote:

[flexcoders] Re: event propagation in FLex

2009-07-30 Thread veena_kris2003
Am I missing something? What does the code in the propagating class look like? Do I handle the event in there and dispatch it? --- In flexcoders@yahoogroups.com, Pedro Sena sena.pe...@... wrote: http://livedocs.adobe.com/flex/3/html/16_Event_handling_6.html On Thu, Jul 30, 2009 at 1:05

[flexcoders] Re: Event Propagation Problem (I think)

2008-09-29 Thread creativepragmatic
Thanks Igor. I have decided just to use the old class instead. I have a short deadline. --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: Hum Very strange error, if you share you're code maybe will be easy to everyone help you. But try to debug and place a breakpoint

[flexcoders] Re: Event Propagation

2008-08-19 Thread ron_mori
:[EMAIL PROTECTED] On Behalf Of ron_mori Sent: Monday, August 18, 2008 4:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Propagation Let me clarify my component tree My application component tree is roughly: App 1 main container 1.1 header container (1st sub

RE: [flexcoders] Re: Event Propagation

2008-08-19 Thread Alex Harui
: [flexcoders] Re: Event Propagation Let me clarify my component tree My application component tree is roughly: App 1 main container 1.1 header container (1st sub-container in main) 1.1.1 menu component 1.2 body container (2nd sub-container in main) 1.2.1 form component

[flexcoders] Re: Event Propagation

2008-08-18 Thread ron_mori
Let me clarify my component tree My application component tree is roughly: App 1 main container 1.1 header container (1st sub-container in main) 1.1.1 menu component 1.2 body container (2nd sub-container in main) 1.2.1 form component Then the user action / event response. 1. User selects

RE: [flexcoders] Re: Event Propagation

2008-08-18 Thread Alex Harui
Form should listen to main for the event. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ron_mori Sent: Monday, August 18, 2008 4:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Event Propagation Let me clarify my