Top "Flex3" questions

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.

How to support both HTTP and HTTPS channels in Flex/BlazeDS?

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 blazeds
Accessing an ItemRenderer in a DataGrid

I have a data grid that has a checkbox item renderer in a cloumn to allow row selections: Main application: &…

apache-flex actionscript-3 actionscript flex3
Eclipse switching branch from branch to trunk

I don't understand something that is happening on my Eclipse and I am wondering if this is my Eclipse problem …

eclipse apache-flex svn flex3
To check if an object is empty or not

I 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 flex3
inner class in AS

for example: package{ public class A { var test:String; public function A() } } class B{ } the code is in the same …

actionscript-3 apache-flex flex3
What's the best way to hide a tab in a TabNavigator?

I'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 flex3
Calculating Dictionary length in Flex

What's the best way to calculate the length of a Dictionary object in Flex? var d:Dictionary = new Dictionary(); d["…

actionscript-3 apache-flex flex3
Flex ItemRenderer prevents use of tabbing between text inputs

I 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 itemrenderer
Flex 3.5.0; Update ComboBox display list upon dataprovider change

I have two related ComboBoxes ( continents, and countries ). When the continents ComboBox changes I request a XML from a certain …

flex3 combobox dataprovider displaylist
Change A Character In A String Using Actionscript

What 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