this line works in Flex application as expected
test = new int("123")
but it doesn't work in FlexJS 0.7, it does build but the created javascript
fails with javascript error:
Can't find variable: int
on the other hand, this does work:
test = new Number("123")
Thank you
Pan Li
http://Prominic.NET | Skype: PanProminic
[email protected]
cellphone: +86-18688880152
My Apache Flex community contribution is working on the open source
Moonshine-IDE.com for FlexJS.
