Thanks for the help. However, doing that now I see no data at all in the list.
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > {tempXML.lastResult.asset.fleet} > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of markcavins > Sent: Thursday, January 10, 2008 11:03 AM > To: [email protected] > Subject: [flexcoders] Re: Using HTTPService with a TileList > > > > > Thank your Abdul for taking a look at my problem. this fixed one of > the two errors but it is still hating my TileList > > <mx:TileList dataProvider="{tempXML.asset.fleet}" > width="344" backgroundColor="#000000" color="#ff0000" fontSize="27" > borderColor="#000000" columnWidth="300" rowHeight="50" > themeColor="#808080" fontWeight="bold" allowMultipleSelection="true" > id="TileList1" height="0" y="202" x="178"/> > > > it is still returning > > 1119: Access of possibly undefined property asset through a reference > with static type mx.rpc.http.mxml:HTTPService. > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "Abdul Qabiz" <abdul.qabiz@> wrote: > > > > click="HTTPService.send()"/> > > > > It should be:- > > > > click="tempXML.send ()" > > > > > > -abdul > > > > On Jan 10, 2008 11:24 PM, markcavins <markcavins@> wrote: > > > > > I have also tried to change the way that I get the data to > > > > > > Code: > > > > > > <mx:HTTPService id="tempXML" > > > url=" > > > > https://mysite.net/interface.php?action=showopen&operation=showasset > s&a\ > <https://mysite.net/interface.php?action=showopen&operation=showasse > ts&a> > > > mp;format=xml&opstatus=defect&rand=12345645647<https://mysite.ne > t/interface.php?action=showopen&operation=showassets&format=xml&opstatus > =defect&rand=12345645647 > <https://mysite.net/interface.php?action=showopen&operation=showassets&f > ormat=xml&opstatus=defect&rand=12345645647> > > > > " > > > ></mx:HTTPService> > > > > > > <mx:TileList dataProvider="{tempXML.asset.fleet}" > > > width="344" backgroundColor="#000000" color="#ff0000" fontSize="27" > > > borderColor="#000000" columnWidth="300" rowHeight="50" > > > themeColor="#808080" fontWeight="bold" allowMultipleSelection="true" > > > id="TileList1" height="0" y="202" x="178"/> > > > > > > <mx:Button label="Refresh Page Now" height="27" fillAlphas="[1.0, > > > 1.0]" fillColors="[#030000, #030000, #474545, #474545]" > > > borderColor="#DCDEDF" click="HTTPService.send()"/> > > > > > > but now I'm getting 2 errors > > > > > > 1061: Call to a possibly undefined method send through a reference > > > with static type Class. > > > > > > 1119: Access of possibly undefined property asset through a > reference > > > with static type mx.rpc.http.mxml:HTTPService. > > > > > > I am trying to find the reason for that problem it seems it doesn't > > > like the services being used with the TileList. Still trying to see > > > what's going on now. > > > > > > > > > > > > > > > > > -- > > -abdul > > --------------------------------------- > > http://abdulqabiz.com/blog/ <http://abdulqabiz.com/blog/> > > --------------------------------------- > > >

