[flexcoders] Re: accessing HttpService in Beta 3

2006-06-13 Thread tonyx_788
hi mike is that all of your code??? post the ActionScript code, if you have any. and part of the xml to, --- In flexcoders@yahoogroups.com, mikewertheim [EMAIL PROTECTED] wrote: I'm having trouble accessing an HttpService in Beta 3. The problem I'm having is similar to the one described in

===SPAM=== [flexcoders] Re: accessing HttpService in Beta 3

2006-06-13 Thread Bill Lane
There was a change in beta 3. Try using lastResult (i.e srv.lastResult.prospectList.prospect). You can still use result in actionscript through the event object in your result listener: mx:HTTPService id="svr" result= "data_result(event)" fault= "request_fault(event)" url=""

[flexcoders] Re: accessing HttpService in Beta 3

2006-06-12 Thread srioviyan_p
Hi i have highlighted on ur code.i think it may correct. anyway try it. mx:State name=results mx:AddChild position=lastChild mx:Panel layout=absolute title=Prospects Found id=panel1 mx:DataGrid id=ProspectList