Re: [VOTE] Apache Flex 4.11.0 release candidate 2

2013-10-19 Thread Nicholas Kwiatkowski
+1 Binding - MD5 / ASC match expected values - Source / Binaries compile without issue - RAT report passes - Mustella checkin tests pass - Mustella full tests pass - Desktop app (AIR) compiles without issue. No regression issues. - Mobile app (AIR) compiles without issue. No regression issues. -

[UX] Meeting

2013-10-19 Thread Sebastian Mohr
How is everyone up for a meeting? Any date and place you would be interested in? -- Sebastian (PMC) Interaction Designer Looking for a Login Examplewith Apache Flex? This guy loves ... Flash Catalyst CS5.5, the Designer&Developer Workflow and

Re: UID performance

2013-10-19 Thread Justin Mclean
Hi, OSX Safari 11.8 (debug) Original: 1.25 V2 with join : 1.00 v3 with bytyearray: 0.625 OSX Chrome 11.9 (non debug) Original: 0.958 V2: 0.898 V3: 0.374 So I think it fair to say let go with the ByteArray solution. There a few other functions in that same class that could be improved. Thanks,

Odd SDK code in Spark button

2013-10-19 Thread Justin Mclean
HI, Looking to see if join("") was used anywhere else found this: if (!styleName || styleName is String) { if (_emphasized) super.styleName = style + " emphasized"; else super.styleName = style.split(" emphasized").join("");

RE: Odd SDK code in Spark button

2013-10-19 Thread Tianzhen Lin
Apparently "replace" only replaces the first occurrence of the string, so split/join is a more reliable route. http://stackoverflow.com/questions/3214886/javascript-replace-only-replaces- first-match Tangent p.s. JavaScript is drunk. -Original Message- From: Justin Mclean [mailto:jus..