Re: [flexcoders] How to refresh a component

2006-03-17 Thread Rich Rodecker
call invalidate() on the component, that will mark it to be redrawn on the next frmae. On 3/17/06, digital_eyezed [EMAIL PROTECTED] wrote: Hi, I have a tree component with which I change the label dynamically through a label function. The labelfunction works fine when the tree loads, but

Re: [flexcoders] How to refresh a component

2006-03-17 Thread Brendan Meutzner
would executeBindings() apply to how the labelFunction is used?On 3/17/06, digital_eyezed [EMAIL PROTECTED] wrote:Hi,I have a tree component with which I change the label dynamically through a label function. The labelfunction works fine when the treeloads, but if a change the value of the the

Re: [flexcoders] How to refresh a component

2006-03-17 Thread Rich Rodecker
oops, i didnt realize this was flex question (i get all my mailing lists sent to gmail). On 3/17/06, Rich Rodecker [EMAIL PROTECTED] wrote: call invalidate() on the component, that will mark it to be redrawn on the next frmae. On 3/17/06, digital_eyezed [EMAIL PROTECTED] wrote: Hi, I

RE: [flexcoders] How to refresh a component

2006-03-17 Thread Matt Chotin
[mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Friday, March 17, 2006 11:41 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to refresh a component would executeBindings() apply to how the labelFunction is used? On 3/17/06, digital_eyezed [EMAIL PROTECTED] wrote

Re: [flexcoders] How to refresh a component

2006-03-17 Thread Johannes Nel
eish, the tree ion flex 1.5. anyway after creating treeNodes using the treeNode model classes and dispatching the modelChanged event i founf the tree is not always updated. its somewhere in this archive. the approach i then took was to take a peice of xml, alter that and reset the dataprovider