flex4.6 Questions
3
I am running Flash Builder 4.6 and just added Apache flex sdk 4.9.1 (build 1447119) to my mac book pro running Moutain Lion and when i tried to do a quick 'hello world' and add a few elements to th...
Vocoid asked 27/3, 2013 at 17:56
5
Solved
I am using the Flex SDK and able to capitalise the first letter of every word as follows:
textInput.text.toLowerCase().replace(/\b./g,function(...m):String{return m[0].toUpperCase()})
This works...
Pya asked 7/4, 2014 at 8:4
2
Solved
Since changing to the AIR 3.6 I'm getting many errors such as:
Could not resolve <s:Sequence> to a component implementation.
If I switch to the built in Flex SDK 4.6.0 it works fine. I'm usi...
Nanosecond asked 14/2, 2013 at 22:25
1
© 2022 - 2024 — McMap. All rights reserved.