Re: [FalconJx] AMD implementation

2013-02-05 Thread Frank Wienberg
Almost there... hold on... On Mon, Feb 4, 2013 at 6:37 PM, Michael Schmalle wrote: > Hmm.. > > Now that I looked back at the wiki you are using Object.defineProperty() > but you don't use that in your charts code. You wrapped it with AS3.class_ > correct? Is that what you plan on using? > > Am I

Re: Language features

2013-02-05 Thread Roland Zwaga
by the way, with all this type of language features, it'll be interesting to see what Adobe is going to with ASC2.0 on their end. They reported here on the list that they'd be developing ASC separately since it would focus on AS.Next. But with their last announcement they have indicated that the AV

RE: Language features

2013-02-05 Thread Frank Pepermans
Pros :- Actionscript and Flash are the same thing to the outside world, Flex goes beyond Flash- Adobe will market AS as a language for games and video, not officially for Flex enterprise apps, this is confusing and to be honest casts a shadow over Flex which we cannot do anything about... Cons

RE: Language features

2013-02-05 Thread Michael Schmalle
There is a simple answer to this. Keep AS3, it's a language name, not a product. Flex is a product, if you want to do something, change the image of Flex. We have a new name, Falcon AS3. Evolution just happens. My work with the compiler is meant to empower the next generation of devs that

Re: Language features

2013-02-05 Thread Roland Zwaga
on a related note: http://colinm.org/language_checklist.html :) On 5 February 2013 11:37, Michael Schmalle wrote: > There is a simple answer to this. > > Keep AS3, it's a language name, not a product. Flex is a product, if you > want to do something, change the image of Flex. We have a new nam

[jira] [Commented] (FLEX-33382) Run Time Error 1009 in mx:Combobox in destoryDropdown

2013-02-05 Thread Vineet Bhatia (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571227#comment-13571227 ] Vineet Bhatia commented on FLEX-33382: -- SVN revision should be 1442453 - http://svn.

Re: Language features

2013-02-05 Thread Lee Burrows
I assume we'll be calling it Apache ActionScript when Adobe feel that HTML5 is ready to front their gaming push. On 05/02/2013 10:37, Michael Schmalle wrote: There is a simple answer to this. Keep AS3, it's a language name, not a product. Flex is a product, if you want to do something, chang

Re: Language features

2013-02-05 Thread Avi Kessner
If you have a bunch of if statements, then that means you are doing something significant and need multiple functions. And it would be good for those using the code to know what it's doing. If however it's just casting the var and sending it off, then you don't really need a bunch of if statements

Re: Language features

2013-02-05 Thread Avi Kessner
No need to change the name IMO. We didn't get AS3.1 when we got Vectors or native JSON support. brought to you by the letters A, V, and I and the number 47 On Tue, Feb 5, 2013 at 1:13 PM, Avi Kessner wrote: > If you have a bunch of if statements, then that means you are doing > something sign

Re: Language features

2013-02-05 Thread Roland Zwaga
People seem to be missing my point... Adobe and Apache Flex now both have a compiler, so both are in a position to make changes to the language. If these changes aren't in sync then effectively two separate languages are evolving. Therefore neither of them is AS3 anymore. (ot at least one of them..

Naming AS3 future versions - was Re: Language features

2013-02-05 Thread Michael Schmalle
Right, I don't have a bunch of time for all this water cooler talk but my head lives in the NOW. You know how far off generics are? Do we have any other compiler developers around to start pushing Falcon forward? If the answer is NO right now, than AS3 is all you have to worry about. I a

Re: Naming AS3 future versions - was Re: Language features

2013-02-05 Thread Roland Zwaga
I never claimed there should be a name change right now. I was asking a question about what happens to AS3 when both Apache and Adobe make different changes to it. It was more of a discussion point then a direct action point :) On 5 February 2013 12:28, Michael Schmalle wrote: > Right, > > I don

Re: Language features

2013-02-05 Thread Avi Kessner
AS3 might have been in the hands of Adobe, but projects were not. I don't see the conceptual difference between the Adobe compiler and the Apache compiler, or the Flash Builder vs Flash Professional compilers. (at least for a brief moment in time, they were different) Or the project that targets S

Re: Naming AS3 future versions - was Re: Language features

2013-02-05 Thread Avi Kessner
My apologies. It's just such an interesting topic, real or imagined. brought to you by the letters A, V, and I and the number 47 On Tue, Feb 5, 2013 at 1:28 PM, Michael Schmalle wrote: > Right, > > I don't have a bunch of time for all this water cooler talk but my head > lives in the NOW. You

locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric Thomas
Hi, Someone (adnan) reported me its Flash Builder project using SDK 4.9 (installed from the installer) with the locale as fr_FR didn't work because the compiler complained it was impossible to resolve resources bundles containers, core, etc... for the regional parameter fr_FR. Well, few days a

Re: Language features

2013-02-05 Thread James Roland Cabresos
Flex currently, already has it's own language features that exist in MXML. This came to be known to most people as Flex. I get ask around a lot and most people think Flex is a language rather than an SDK or a framework for Actionscript. If you're going to think of a name, I think sticking with Flex

Re: [FalconJx] AMD implementation

2013-02-05 Thread Frank Wienberg
Okay, I just pushed to the as-js-runtime-prototype repository (I just noticed I didn't update the Github pages yet, so please do not use the online version but pull). All JavaScript files are updated to the latest and greatest code layout. Because now I know you'll notice every detail, anyway, I ra

Re: [FalconJx] AMD implementation

2013-02-05 Thread Michael Schmalle
Quoting Frank Wienberg : Okay, I just pushed to the as-js-runtime-prototype repository (I just noticed I didn't update the Github pages yet, so please do not use the online version but pull). Ok, I know git pretty well but, this makes no sense to me, what does "but pull" mean when I see no

Re: Language features

2013-02-05 Thread James Roland Cabresos
Oh, what the hell I'm typing, I'm typing drunk... Let me rephrase what I just said earlier: Flex currently, already has it's own language features that exist in MXML which came to be known to most people as Flex. I get to ask a lot of people mostly web developers what they know about Flex and mos

RE: Language features

2013-02-05 Thread Mark Fuqua
I have found Flex is much better received than Flash. In truth, Flex developers are Flash developers, but I never liked using that description...I develop Flex applications. I guess I drank a little too much of the Macromedia/Adobe Kool-Aid, but I never understood why so many hated Flash, but the

[PR] Getting people excited about Flex

2013-02-05 Thread Harbs
I was thinking: There's nothing quite like showing people quality working applications to convince them that a technology is a viable option for their own needs. Should we have a featured page of the Flex website that has a list of featured applications? We could break it into categories of web

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Roland Zwaga
here's a nice one that just got posted: http://away3d.com/index.php/comments/away_foundation_roadmap_releases Away 3D name checks Apache Flex as the technology they're going to use for Away3D Builder. On 5 February 2013 16:28, Harbs wrote: > I was thinking: There's nothing quite like showing p

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Marcus Fritze
Yes, this sounds good. I think, on the old flex.org page there was also a showcase section. And everybody could see, what's possible with Flex. And we should not forget the category desktop AIR apps. And maybe "categorize" these apps into topics (or tags - what does the application). Marcus Fri

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Nicholas Kwiatkowski
I'd love to see something like this on the website. The only problem was seeding the list. Heck, I couldn't even get 6 companies to allow us to use their logos to say that they use Apache Flex to put on our website... -Nick On Tue, Feb 5, 2013 at 10:39 AM, Marcus Fritze wrote: > Yes, this sou

Re: Language features

2013-02-05 Thread Alex Harui
On 2/5/13 3:26 AM, "Roland Zwaga" wrote: > People seem to be missing my point... > Adobe and Apache Flex now both have a compiler, so both are in a position > to make changes to the language. If these changes aren't in sync then > effectively > two separate languages are evolving. Therefore ne

Re: [FalconJx] AMD implementation

2013-02-05 Thread Frank Wienberg
> Ok, I know git pretty well but, this makes no sense to me, what does "but pull" mean when I see no updated source code? Ooops, sorry, I pushed not to "master", but to a branch called "less-files". I just merged that branch into master, so you should now see the updated sources there. -Frank-

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Alex Harui
I'm confused, is he saying fr_FR isn't recognized or just that bundles couldn't be found? Have him check the locales folder and see if it is properly populated for fr_FR On 2/5/13 4:47 AM, "Frédéric Thomas" wrote: > Hi, > > Someone (adnan) reported me its Flash Builder project using SDK 4.9 (

Re: [FalconJx] AMD implementation

2013-02-05 Thread Michael Schmalle
Right On! Now were in business. I was thinking to myself, wow this Frank guy is pretty flaky... ;-) Just kidding! Mike Quoting Frank Wienberg : Ok, I know git pretty well but, this makes no sense to me, what does "but pull" mean when I see no updated source code? Ooops, sorry, I pushed n

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Scott Rowe
It also might be a good idea to find a way to showcase apps that are on all (desktop/web/mobile) platforms with same(ish) codebase to showcase the code once/run anywhere theme. Maybe some sort a filter in top so you could sort/organize the apps quickly by type. On Feb 5, 2013, at 10:39 AM, Ma

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Harbs
Well, you can feel free to use PrintUI.com in both capacities… ;-) Anyone on the dev list who has permission to showcase apps, can just post them here as a starting point for the list. On Feb 5, 2013, at 6:11 PM, Nicholas Kwiatkowski wrote: > I'd love to see something like this on the website.

Re: Language features

2013-02-05 Thread Roland Zwaga
> > > I think I understand you, but if you read the whitepaper again, no changes > to AS3 are mentioned. Instead, there is mention of language development > for > web-based virtual machines. > > So, while your concerns are valid, I think Apache Flex should plow ahead in > whatever direction it wan

Re: [FalconJx] AMD implementation

2013-02-05 Thread Michael Schmalle
Frank, Are you using any majic on your end to figure out what is native!String, native!parseInt etc? Or are you just looping through imports? Just curious as how you are doing it before I implement something. Mike Quoting Frank Wienberg : Ok, I know git pretty well but, this makes no

Re: Language features

2013-02-05 Thread Nick Collins
Is this really any different though than those who might try to compile a Flex application from within the Flash IDE? On Tue, Feb 5, 2013 at 10:25 AM, Roland Zwaga wrote: > > > > > I think I understand you, but if you read the whitepaper again, no > changes > > to AS3 are mentioned. Instead, th

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Adnan Doric
Hi Alex, What I've done is pretty standard: 1) Installed Eclipse 4.2.1 & Flash Builder 4.7 as plugin 2) Installed Apache Flex SDK Installer and Flex 4.9.0 using it 3) Specified 4.9.0 as default SDK and created new project "Test" 4) Added "-locale fr_FR" in "additional compiler arguments" Observ

RE: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric THOMAS
> I'm confused, is he saying fr_FR isn't recognized or just that bundles couldn't be found? Translated from French, the error description: Description Resources path location Type Unable to resolve resource bundle "containers" for locale "fr_FR". Unknow error It does the same with containers, cor

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Alex Harui
Maybe the locales folder isn't in the library-path? Check flex-config.xml and compiler options. On 2/5/13 8:59 AM, "Frédéric THOMAS" wrote: >> I'm confused, is he saying fr_FR isn't recognized or just that bundles > couldn't be found? > > Translated from French, the error description: > Descr

HTTPService Response Headers

2013-02-05 Thread Dan Nailor
Hello, I am looking to find out if there is anything in the works to allow the HTTPService response headers to be interrogated beyond successful and unsuccessful calls? From what I understand this is not possible with the current class and may be a limitation of some browsers. http://help.adobe

RE: [PR] Getting people excited about Flex

2013-02-05 Thread Guthmann, Scott
> It also might be a good idea to find a way to showcase apps that are on all > (desktop/web/mobile) platforms with same(ish) codebase to showcase the code > once/run anywhere theme. > Maybe some sort a filter in top so you could sort/organize the apps quickly > by type. 1) There is an area on

RE: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric THOMAS
Bingo once again Alex :) @Adnan, it should be enought you: - Open /framework/flex-config.xml - Go to the line 83 and replace it with "locale/{locale}" - change the SDK to 4.x in the project properties and change back to 4.9 @Alex, I'll apply that to the /ide/flashbuilder/configflex-config.xml

Re: HTTPService Response Headers

2013-02-05 Thread Rick Winscot
Dan. If you are not using a proxy service like BlazeDS... anything other than an HTTP200 is going to cause your Flex application fits. If you are looking for the notion of a 'successful failure' where an operation completed (e.g. a partial save) but had errors. You'll need to implement the sema

Re: Language features

2013-02-05 Thread Alex Harui
On 2/5/13 8:25 AM, "Roland Zwaga" wrote: > I was just wondering about some of the implications. > Imagine the case where we add language features and folks try to compile > these > using ASC2.0, they would get errors naturally. I'm guessing these folks > would be > confused by this, since they

RE: HTTPService Response Headers

2013-02-05 Thread David Coleman
Hi, I have had to modify the HTTPService in the past to work around the lack of persistent cookie support. if you want I could share this. HTTPService does not play well with cookies (or any kind of useful headers for that matter). I'd be willing to share my work if anyone is interested. (it

RE: HTTPService Response Headers

2013-02-05 Thread David Coleman
I also ment to say (but i hit send by accident instead of "save draft"). that a creative solution that i have used before is to return custom 500 errors when you have "http success but data fail" style errors. From the server you send a 500, triggering the flex IOError, then you include in th

Re: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Adnan Doric
Right on spot, it works now, thank you both of you :) On 05/02/2013 18:54, Frédéric THOMAS wrote: Bingo once again Alex :) @Adnan, it should be enought you: - Open /framework/flex-config.xml - Go to the line 83 and replace it with "locale/{locale}" - change the SDK to 4.x in the project prope

RE: [PR] Getting people excited about Flex

2013-02-05 Thread Alex Harui
It would definitely be great to get some apps for the showcase. The Adobe Flex showcase is still up, but it suffers from the fact that most apps require a login so most of what you have are screenshots. I sent a screenshot of PrintUI to Infoworld, and apps like that would be nice to have in a

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Lee Burrows
Im happy for this small web app (and source code) to be used if its deemed appropriate: http://mandelbrot-explorer.com/ - it was built pre-Apache but is spark so i can easily update it to 4.9 On 05/02/2013 18:57, Alex Harui wrote: It would definitely be great to get some apps for the showcase

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Roland Zwaga
That app sounds interesting, but when I visit that URL the app stays stuck on the loading screen, it says 'initialising', but after several minutes still nothing has happened. Using Chrome 26 Canary with FP 11.6 on windows 8 pro. On 5 February 2013 20:08, Lee Burrows wrote: > Im happy for this s

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Nicholas Kwiatkowski
I've got a few apps to show off, but in all honesty -- I've been doing mostly mobile work lately. Here is one of the first Flex 4.8.0 apps I published... : https://play.google.com/store/apps/details?id=air.org.pointi.androidApp http://itunes.apple.com/us/app/pointillism/id556476833?ls=1&mt=8 -

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Lee Burrows
Thanks, i'll look into it. Been playing around with it myself and its a bit more basic than i remember... i would hope that there's enough quality stuff out there that mine isn't needed. On 05/02/2013 19:16, Roland Zwaga wrote: That app sounds interesting, but when I visit that URL the app s

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Harbs
On Feb 5, 2013, at 8:57 PM, Alex Harui wrote: > I sent a screenshot of PrintUI to Infoworld, and apps like that would be nice > to have in a showcase. Thanks. > One thing I've been pondering is that what the killer showcase app would be. > Even PrintUI requires a healthy wait at startup (at

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Om
A couple of projects that I was involved with in the past - does not require login to launch. You could work off of your pictures from your desktop or chose to login to one of the providers listed (facebook, etc.) http://www.shutterfly.com/custompath/viewEdit.sfly?fid=bbc315ed9d1d8661 http://www.

[jira] [Created] (FLEX-33383) List is Flickering on mobile when different number of lines in message

2013-02-05 Thread Merten P. (JIRA)
Merten P. created FLEX-33383: Summary: List is Flickering on mobile when different number of lines in message Key: FLEX-33383 URL: https://issues.apache.org/jira/browse/FLEX-33383 Project: Apache Flex

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Roland Zwaga
When I try the first link I immediately get this error after the application loaded: We are sorry you are having problems. To contact Shutterfly customer service: Email: customerserv...@cs.shutterfly.com Phone: 1-888-225-7159 Monday - Friday: 6am - 5pm Pacific Time Saturday - Sunday: 8:30am - 5pm

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Roland Zwaga
I wasn't implying you should fix the bug :) But we do have to make sure that all of the apps we're listing actually work :) On 5 February 2013 20:54, Om wrote: > Well, did you contact customer service? ;-) Sorry, I am not involved with > this app anymore. > > On Tue, Feb 5, 2013 at 11:48 AM, R

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Harbs
Roland, Both apps worked for me. Maybe you need a restart? ;-) On Feb 5, 2013, at 9:48 PM, Roland Zwaga wrote: > When I try the first link I immediately get this error after the > application loaded: > > We are sorry you are having problems. To contact Shutterfly customer > service: > Email: cu

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Alex Harui
Both links worked for me on Mac Safari. On 2/5/13 11:57 AM, "Roland Zwaga" wrote: > I wasn't implying you should fix the bug :) > > But we do have to make sure that all of the apps we're listing actually > work :) > > On 5 February 2013 20:54, Om wrote: > >> Well, did you contact customer s

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Roland Zwaga
ok, on third try it worked, hopefully it was just a glitch then :) On 5 February 2013 20:59, Alex Harui wrote: > Both links worked for me on Mac Safari. > > > On 2/5/13 11:57 AM, "Roland Zwaga" wrote: > > > I wasn't implying you should fix the bug :) > > > > But we do have to make sure that all

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Om
Well, did you contact customer service? ;-) Sorry, I am not involved with this app anymore. On Tue, Feb 5, 2013 at 11:48 AM, Roland Zwaga wrote: > When I try the first link I immediately get this error after the > application loaded: > > We are sorry you are having problems. To contact Shutterfl

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Erick Ghaumez
Last year i've worked for M6, a french TV channel, we made a full Flex website ( Flex 4.6 ) : http://www.m6replay.fr It's a good example of "graphic" application : clean UI, lot of transitions, Facebook Open Graph integration, premium video features… You can access to most of the features witho

Re: HTTPService Response Headers

2013-02-05 Thread Om
I've had pretty good success using the AS3HttpClient library [1], [2] [1] http://code.google.com/p/as3httpclient/ [2] http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/ On Tue, Feb 5, 2013 at 10:14 AM, David Coleman < david_coleman_..

RE: HTTPService Response Headers

2013-02-05 Thread Dan Nailor
Thanks Rick, I am in the process of developing API to integrate with the .NET RESTful servicing and there are two things I am would like to do. 1) On all GET and POST calls to RESTful endpoints attached an "authentication" header with two name value pairs, i.e. a key and token. 2) I want to be a

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Alex Harui
Thanks Om and others who posted links, it is always rewarding to me to see these end products. So, it looks like print and photo publishers, paint manufacturers and video/video conferencing providers have chosen Flex. My next question is: why? Honestly, I have a hard time telling if there is s

RE: HTTPService Response Headers

2013-02-05 Thread David Coleman
try this: in the flex sdk, in file \frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as change the code as shown in my gist[1] starting at line 182: to use this, here is a class that I constructed from the air app that i mentioned, which utilizes the now patched cookie fun

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Jim Robson
I dunno, Alex. That Sherwin-Williams color visualizer is pretty slick. The Behr color picker *could* be reproduced in JS/CSS/HTML but it would not be easy. The Big Blue Button certainly seems like a nicer experience than GoToMeeting. But in general, to address your point, Flex isn't for websites

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Edouard
what about something like that ? http://www.adobe.com/devnet/flex/tourdeflex.html it was a good sample of flex components, i used it a lot of time to do some demonstration to our client On Tue, Feb 5, 2013 at 11:10 PM, Jim Robson wrote: > I dunno, Alex. That Sherwin-Williams color visualizer i

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Om
On Tue, Feb 5, 2013 at 1:48 PM, Alex Harui wrote: > Thanks Om and others who posted links, it is always rewarding to me to see > these end products. > > So, it looks like print and photo publishers, paint manufacturers and > video/video conferencing providers have chosen Flex. My next question

[FalconJx] AMD source production update

2013-02-05 Thread Michael Schmalle
Hi, I'm currently working on Frank's version of the AMD emitter. Now that he has got his source code updated in the GIT project, I had some things to go off of. Currently I have the following being produced for his class A. There are a lot of edge cases and other things to be ironed out

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Harbs
For PrintUI, Flex was really the only choice. Why? TLF. Fidelity of text rendering and consistency with InDesign server was critical, and no other technology competes… The app is pretty complex as well with probably over 100 classes. (Maybe more. I never counted…) Doing that in most HTML framew

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Tomislav Pokrajcic
On 5.2.2013. 23:10, Jim Robson wrote: But in general, to address your point, Flex isn't for websites. It's primary purpose is enterprise applications - though now it's good for mobile, too. Our experience is that Flex (on Flash) can still find it's place on public websites in various apps for ge

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Harbs
Oh yeah. I do a lot of work around Creative Suite extensibility. Flex is a must there. (It's a special strain of Adobe Flex, but Flex nevertheless.) The productivity gains by being able to extend the creative apps with Flex is awesome. I have been able to churn out some pretty impressive panel

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Johan Kustermans
Hi, I have been following the mailing list from the start and I am still on the fence between choosing Flex, going the javascript way, sticking to the Java way of doing things (jsf with a framework like Primefaces can serve a lot of purposes) or look for another option. JavaFX shows promise from

RE: locale problems w/ eclipse and SDK 4.9

2013-02-05 Thread Frédéric THOMAS
Thank you very much for having raised this issue, we don't do anything at time without users raising something we haven't seen before. Frédéric THOMAS > Date: Tue, 5 Feb 2013 19:28:16 +0100 > From: astronaute@gmail.com > To: dev@flex.apache.org > Subject: Re: locale problems w/ eclipse and

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Paul Hastings
ESRI has some slick (well to the GIS crowd anyway) samples for their flex API: http://resources.arcgis.com/en/help/flex-api/samples/

Re: [FalconJx] AMD implementation

2013-02-05 Thread Frank Wienberg
Mike, too bad our different time zones slow down communication so much... Ah yes, this is about the [Native] annotation we discussed in this other thread. Jangaroo needs the ActionScript API of all the built-in classes (JavaScript globals), so when using String, it actually parses String.as and fi