[flexcoders] data service not executing any ideas please

2013-06-25 Thread rob.love1977
I have something peculiar that I have never run into. I recently began a new flex project with a ColdFusion 9 backend. In the past I would use the CFC generator packaged with ColdFusion builder to create my base classes/services that I would further customize. Then in flash builder 4.6 I would

Re: [flexcoders] data service not executing any ideas please

2013-06-25 Thread Alex Harui
: Tuesday, June 25, 2013 3:52 PM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: [flexcoders] data service not executing any ideas please I have something peculiar that I have never run into. I recently began

[flexcoders] Data service fill returns null objects

2008-11-17 Thread Ward Loockx
Hello, When I do a call to my livecycle data service (fill approach), it will populate my specified arraycollection with result from server side. Now the problem is that my arraycollection is populated with the objects but there are places in the array where there are no objects but just a

[flexcoders] Data Service and Bindings

2007-02-08 Thread themd
Hi, I am having great difficulty in finding info about data and binding. I have a xml document which I can connect to but I cannot use the data in more then one component. I want to display a combo box and selectitem it to a datagrid with its childnode. I could do this on flash with ease but

RE: [flexcoders] Data Service and Bindings

2007-02-08 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Data Service and Bindings Hi, I am having great difficulty in finding info about data and binding. I have a xml document which I can connect to but I cannot use the data in more then one component. I want to display a combo box and selectitem

RE: [flexcoders] data service in craingorm

2006-04-29 Thread Matt Chotin
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deepu_verma Sent: Friday, April 28, 2006 4:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] data service in craingorm I have declared the following two methods in my delegate and call them from the commands

[flexcoders] data service in craingorm

2006-04-28 Thread deepu_verma
I have declared the following two methods in my delegate and call them from the commands // //get the products public function fill():void { var call:Object = service.fill(modelLocator.productModel.ProductVersion);

[flexcoders] Data service method

2006-04-28 Thread deepu_verma
Which event will be fired after the data is pushed to the client for a dataservice coldfusion adapter? I tried message event but it does not seem to work -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Data service

2006-04-27 Thread deepu_verma
How to fit in the data service component into Craingorm framework. I have added a getDataService method to the service locator. Am not able to get the sync result in the command -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner

2006-02-10 Thread sugannaicker
Hi, I have two questions : 01) Where do I download the Tutorials.zip file mentioned in the Enterprise: Use the Data Service (Chapter 21) documentation file. 02) Is the there a Cairngorm for dummies document? I am new to Flex and I hear that it would be best practice to use Cairngorm, but I

RE: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner

2006-02-10 Thread Jonathan Miranda
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sugannaicker Sent: Friday, February 10, 2006 5:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner Hi, I have two questions : 01) Where do I download the Tutorials.zip

Re: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner

2006-02-10 Thread Douglas Knudsen
[mailto:flexcoders@yahoogroups.com] On Behalf Of sugannaicker Sent: Friday, February 10, 2006 5:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner Hi, I have two questions : 01) Where do I download the Tutorials.zip file mentioned

Re: [flexcoders] Data Service : Tutorials.zip file Cairngorm help for beginner

2006-02-10 Thread Mike Britton
Steven Webster's site has a lot of Cairngorn info:http://www.richinternetapps.com/archives/cat_cairngorm.htmlhth,Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Data service results format: VO or XML?

2005-10-24 Thread Philippe Maegerman
that's a killer, thanks Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: vendredi 21 octobre 2005 4:35To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Data service results format: VO or XML? So in Flex 1.5 I would

RE: [flexcoders] Data service results format: VO or XML?

2005-10-20 Thread Matt Chotin
PROTECTED] 200]); Neat huh? Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio Salvador Sent: Monday, October 17, 2005 3:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Data service results format: VO or XML? Hello all, I have

RE: [flexcoders] Data service results format: VO or XML?

2005-10-17 Thread Tracy Spratt
, October 17, 2005 6:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Data service results format: VO or XML? Hello all, I have read some posts on how to pass data from the service tier to the Flex tier using VOs or arrays of VOs. I dont think it is a bad idea to use these objects

RE: [flexcoders] Data service results format: VO or XML?

2005-10-17 Thread Philippe Maegerman
Xpath rocks !! http://www.xfactorstudio.com/Actionscript/AS2/XPath/ Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: lundi 17 octobre 2005 18:15To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Data service results