[flexcoders] Cairngorm Update Problem

2008-09-24 Thread c_higgon
I am working on a Cairngorm project. I am using a ViewStack component to flip the user interface between a graph component and a filter data component both in the view layer. The basic concept of the application is to have a line graph and allow the users to filter the data using an input

RE: [flexcoders] Cairngorm Update Problem

2008-09-24 Thread Ryan Graham
://code.google.com/p/flexcairngorm/ HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of c_higgon Sent: Wednesday, September 24, 2008 3:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm Update Problem I am

Re: [flexcoders] Cairngorm Update Problem

2008-09-24 Thread jitendra jain
Either you need to call the ViewStack.callLater(FunctionName)  Thanks, with Regards, Jitendra Jain - Original Message From: c_higgon [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, 25 September, 2008 4:15:10 AM Subject: [flexcoders] Cairngorm Update Problem I am