Re: [flexcoders] event propagation in FLex

2009-07-30 Thread veena pandit
How do you prevent the app from confusing two events? On Thu, Jul 30, 2009 at 12:12 PM, Pedro Sena wrote: > > > http://livedocs.adobe.com/flex/3/html/16_Event_handling_6.html > > On Thu, Jul 30, 2009 at 1:05 PM, veena_kris2003 wrote: > >> >> >> I have one class that generates the event. I want a

Re: [flexcoders] event propagation in FLex

2009-07-30 Thread Pedro Sena
http://livedocs.adobe.com/flex/3/html/16_Event_handling_6.html On Thu, Jul 30, 2009 at 1:05 PM, veena_kris2003 wrote: > > > I have one class that generates the event. I want another class to consume > the event. How do I do this? > > > -- /** * Pedro Sena * Systems Architect * Sun Certifie

[flexcoders] event propagation in FLex

2009-07-30 Thread veena_kris2003
I have one class that generates the event. I want another class to consume the event. How do I do this?

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

2008-09-29 Thread Igor Costa
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 where it's focus using event.preventDefault() to see what's happen behind the scenes. Regards Igor Costa On Sun, Sep 28, 2008 at 11:46 PM, creativepragmatic < [EMAIL

[flexcoders] Event Propagation Problem (I think)

2008-09-29 Thread creativepragmatic
Hello everyone, I am currently working on a set of time entry components that I hope to share with the open source community when finished. The components are a time masking field that extends TextInput, a TimeStepper extends NumericStepper, a DateTimeChooser extends DateChooser and DateTimeF

RE: [flexcoders] Event Propagation

2008-08-18 Thread Tracy Spratt
5:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Event Propagation How to implement this type of event propagation? My application component tree is roughly: App - main container - header container - menu component - body container - form component the user 'Saves' the entity

[flexcoders] Event Propagation

2008-08-18 Thread ron_mori
How to implement this type of event propagation? My application component tree is roughly: App - main container - header container - menu component - body container - form component the user 'Saves' the entity in the form via the menu. I want to validate the form's required fields

[flexcoders] Event propagation

2006-09-12 Thread gustavo.saume
Hello yall... im trying to comunicate controls with events, these controls are in diferent HBoxes.(they have diferent fathers in the tree hierarchy), but the control that listen doesnt work properly. i've tryed to do so in the bubbling and capture phase but nothing... in a different approach i