[flexcoders] Re: bypass the change event

2005-06-24 Thread bhaq1972
--- In flexcoders@yahoogroups.com, "Tim Dwelle" <[EMAIL PROTECTED]> wrote: > Worked like a champ. Thanks for the help. No probs. An additional thought (after i had posted my response), you dont have to extend combobox. you can put that extra getter/setter property 'myIndex' into your applicat

RE: [flexcoders] Re: bypass the change event

2005-06-23 Thread Tim Dwelle
Worked like a champ. Thanks for the help. >From: "bhaq1972" <[EMAIL PROTECTED]> >Reply-To: flexcoders@yahoogroups.com >To: flexcoders@yahoogroups.com >Subject: [flexcoders] Re: bypass the change event >Date: Thu, 23 Jun 2005 15:24:57 - > >I had a simil

[flexcoders] Re: bypass the change event

2005-06-23 Thread bhaq1972
I had a similar issue, where the validation/redbox error was being fired off when i didnt want it to be. this is the way i see it. your validator is monitoring combobox.selectedIndex ie {facilityType.selectedIndex} So everytime your selectedIndex changes (like in a modelChanged) you tri