[flexcoders] Re: Sending Child's httpservice call from Parent

2009-07-26 Thread fgno...@rocketmail.com
worked like a charm! thx!



[flexcoders] Sending Child's httpservice call from Parent

2009-07-26 Thread fgno...@rocketmail.com
Hi, I have an application called "parent.mxml" and a component called 
"child.mxml". child.mxml has an httpservice that gets sent via creation 
complete w/in the child.mxml. How can I change it so that this httpservice gets 
sent from the parent and the parent then passes the array to the child? I've 
gone through the parent/child docs at 
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_7.html
but it isn't sinking in.thx!

Here's my simplified code for parent:


http://www.adobe.com/2006/mxml"; xmlns:local="*" 
xmlns:comp="components.*" >


  




Here's the code for child.mxml:


http://www.adobe.com/2006/mxml"; width="100%" height="100%" 
creationComplete="init();" >






   
   
   
   





[flexcoders] Re: Livecycle data w/ Flex and error #1009

2009-07-19 Thread fgno...@rocketmail.com
I have the connection to the database working, as you suggest through a java 
file without Flex. In Flex, I keep getting the same error #1009. 

Although he doesn't specify in the post, am I supposed to do anything w/ the 
DestinationService and DynamicJDBCAssembler files? Where do I put those?





[flexcoders] Livecycle data w/ Flex and error #1009

2009-07-18 Thread fgno...@rocketmail.com
I am following the example given by Christophe Coenraets about livecycle data 
and Flex at 
http://coenraets.org/blog/2008/09/zero-code-data-access-using-livecycle-data-services-runtime-configuration/

I have followed everything to a "T" w/ a fresh install of Flex and Livecycle. I 
have mysql version 5.1 with no password (i will setup a password on 
production). I've created the database, etc. and put the files where Cristophe 
says. When I run the app I get "Error #1009", with no other description. What 
am I doing wrong?


thx,
Faith G.



[flexcoders] can't launch application

2009-07-14 Thread fgno...@rocketmail.com
I just transferred my project from one computer to another. The project has 
multiple applications, one of which is named "index.mxml". Everytime I try to 
launch an application it will only launch index.mxml and not the one I'm trying 
to launch. Project worked fine on my other computer (which has crashed since) 
but can't seem to figure this out.

thx!

Faith