Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform.
I've been trying to find the right configuration for supporting both http/s requests in a Flex app. I've read …
java apache-flex flex3 remoting blazedsI have a data grid that has a checkbox item renderer in a cloumn to allow row selections: Main application: &…
apache-flex actionscript-3 actionscript flex3I don't understand something that is happening on my Eclipse and I am wondering if this is my Eclipse problem …
eclipse apache-flex svn flex3I want to check in my function if a passed argument of type object is empty or not. Sometimes it …
apache-flex actionscript-3 actionscript collections flex3for example: package{ public class A { var test:String; public function A() } } class B{ } the code is in the same …
actionscript-3 apache-flex flex3I'd like to conditionally hide a tab in a TabNavigator. It seems that setting visible doesn't work properly (presumably because …
actionscript-3 apache-flex flex3What's the best way to calculate the length of a Dictionary object in Flex? var d:Dictionary = new Dictionary(); d["…
actionscript-3 apache-flex flex3I have a custom ItemRenderer that displays 5 text inputs in each of 3 panels: <?xml version="1.0" encoding="utf-8"?> <…
apache-flex flex3 usability itemrendererI have two related ComboBoxes ( continents, and countries ). When the continents ComboBox changes I request a XML from a certain …
flex3 combobox dataprovider displaylistWhat is the opposite of String.charAt()?? If I Have a string: var Str:String="Hello World"; How do I …
apache-flex actionscript-3 air flex3