I have been studying Flex components and I want to write some automated tests for it. The trouble is that the UI testing tools I have seen (FlexMonkey and Selenium Flex API) did not simulate “enoug
Tag: Flex
ActionScript-3 – flex digital format
I want to format numbers in Indian format.
For example,
x = 123456 should be formatted as
1 ,23,456.
How can I do this in flex?
Thank you,
rounding=”none”
thousandsSep
ActionScript – Flex Mobile Project with Action Script Mobile Project
I am new to development and want to develop an Android application. I used Adobe Flash Builder 4.6 and Flex Mobile Project to build an application. I recently noticed Action Script Mobile in 4.7 Pr
Is ActionScript-3 – MX.COLLECTIONS lost? ArrayCollection (FLASH Builder 4) in Flex4
I have some code that uses ArrayCollection, and it imports:
import mx.collections.ArrayCollection; Then:
static protected var myAC:ArrayCollection = new ArrayCollection(); It seems very
ActionScript-3 – Date format of Adobe Flex
I have an appointment and I want to format the date:
YYYYMMDD HHMMSS
So for today
20100304 173000
But when I do:
var todayStr:String = today.getFullYear()+today.getMonth()+today.getDa