[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Libby
I am trying to get a user message to display from within a validation class. When validation fails I want to retrieve the appropriate message so that it shows up in the default message display generated by Validator class. Thus, I do not know how I can bind to the "mouseover" message area from the

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread kaibabsowats
I dont believe binding is a good use in the instance. What is the string in the class file used for? Is it used in displaying something? If so the value should probably be in the Model and bound to the View and not in a Class. Is it used for class logic? Probably better to take a step back

RE: [flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Mercer, Dustin
model locator to reference back in the command…  Just a thought.   Dustin Mercer   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Tuesday, September 13, 2005 8:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to create a binding from

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Libby
No takers so I guess it is not possible? How do you Flex gurus get your model updated dynamically, or, am I asking in the wrong group? --- In flexcoders@yahoogroups.com, "Libby" <[EMAIL PROTECTED]> wrote: > In my class file I call EventBroadcaster to dispatch an event that > eventually retrieves a