RE: [flexcoders] Re: datgrid fills but content is invisible

2006-09-28 Thread Tracy Spratt
@yahoogroups.com] On Behalf Of bghoward3 Sent: Thursday, September 28, 2006 12:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datgrid fills but content is invisible   thanks for the feedback tracey i think i am on the right track but could use a bit more guidance my new

[flexcoders] Re: datgrid fills but content is invisible

2006-09-28 Thread bghoward3
t; > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of bghoward3 > Sent: Wednesday, September 27, 2006 10:42 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: datgrid fi

RE: [flexcoders] Re: datgrid fills but content is invisible

2006-09-27 Thread Tracy Spratt
: flexcoders@yahoogroups.com Subject: [flexcoders] Re: datgrid fills but content is invisible   here is code i am using it is returning a queryset not an xml string 8"?> http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="wsUserTeams.getAllTea

[flexcoders] Re: datgrid fills but content is invisible

2006-09-27 Thread ben.clinkinbeard
Not sure what you mean exactly. Web services always return xml (that's how they work), and Flex parses the results into either objects, e4x structure or xml text, depending on what you set the resultFormat attribute of your mx:operation tag to. The default is object, so your ws should be returning

[flexcoders] Re: datgrid fills but content is invisible

2006-09-27 Thread bghoward3
not using xml,this is a query set --- In flexcoders@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > I had this issue a while back and I am pretty sure it was a namespace > issue. Does the data returned from the WS contain a default namespace? > > As in xmlns="http://yoursite

[flexcoders] Re: datgrid fills but content is invisible

2006-09-27 Thread bghoward3
here is code i am using it is returning a queryset not an xml string http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="wsUserTeams.getAllTeams.send()"> http://sitename/model/cfc_UserTeams.cfc?wsdl"; useProxy="false">

[flexcoders] Re: datgrid fills but content is invisible

2006-09-27 Thread The Crow
This is so because you have not entered the datafield (in the dg) as that in the webservice. Use the same names as that used in the webservice. Problem should be solved. --- In flexcoders@yahoogroups.com, "passive_thoughts" <[EMAIL PROTECTED]> wrote: > > can you post the code for your datagrid a

[flexcoders] Re: datgrid fills but content is invisible

2006-09-26 Thread ben.clinkinbeard
I had this issue a while back and I am pretty sure it was a namespace issue. Does the data returned from the WS contain a default namespace? As in xmlns="http://yoursite.com/someUrl";. If so, you'll need to use a labelFunction. I posted about this a while back: http://www.returnundefined.com/2006/

[flexcoders] Re: datgrid fills but content is invisible

2006-09-26 Thread passive_thoughts
can you post the code for your datagrid and the webservice? --- In flexcoders@yahoogroups.com, "bghoward3" <[EMAIL PROTECTED]> wrote: > > i am populating a datagrid via a web service, i am succesfully making > the connection and pulling in data however when the datagrid populates > no text appe