Top "Apache-flex" questions

Apache Flex [NOT CSS FLEXBOX] is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air.

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used …

apache-flex actionscript soap coldfusion wsdl
Eclipse memory settings when getting "Java Heap Space" and "Out of Memory"

When trying to launch and run a flex/java project in eclipse I kept getting a "Out of Memory Exception" …

java apache-flex eclipse memory
What is the best way to get the minimum or maximum value from an Array of numbers?

Let's say I have an Array of numbers: [2,3,3,4,2,2,5,6,7,2] What is the best way to find the minimum or maximum value …

algorithm actionscript-3 apache-flex actionscript complexity-theory
Failed to load JavaHL Library

After updating to Snow Lion I started receiving these errors in Flash Builder / Eclipse when trying to use SVN: Failed …

eclipse apache-flex svn flash-builder subclipse
How do I get a HttpServletRequest in my spring beans?

I'm developing an app with a Flex-based front end and a Spring/Hibernate back-end. To get Facebook integration working in …

java apache-flex spring facebook
hibernate properties not found

we are integrating the java blazeds hibernate with flex project..First we tested the pure java hibernate in eclipse and …

java hibernate apache-flex tomcat blazeds
Tomcat startup (web.xml) issue

I'm using Tomcat 6 with eclipse web tools to publish an application. When I deploy the j2ee application I'm getting …

java apache-flex tomcat
Can maven projects have multiple parents?

We have Java and Flex projects. We currently have 1 base pom that contains the configurations we want to use for …

java apache-flex maven-2 code-organization
How to convert bytearray to image or image to bytearray ?

How to assign bytearray value to panel background image. If anybody have idea or experiance plz help me to overcome …

actionscript-3 apache-flex flex3
how to make text line break in flex textarea

I have a string var s:String = "This is a line \n This is another line."; this.txtHolder.text = s; //.…

apache-flex actionscript-3 textarea