creationComplete fires once per component when it has completed its
creation cycle.

 

updateComplete fires whenever the component re-draws itself.

 

show/hide of a parent container will fire as the viewstack changes
views.

 

I don't think I understand your data flow.  If your CFC has fetched a
query, any change to the SQL db on the server will require another
server fetch to see it.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of George Georgiou
Sent: Sunday, October 14, 2007 1:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] what event is triggered every time a datagrid is
shown on screen? (creationComplete is not ideal for this case)

 

Hi there,

 

I have a CFC component that loads some records into a datagrid. I have
placed this remoteobject and datagrid as a component on my own xml
namespace. 

 

I have noticed that when I add new record into my SQL, the datagrid does
not get refreshed - really creationComplete does not fire every time the
viewstack that contains my component is called. 

 

What is the name of the event that is triggered so that I can reload my
records every time this datagrid is displayed on screen?

 

thanks,

George

 

 

Reply via email to