You can try Universal Mind Cairngorm Extensions:

http://code.google.com/p/flexcairngorm/

Among others it has these Event features:


   - Built-in support to transport responders for direct view or business
   logic callbacks.
   - Implementation of AnnounceFaultEvent to allow business logic to
   centralize error reporting and logging.
   - Implementation of EventGenerator to allow developers to automate
   dispatching of sequences of events.
   - Events now should self-dispatch... for direct deliver to the
   business/controller layer.


Alen



On Thu, Jun 19, 2008 at 6:18 AM, donvoltz <[EMAIL PROTECTED]> wrote:

>   I have been building on my cairngorm experience and have come up to a
> snag.
>
> I understand the whole idea about using the controller to trap and
> respond to events, however, how do I deal with custom view components
> that need to respond to an event.
>
> For example, I have a custom component that contains an advanced data
> grid. I am filling the modelLocator with data from the server and
> using this as the data provider for the advanced data grid. The
> problem I have is when the user selects a different date, I generate a
> cairngorm event to load new data from the server. This information is
> dealt with in the controller, however, I am not able to send the event
> to the custom component to refresh the advance data grid and display
> the data.
>
> Would someone help me to understand how I can use the events, or
> generate a new custom event to trigger some activity within a custom
> view component
>
> Thanks for the help
>
> Don
>
>  
>

Reply via email to