Johanthan and Peter, I finally got a chance to test the code. I confirm the spardic LineChart bind issue with HTTPService's url accessing a cfm and a php file.
I also confirm Peter's solution by using "executeBindings". Basically import mx.core.Application and add this line of code at the bottom of SalesCommand's onResult function "Application.application.executeBindings(true);". I only had the time to confirm these two things. I didn't find any more information to narrow it down. Renaun --- In [email protected], "Peter Blazejewicz" <[EMAIL PROTECTED]> wrote: > > hi Jonathan, > > calling Application.application.executeBindings(true) within orginal > StatsCommand onResult handler make your example working fine for me > (when requesting data from jsp dynamic page), > > regards, > Peter Blazejewicz > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

