[flexcoders] what event is triggered every time a datagrid is shown on screen? (creationComplete is not ideal for this case)

2007-10-14 Thread George Georgiou
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

Re: [flexcoders] what event is triggered every time a datagrid is shown on screen? (creationComplete is not ideal for this case)

2007-10-14 Thread Sheriff
why don't u used an XMLListCollection or ArrayCollection, i think that would solve the problem. - Original Message From: George Georgiou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 14, 2007 3:04:46 PM Subject: [flexcoders] what event is triggered every time a

RE: [flexcoders] what event is triggered every time a datagrid is shown on screen? (creationComplete is not ideal for this case)

2007-10-14 Thread Alex Harui
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