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
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
: 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
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
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
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
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
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
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
9 matches
Mail list logo