RE: [flexcoders] dataprovider question

2008-05-20 Thread Battershall, Jeff
ailto:[EMAIL PROTECTED] On Behalf Of [p e r c e p t i c o n] Sent: Tuesday, May 20, 2008 12:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] dataprovider question Hi Folks, I'm wondering how to force a datagrid to update it's

[flexcoders] dataprovider question

2008-05-19 Thread [p e r c e p t i c o n]
Hi Folks, I'm wondering how to force a datagrid to update it's contents when a value on a server changes...do i have to query the server every time? or is there some other way of refreshing this data...shouldn't it update as soon as the data on the server changes? thanks p

RE: [flexcoders] dataProvider question

2007-02-23 Thread Tracy Spratt
: Thursday, February 22, 2007 8:55 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dataProvider question Sure! my list is defined as follows: In my component (well, class) i have the following variable: [Bindable] public var MyDataList:XMLList

Re: [flexcoders] dataProvider question

2007-02-23 Thread Andrey
veDocs_Parts&file=1043.html Karl Cynergy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Andrey *Sent:* Thursday, February 22, 2007 8:55 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] dataProvider question Sure! my li

RE: [flexcoders] dataProvider question

2007-02-22 Thread Karl Johnson
ps.com Subject: Re: [flexcoders] dataProvider question Sure! my list is defined as follows: In my component (well, class) i have the following variable: [Bindable] public var MyDataList:XMLList = new XMLList(); then when the application loads and i get the i

Re: [flexcoders] dataProvider question

2007-02-22 Thread shaun
Hi, Andrey wrote: > Sure! > > my list is defined as follows: > > labelField="@name" > > > In my component (well, class) i have the following variable: > >[Bindable] >public var MyDataList:XMLList = new XMLList(); > > then when the application loads and i get th

Re: [flexcoders] dataProvider question

2007-02-22 Thread Andrey
Sure! my list is defined as follows: In my component (well, class) i have the following variable: [Bindable] public var MyDataList:XMLList = new XMLList(); then when the application loads and i get the instance of the component, i call the following: lstDa

Re: [flexcoders] dataProvider question

2007-02-22 Thread Igor Costa
It would be nice to see your part of you code to see what you are doing wrong. Regards. On 2/22/07, darvon4u <[EMAIL PROTECTED]> wrote: Here is an interesting one, not sure if i'm missing something or what. I have a list to show some data. I also have a component with an xmllist property

[flexcoders] dataProvider question

2007-02-22 Thread darvon4u
Here is an interesting one, not sure if i'm missing something or what. I have a list to show some data. I also have a component with an xmllist property which is marked as [Bindable] in actionscript, i instantiate that component and bind this data property to the list. When i receive data from