Succesfully importing the package and declaring the variable typed as
"PagableArrayCollection" should be all you need to do.  Then as Jeffrey
says, in a result handler, assign the results from your data service
call to that var.  Binding will do the rest

 

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 

________________________________

From: [email protected] [mailto:[email protected]] On
Behalf Of iloveyouwisconsin
Sent: Saturday, February 07, 2009 6:19 PM
To: [email protected]
Subject: [flexcoders] Re: I'm missing something

 

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, Jeffry Houser <j...@...> wrote:
>
> 
> You need to set the dataProvider on the DataGrid
> 
> Somewhere in the resultHandler, do something like this:
> 
> myTest = event.result.entry.rooms;
> 
> 
> Or you could give the DataGrid an id and do something like this:
> 
> myDataGrid.dataProvider = event.result.entry.rooms;
> 
> 
> 

Well, I think normally that would do the trick. Since I'm using an 
.swc file (which does the pageable array), then don't I need to 
integrate it w/ that somehow? 



Reply via email to