[flexcoders] Cairngorm Event Question

2012-09-21 Thread Davidson, Jerry
Where can I ask a Cairngorm/Flex Event Question? I posted in the Adobe forum, but as usual have not received any replies. The question is how to get something to happen. When the user clicks an item renderer in one grid I want to populate a second grid with data. Here are the relevant parts==

Re: [flexcoders] Cairngorm Event Question

2008-06-18 Thread Alen Balja
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

[flexcoders] Cairngorm Event Question

2008-06-18 Thread donvoltz
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 contai

RE: [flexcoders] Cairngorm event question.

2007-05-22 Thread Dimitrios Gianninas
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tero Pikala Sent: Tuesday, May 22, 2007 8:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm event question. Hi I’m designing my first Cairngorm application and would like to have opinions about events to create. I will

[flexcoders] Cairngorm event question.

2007-05-22 Thread Tero Pikala
Hi I’m designing my first Cairngorm application and would like to have opinions about events to create. I will definitely have LoginEvent which takes place after user has entered credentials and clicked “Login” button. Should I also create events like LoginSuccessfulEvent, LoginFaile