[flexcoders] SWF generated by ant does not work

2008-04-16 Thread César P .
Hi I am trying to build my Flex/Java project with ant because it is the way we build all the projects but for some reason the SWF file that is generated by the ant script is not working but the one generated by Flex Builder works. Also I noticed that the one created by ANT is smaller than the

[flexcoders] Re: Any tutorial about getting started with Flex, BlazeDS and Spring... FROM SCR

2008-03-25 Thread César P .
For me it works the following way: 1. Create a Dynamic Web Project 2. Extract the BlazeDS war to my project in the corresponding folder usually YourProject/WebContent 3. Right click on the project Flex Project Nature Add Flex Project Nature 4. Application Server Type Other 5. Done If you

[flexcoders] Re: How to use air to read Excel file?

2008-01-15 Thread César P .
If you have a Java backend you can do it with JExcelApi http://jexcelapi.sourceforge.net/ or POI http://poi.apache.org/ I have used both in some web applications. --- In flexcoders@yahoogroups.com, dormousecheck [EMAIL PROTECTED] wrote: Recently, i meet a problem, how to use air to read

[flexcoders] How to get data from my view

2007-12-19 Thread César P .
Hi, I have a flex application that has a global toolbar in the top and various tabs in the bottom, like firefox or any tabbed app. In each tab I have different forms with different information. For each form I have a model that stores the information. In the toolbar I have buttons for save, new,

[flexcoders] Problems with a Tree and dynamic data provider

2007-11-27 Thread César P .
Hi, I'm new to Flex and to the group. I came here because I am having problems with a Tree control and a dynamic data provider. The problem is that everytime I try to expand a branch with no children the application crashes with a #1009 error. Is it the expected behaviour? I don't know how to

[flexcoders] Re: Problems with a Tree and dynamic data provider

2007-11-27 Thread César P .
the test case even further and provide explicit steps to reproduce the problem Showing the entire stack trace is also helpful. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of César P. Sent: Tuesday, November 27, 2007 6:53 AM