Rehashing an older post: JQuery VS Flex - Choosing a Platform for SAAS We are preparing to develop an application that is exceptionally dynamic and interactive.It\'s particularly heavy on the graphic
I am running the same AIR application under windows, linux and Mac OSX Windows and Linux look fine, but under mac OS-X the controls are not showing any text.
In Flex 4, is it possible to modify components that is not include in the current state? For example, I have labelA included in stateA, how do I change the label text in stateB? If I directly change t
I am dynamically populating a ComboBox with an HTTPservice calling an XML file. This all works dandy through the Flash Build 4 interface. Below is the ComboBox code:
I\'m doing something wrong, but I can\'t figure out what. Simple project in flex4, whereby I create a skinned combobox (fragments at end).
I am creating a vertical button bar with 3 buttons. How do I force the same width for all three buttons so it doesn\'t look like crap?
I have a flex app that takes data from a back end database then displays the content in one of 3 views.
Hi I\'m trying to setup a RegexpValidator that only accepts a string of alphanumeric characters between 6-30 characters long and requires one number. I\'m new to Regular Ex开发者_开发问答pressions and
In Flex3, I could compile pure as3 code and use \"embed\" tags to load in images.This was done by Flex making a BitmapAsset class.
I\'m trying to get familiar with the whole keyboard event detection thing. Here\'s my sample code. <fx:Script>