RE: [flexcoders] Databinding to a webservice from within a component

2005-07-28 Thread Steve Cox
Unnikrishnan Sent: 28 July 2005 14:13 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Databinding to a webservice from within a component   My experience is that it is always nice to store the result in a variable. Bind this variable to event.result from the webservice. Access this variable from

Re: [flexcoders] Databinding to a webservice from within a component

2005-07-28 Thread Sreejith Unnikrishnan
My experience is that it is always nice to store the result in a variable. Bind this variable to event.result from the webservice. Access this variable from any component anywhere. INDEX.MXML var eventDetailsResult;     service_Events” wsdl="..." showBusyCursor="true">

[flexcoders] Databinding to a webservice from within a component

2005-07-28 Thread Steve Cox
Hi,   First person, a new flex developer, so bare with me!   I’m using a webservice defined in ‘index.mxml’ called ”eventsService”. Now I previously had a datagrid within this file which had the dataprovider set as: service_Events.GetEventDetails.result.diffgram.NewDataSet.Table This