[FlexJS] US States Map example - pure AS3

2015-06-19 Thread OmPrakash Muppirala
Here is an updated version of the US states map example with animation added: Demo: http://bigosmallm.github.io/flexjs/mapexample/ AS Code: https://gist.github.com/anonymous/d1d8d6d8c544f985e387 JS Code: https://gist.github.com/anonymous/08b471bae33a8ffba4d1 The entire app was written in

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-18 Thread OmPrakash Muppirala
Fantastic! This is huge. I will build something with it as soon as you check it in. Any chance you can bring in d3.js as well? This looks like a good source: https://github.com/federico-b/d3-externs On that note, there is an extern file generator available here:

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-18 Thread OmPrakash Muppirala
-specific externs should probably have their own swc. Thoughts? -Alex On 6/18/15, 12:42 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Fantastic! This is huge. I will build something with it as soon as you check it in. Any chance you can bring in d3.js as well

Re: [FlexJS] JS.swc does not seem to have any SVG* element defintions

2015-06-18 Thread OmPrakash Muppirala
Date: Thu, 18 Jun 2015 00:40:24 + Sweet! On 6/17/15, 5:31 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: It works for the most part! At some point, the code completion stopped working. I am not able to get it back now. But, the good news, here is an interactive

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-18 Thread OmPrakash Muppirala
On Thu, Jun 18, 2015 at 3:42 PM, Michael Schmalle teotigraphix...@gmail.com wrote: On Thu, Jun 18, 2015 at 4:27 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I don't remember using different modules in D3.js, they are all part of the same module I guess? Unless you mean

[FlexJS] JS.swc does not seem to have any SVG* element defintions

2015-06-17 Thread OmPrakash Muppirala
Michael, I thought that you had added these definitions in JS.swc. At least I remember seeing a screenshot with all the SVG related classes. Any chance you can take a look and see what's happening? Now that I have everything working on Flash Builder, I want to build a couple of really cool

[FlexJS] Using JS.swc in Flash Builder - update

2015-06-17 Thread OmPrakash Muppirala
I just tried it out with Flash Builder. Some issues along the way: 1. I can add it as a .swc dependency in the Build Path settings. Code completion, etc. works great from within FB. But the FlexJS crosscompiler ExternalTool does not seem to be able to resolve the dependency. This is the

[FlexJS] WebAssembly is here

2015-06-17 Thread OmPrakash Muppirala
Looks like we can bypass compilation to JavaScript and go directly to bytecode that runs in browsers soon: https://brendaneich.com/2015/06/from-asm-js-to-webassembly/ Thanks, Om

Re: [FlexJS] JS.swc does not seem to have any SVG* element defintions

2015-06-17 Thread OmPrakash Muppirala
On Wed, Jun 17, 2015 at 3:20 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Well I got it to compile on one condition. I had to turn on the emit props and methods for the interfaces. The actual classes themselves have all the definitions. There are major conflicts with the SVG*

Re: [FlexJS] JS.swc does not seem to have any SVG* element defintions

2015-06-17 Thread OmPrakash Muppirala
/bigosmallm/824147f7c439c584a09b JS code: Who cares? ;-) I will spend some more time building something nicer over the next day or so. Thanks, Om On Wed, Jun 17, 2015 at 3:53 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Jun 17, 2015 at 3:20 PM, Michael Schmalle teotigraphix

Re: [FlexJS] WebAssembly is here

2015-06-17 Thread OmPrakash Muppirala
, 2015 at 11:36 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: Looks like we can bypass compilation to JavaScript and go directly to bytecode that runs in browsers soon: https://brendaneich.com/2015/06/from-asm-js-to-webassembly/ Thanks, Om

Re: [FlexJS] JS.swc does not seem to have any SVG* element defintions

2015-06-17 Thread OmPrakash Muppirala
On Wed, Jun 17, 2015 at 2:47 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Ah this is a nasty file to deal with, it's generated from IDL and has 10,000 lines with massive interfaces that have to have their prototypes transformed to get/set. Who thinks I can do this? haha Mike

[FlexJS] FB errors - Unsupported major.minor version 51.0

2015-06-16 Thread OmPrakash Muppirala
I got a fresh copy of FlexJS from the Installer and used it to compile the DataBindingTest via Flash builder. I keep getting this error: !ENTRY com.adobe.flexbuilder.project 4 43 2015-06-16 11:53:00.050 !MESSAGE Uncaught exception in compiler !STACK 0 java.lang.UnsupportedClassVersionError:

Re: [FlexJS] Building in FB via FlexJS external tool is broken

2015-06-16 Thread OmPrakash Muppirala
I just checked in a fix for this issue. If someone can verify it using Flash Builder on Windows, that would be great. Thanks, Om On Tue, Jun 16, 2015 at 12:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I am able to compile the examples via ant fine. But, in FB, when I try to cross

Re: [FlexJS] FB errors - Unsupported major.minor version 51.0

2015-06-16 Thread OmPrakash Muppirala
Okay, that problem seems to have gone away. FB is now able to compile the swf file properly now. Thanks, Om On Tue, Jun 16, 2015 at 12:28 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hmm, saw that this was done 12 hours ago. Let me try getting the nightly again. The asjs build has

[FlexJS] Building in FB via FlexJS external tool is broken

2015-06-16 Thread OmPrakash Muppirala
I am able to compile the examples via ant fine. But, in FB, when I try to cross-compile the app using External Tools FlexJS (FalconJX Debug and Release Build) I am getting this error message: \sdks\FlexJS_0.0.3\js\bin\..\..) was unexpected at this time. I am going to try and debug this, but

Re: [FlexJS] Building in FB via FlexJS external tool is broken

2015-06-16 Thread OmPrakash Muppirala
Looks like it is there in the correct location: %FLEX_HOME%\js\libs\temp\externals\bin\JS.swc BTW, should %FLEX_HOME% really be %FLEXJS_HOME% or is the convention to use FLEX_HOME inside the FlexJS sdk? Thanks, Om On Tue, Jun 16, 2015 at 12:45 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote:

[FlexJS] FlexJS vs. AngularJS 2.0

2015-06-15 Thread OmPrakash Muppirala
Here is a rundown of how to do things with AngularJS 2.0: http://angular-tips.com/blog/2015/06/why-will-angular-2-rock/ As I walk through the details, I see the twists and turns they are going through to do seemingly simple things. The single biggest reason for that is that there is no MXML like

Re: [FlexJS] FlexJS vs. AngularJS 2.0

2015-06-15 Thread OmPrakash Muppirala
and the TODO app about a month ago and totally hated add crap to HTML tags but, I did like the concept of binding and stuff but, then again, MXML has been doing this for ages and is Type strict. :) Mike On Mon, Jun 15, 2015 at 4:06 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Here

Re: FlashBuilder stopped working

2015-06-15 Thread OmPrakash Muppirala
Usually deleting the file: .metadata\.plugins\org.eclipse.core.resources\.snap fixes all sorts of issues for me. Deleting the entire .metadata folder would be my next thing to try :-) Thanks, Om On Mon, Jun 15, 2015 at 12:51 PM, Josh Tynjala joshtynj...@gmail.com wrote: Did you try deleting

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
On Jun 12, 2015 12:09 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, Can you point me to the instructions on how to package LICENSE in an EXE and/or DMG file? Not sure why you are asking. But you can add assets to an AIR app that get packaged into the apps and one of those assets

Re: [FlexJS] index.template.html is missing

2015-06-12 Thread OmPrakash Muppirala
On Fri, Jun 12, 2015 at 1:51 PM, Alex Harui aha...@adobe.com wrote: On 6/12/15, 11:39 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: I fiddled with the build script. It seems to copy index.template.html from the FLEX_HOME/templates/swfobject directory. Any reason why we just don't

Re: [GitHub] flex-sdk pull request: Update DateTimeFormatterEx.as

2015-06-12 Thread OmPrakash Muppirala
I'll take this one. Thanks, Om On Fri, Jun 12, 2015 at 11:50 AM, Erik de Bruin e...@ixsoftware.nl wrote: Can someone please take a look a this? Thanks, EdB On Thu, Jun 11, 2015 at 1:09 PM, adpg g...@git.apache.org wrote: GitHub user adpg opened a pull request:

Re: [GitHub] flex-sdk pull request: Update DateTimeFormatterEx.as

2015-06-12 Thread OmPrakash Muppirala
, 2015 at 2:53 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I'll take this one. Thanks, Om On Fri, Jun 12, 2015 at 11:50 AM, Erik de Bruin e...@ixsoftware.nl wrote: Can someone please take a look a this? Thanks, EdB On Thu, Jun 11, 2015 at 1:09 PM

Re: [GitHub] flex-sdk pull request: Update DateTimeFormatterEx.as

2015-06-12 Thread OmPrakash Muppirala
On Fri, Jun 12, 2015 at 3:08 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I think this is documented somewhere, but I will give it a go here. The github pull request usually has an url like: https://github.com/apache/flex-sdk/pull/19 You will just have to append a .patch

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
On Jun 12, 2015 9:41 PM, Alex Harui aha...@adobe.com wrote: I grabbed the EXE off the CI server. The Hex Editor I have can’t find the LICENSE by examining the EXE file. My understanding from Roy was that’s how most folks are going to look, so I’m not sure if this approach is going to work.

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
Okay, I just pushed a change the build script that includes the LICENSE and NOTICE files along with the installation exe/dmg. These files would end up in the installation directory. I think this is sufficient, right? Thanks, Om On Fri, Jun 12, 2015 at 5:28 PM, Alex Harui aha...@adobe.com

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
On Fri, Jun 12, 2015 at 4:31 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, We already distribute the binaries here [1], wouldn’t the simple answer be to package those up in an archive and include the required NOTICE and LICENSE files just as we do with the source? Generally the

Re: [FlexJS] index.template.html is missing

2015-06-12 Thread OmPrakash Muppirala
: That is probably a bug in the build scripts from when we changed how we pick up SWFObject. If you don’t want to fiddle with the build scripts, file a bug and copy the files from a Flex SDK. -Alex On 6/9/15, 4:40 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: When I try to build

[FlexJS] index.template.html is missing

2015-06-09 Thread OmPrakash Muppirala
When I try to build the ChartExample via ant, it is failing with this error message: C:\p\flexroot\git\flex-asjs\examples\ChartExampleant Buildfile: C:\p\flexroot\git\flex-asjs\examples\ChartExample\build.xml clean: [delete] Deleting directory C:\p\flexroot\git\flex-asjs\examples\ChartExample

Re: [ApacheCon] CFP ApacheCon EU 2015

2015-06-08 Thread OmPrakash Muppirala
something on how these two worlds fit together well would be something neat. Chris -Ursprüngliche Nachricht- Von: omup...@gmail.com [mailto:omup...@gmail.com] Im Auftrag von OmPrakash Muppirala Gesendet: Freitag, 29. Mai 2015 22:15 An: dev@flex.apache.org Betreff: Re: [ApacheCon] CFP

Re: [FlexJS] try to run example in FB (eclipse), little problem?

2015-06-08 Thread OmPrakash Muppirala
This looks like an issue where you have not selected the correct workspace window. First click on the project's mxml file editor window and then run the external tool. Thanks, Om On Mon, Jun 8, 2015 at 4:53 AM, Marcus Fritze marcus.fri...@googlemail.com wrote: Hi, I used this [1] example to

[FlexJS] FlexJS frameworks/projects

2015-06-08 Thread OmPrakash Muppirala
I just was able to import all the projects into FB and figure out their inter-dependencies. I think it would be good to check in the .actionScriptProperties files to git so that it is easier for others to import them into FB and easily get going. Any objections to this? Thanks, Om

Re: [FlexJS] FlexJS frameworks/projects

2015-06-08 Thread OmPrakash Muppirala
, for the airglobal.swc dependency. I am going to try to see if there is a way around it. Thanks, Om Thanks, -Alex On 6/8/15, 4:24 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I just was able to import all the projects into FB and figure out their inter-dependencies. I think it would

Re: [FalconJX] Parse JavaScript extern files to create ActionScript API

2015-06-05 Thread OmPrakash Muppirala
: On 6/5/15, 8:18 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Jun 5, 2015 3:12 AM, Michael Schmalle teotigraphix...@gmail.com wrote: @Om ... SVG, this should get you excited. :) http://snag.gy/xEpfa.jpg Mike Fantastic! What a great way to stay the day

Re: [FalconJX] Parse JavaScript extern files to create ActionScript API

2015-06-05 Thread OmPrakash Muppirala
On Fri, Jun 5, 2015 at 8:31 AM, Alex Harui aha...@adobe.com wrote: On 6/5/15, 8:18 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Jun 5, 2015 3:12 AM, Michael Schmalle teotigraphix...@gmail.com wrote: @Om ... SVG, this should get you excited. :) http://snag.gy/xEpfa.jpg

Re: [FalconJX] Parse JavaScript extern files to create ActionScript API

2015-06-05 Thread OmPrakash Muppirala
html5 */ native public function getContext(contextId:String, opt_args:Object = null):Object; } On Fri, Jun 5, 2015 at 5:50 AM, Michael Schmalle teotigraphix...@gmail.com wrote: On Fri, Jun 5, 2015 at 12:39 AM, OmPrakash Muppirala bigosma...@gmail.com wrote

Re: [FalconJX] Parse JavaScript extern files to create ActionScript API

2015-06-05 Thread OmPrakash Muppirala
https://github.com/google/closure-compiler/blob/master/externs/w3c_elementtraversal.js (depends on w3c_dom1.js) In general, what do you think about including all the w3c_*.js files? Thanks, Om On Fri, Jun 5, 2015 at 12:12 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Fri, Jun 5, 2015

Re: [FalconJX] Parse JavaScript extern files to create ActionScript API

2015-06-04 Thread OmPrakash Muppirala
Fantastic work, Mike! I dont see any SVG elements, is that part of something other spec? On that line, how would one get Canvas, Webgl, etc.? Thanks, Om On Jun 4, 2015 5:31 PM, Josh Tynjala joshtynj...@gmail.com wrote: Agreed! Great stuff, Mike. - Josh On Thu, Jun 4, 2015 at 2:07 PM,

RE: Re : Re: Re : Re: AW: AW: AW: [FlexJS] IntelliJ Integration

2015-06-04 Thread OmPrakash Muppirala
On Jun 4, 2015 1:41 PM, piotrz piotrzarzyck...@gmail.com wrote: Fred, You are right I will wait till everything will be ok with Intellij stuff. We could later eventually ping Josh in the other thread for creating new film which describes full path of configuration in Intellij. I think you

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-03 Thread OmPrakash Muppirala
On Wed, Jun 3, 2015 at 12:36 PM, Alex Harui aha...@adobe.com wrote: On 6/3/15, 12:32 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: You will have to uninstall Installer 3.1 (which on Mac means not only moving to the trash but emptying the trash) before running the exe or dmg file

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-03 Thread OmPrakash Muppirala
On Wed, Jun 3, 2015 at 12:29 PM, Alex Harui aha...@adobe.com wrote: Hi, Per [1] I think we can enter the testing phase for the Installer. If anybody has a last-minute feature they want to get in, I’m willing to back up to the Last Call phase. There is already a release branch, but I think

Re: [DISCUSS] The Future of MD5Checker

2015-06-02 Thread OmPrakash Muppirala
I vote for 3 as well. As long as we have direct access to the VM and dont have any dependency on the Infra team. In my past several experiences dealing with the Infra team, the average wait time to get anything done is a few days. We cannot afford to go back to that. Thanks, Om On Jun 2,

Re: [FalconJX] d.as definition file (was: [FalconJX JXEmitter] Hello Greeter! working ... )

2015-06-01 Thread OmPrakash Muppirala
On Mon, Jun 1, 2015 at 6:31 AM, Alex Harui aha...@adobe.com wrote: On 6/1/15, 5:39 AM, Harbs harbs.li...@gmail.com wrote: I believe what you say, but out of curiosity, what about the conversion was the deal-breaker? I suspect the 10% where TS doesn’t map cleanly to AS. FWIW, it was

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-31 Thread OmPrakash Muppirala
On May 31, 2015 9:41 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Nice, actually I am highly motivated right now. I know how much joy I had when getting back into it using Feathers. I think I have told you like 5 times in the last 3 months. :) Now, I wish I had an answer of how to

Re: [FlaconJX FlexJS] FlexJS output to js from core as files

2015-05-31 Thread OmPrakash Muppirala
Sounds like a great plan! Getting rid of the need to write JavaScript would be a big deal. Thanks, Om On May 31, 2015 4:17 PM, Michael Schmalle teotigraphix...@gmail.com wrote: As I worked through this weekend utilizing the rainy days and kids finishing up for finals, I realized what my first

RE: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread OmPrakash Muppirala
This is pretty cool! What happens when you run the AS version? Thanks, Om On May 29, 2015 10:05 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Cool stuff, very promising :-) Frédéric THOMAS Date: Fri, 29 May 2015 12:25:25 -0400 Subject: [FalconJX JXEmitter] Hello Greeter! working ::

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread OmPrakash Muppirala
On Fri, May 29, 2015 at 5:13 PM, Justin Mclean jus...@classsoftware.com wrote: HI, This is not some random github repo. It is maintained by http://definitelytyped.org/, which is basically a repository of d.ts files for popular javascript libraries. Which means very little license or

Re: [FalconJX JXEmitter] Hello Greeter! working :: AS cross compiling to vanilla Javascript

2015-05-29 Thread OmPrakash Muppirala
The more I think about it, the more awesome it looks :-) Okay, so does code completion work with Window, document, body etc. elements? And, if we have a mechanism to consume d.ts files, we can pretty quickly add native AS3 support to libraries like jquery, d3, etc., right? Thanks, Om On Fri,

Re: [FalconJX] d.ts files and parse/cross compile to AS

2015-05-29 Thread OmPrakash Muppirala
It looks like the DefinitelyTyped git repo would be the best option: https://github.com/borisyankov/DefinitelyTyped They have a vast collection of JS libraries and they are of MIT license. Thanks, Om On Fri, May 29, 2015 at 12:49 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Well, if

Re: [ApacheCon] CFP ApacheCon EU 2015

2015-05-29 Thread OmPrakash Muppirala
It would be great if Flex gets a track on its own. A lot of what I do at work has to do with Big Data. Flex and Big Data are made for each other :-) I will have to check with my current employer to see if they will okay my travel plans. If it does work out, I think I can propose two talks on

Re: [FlexJS] Build question - JSHint, Linter

2015-05-27 Thread OmPrakash Muppirala
, then. I will update the README mentioning this add well. Thanks, Om HTH, EdB On Wed, May 27, 2015 at 7:45 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Sorry if this was asked and answered, but I am having trouble getting the Linter and JSHint installed on my Windows machine

Re: [FalconJX FlexJS] JIRA issues and helping with the compiler

2015-05-27 Thread OmPrakash Muppirala
On Wed, May 27, 2015 at 10:46 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Alex, Thinking about this more. I have 1 or 2 apps that are more administrative such as a library manager, MIDI importer, metadata manager for the Caustic files that are on the device. Seeing that HTML

Re: [FalconJX FlexJS] JIRA issues and helping with the compiler

2015-05-27 Thread OmPrakash Muppirala
drawing in my Caustic apps. Let me know if that makes sense to you. I am unable to see any images displayed on that page. It says: You do not have the required permissions to view the files attached to this post. Thanks, Om Mike On Wed, May 27, 2015 at 1:52 PM, OmPrakash Muppirala bigosma

Re: [FlexJS] Build question - JSHint, Linter

2015-05-27 Thread OmPrakash Muppirala
On Wed, May 27, 2015 at 11:05 AM, Erik de Bruin e...@ixsoftware.nl wrote: So, npm is a dependency, then. I will update the README mentioning this add well. IIRC, the linters are only used for SDK development, NOT for 'production' projects... So, yes, a dependency, but only for FlexJS SDK

Re: [FlexJS] Build question - JSHint, Linter

2015-05-27 Thread OmPrakash Muppirala
might write all of the FlexJS JS in AS and not need linting anymore. -Alex On 5/27/15, 11:23 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, May 27, 2015 at 11:05 AM, Erik de Bruin e...@ixsoftware.nl wrote: So, npm is a dependency, then. I will update the README mentioning

[FlexJS] Build question - JSHint, Linter

2015-05-27 Thread OmPrakash Muppirala
Sorry if this was asked and answered, but I am having trouble getting the Linter and JSHint installed on my Windows machine. The README says this: *6) The JSHint utility installed by following the instructions here:

Re: 'Apache Flex and Adobe AIR with IntelliJ IDEA' Video Tutorial Donation

2015-05-27 Thread OmPrakash Muppirala
Joseph, Once again, thank you for creating these video tutorials. This is going to be very useful for the community. I am hoping to see many more such videos about Apache Flex. If you have thoughts on creating a larger suite of videos, covering a wider range of topics, please do share it with

Re: git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

2015-05-26 Thread OmPrakash Muppirala
I've fixed the two pages where I found such references: http://flex.apache.org/dev-sourcecode.html http://flex.apache.org/download-source.html It would be great if a couple of people proof read the changes. Thanks, Om On Tue, May 26, 2015 at 4:11 PM, Michael Schmalle teotigraphix...@gmail.com

Re: GIT Push error to Apache repo

2015-05-26 Thread OmPrakash Muppirala
Ah, I forgot that you were watching that JIRA ticket as well. Om On Tue, May 26, 2015 at 10:46 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Hmm how about those odds(within seconds), just posted a thread. :) Mike On Tue, May 26, 2015 at 1:44 PM, OmPrakash Muppirala bigosma

Re: [2/3] git commit: [flex-sdk] [refs/heads/develop] - Compiler: fixed issue where adding an id to a fx:Vector when using -keep compiler argument would result in a compiler error because the wrong cl

2015-05-26 Thread OmPrakash Muppirala
On Tue, May 26, 2015 at 4:14 PM, Josh Tynjala joshtynj...@gmail.com wrote: I found these bugs while working on the Feathers SDK (it's my fork of the Apache Flex SDK for Feathers and Starling), and I figured that I'd push the fixes upstream since they reproduce with Apache Flex too. Should I

Re: GIT Push error to Apache repo

2015-05-26 Thread OmPrakash Muppirala
am going to setup my development stack on it. :) My son uses it for music, that is like taking candy back, I wouldn't hear the end of it. Mike On Sun, May 17, 2015 at 3:56 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On May 17, 2015 12:41 PM, Michael Schmalle teotigraphix

Re: Mustella SDK tests

2015-05-24 Thread OmPrakash Muppirala
Great, I nominate you to fix all Mustella tests going forward ;-) On May 23, 2015 9:52 PM, Alex Harui aha...@adobe.com wrote: Well, I must have magical powers because I did some digging last night and upon running a test that failed in the main SDK run in FDB, it passed. Then I restarted the

Re: [FlexJS] Event names

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 10:36 AM, Michael Schmalle teotigraphix...@gmail.com wrote: On Tue, May 19, 2015 at 1:22 PM, Alex Harui aha...@adobe.com wrote: On 5/19/15, 9:59 AM, Michael Schmalle teotigraphix...@gmail.com wrote: I am a dreamer, so I dream up things I want to do; right

Re: [FlexJS] Event names

2015-05-19 Thread OmPrakash Muppirala
On May 19, 2015 8:00 AM, Alex Harui aha...@adobe.com wrote: Some (many) thoughts on this: I considered event pooling in the current Flex SDK and have suggested pooling other objects in people’s apps at times in the past. Some folks claimed that instantiating lots of small objects fragmented

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
, then aren't you saying that the SVG element is just a child of the main component? Do you have any prototypes of this going? Mike On Tue, May 19, 2015 at 3:21 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, May 19, 2015 at 11:29 AM, Michael Schmalle

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
flexibility we'll get. Thanks, Om [1] http://people.apache.org/~bigosmallm/fxg2svg/buttonskin/flexVhtml5.html Mike On Tue, May 19, 2015 at 3:21 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, May 19, 2015 at 11:29 AM, Michael Schmalle teotigraphix...@gmail.com wrote

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 4:09 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, May 19, 2015 at 12:36 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Ok thanks Om, lots to think about. Some more questions. I am still a bit naive with HTML and SVG. Can SVG be used

Re: [FlexJS] Event names

2015-05-19 Thread OmPrakash Muppirala
A key thing about FlexJS though is that we are trying to make the tools “framework-agnostic” so I’m not sure there are as many edges as there are for a monolithic framework like the current Flex SDK. If Josh were starting Feathers today off of FlexJS, in theory he wouldn’t have had to muck

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 11:29 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Ironically Om, this was my next post! SVG and what are we doing to use it. Maybe through all my bable of the last thread some might see where I am coming from, I am really trying to figure out, what are we

Re: [FlexJS] Event names

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 11:19 AM, Alex Harui aha...@adobe.com wrote: On 5/19/15, 10:33 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: And then, unlike Starling and current Flex which has dozens of constants declared on the Event class, I want to experiment with putting those

Re: [FlexJS] Event names

2015-05-19 Thread OmPrakash Muppirala
On Tue, May 19, 2015 at 11:22 AM, Michael Schmalle teotigraphix...@gmail.com wrote: On Tue, May 19, 2015 at 2:10 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: A key thing about FlexJS though is that we are trying to make the tools “framework-agnostic” so I’m not sure

Re: [FlexJS] DefineProperty Code Style

2015-05-18 Thread OmPrakash Muppirala
git related issue. Regards, Om Peter Ent Adobe Systems On 4/9/15, 10:49 AM, Peter Ent p...@adobe.com wrote: I ahould be able to do this for you. Peter Ent Adobe Systems On 4/9/15, 12:06 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Apr 8, 2015 at 8:50 PM, Alex Harui

Re: [FlexJS] IntelliJ Integration

2015-05-17 Thread OmPrakash Muppirala
On May 17, 2015 12:13 PM, Héctor A neverbi...@gmail.com wrote: What about people using a Windows machine without ANT? not my case, but I'd say solving the installer issues is in the interest of the project. +1 to the sentiment :-) Thanks, Om On Sun, May 17, 2015 at 9:07 PM, OmPrakash

Re: GIT Push error to Apache repo

2015-05-17 Thread OmPrakash Muppirala
for a few weeks now. Mike On Sun, May 17, 2015 at 3:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On May 17, 2015 12:22 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Actually I did run into that issue. So what does it exactly mean? I can't commit to Apache right now

Re: GIT Push error to Apache repo

2015-05-17 Thread OmPrakash Muppirala
Yes, this is a known Apache wide issue with the git repos. I am working with the ASF Infra folks on this: https://issues.apache.org/jira/browse/INFRA-9605 It looks they are close to fixing it, but it wont hurt to pop in and vote for the bug l. Thanks, Om On May 17, 2015 12:05 PM, Michael

Re: GIT Push error to Apache repo

2015-05-17 Thread OmPrakash Muppirala
and another committer can commit the changes. AFAIT, this issue affects only Windows users. Thanks, Om Mike On Sun, May 17, 2015 at 3:18 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Yes, this is a known Apache wide issue with the git repos. I am working with the ASF Infra folks

Re: [FlexJS] IntelliJ Integration

2015-05-15 Thread OmPrakash Muppirala
Looking at the direction in which the major frameworks are moving towards, it seems like FlexJS (or even Flex itself) has been the best approach all along. Google's AngularJS 2.0 is using Webcomponents to create MXML like declarative components [1]. Facebook's React is using JSX to do the same

Re: [FlexJS] IntelliJ Integration

2015-05-15 Thread OmPrakash Muppirala
On Fri, May 15, 2015 at 1:41 PM, Michael Schmalle teotigraphix...@gmail.com wrote: On Fri, May 15, 2015 at 4:31 PM, Alex Harui aha...@adobe.com wrote: On 5/15/15, 12:35 PM, Michael Schmalle teotigraphix...@gmail.com wrote: FlexJS does massive more since it does CSS, MXML States

Re: [FlexJS] IntelliJ Integration

2015-05-14 Thread OmPrakash Muppirala
On Thu, May 14, 2015 at 10:20 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: @Fred, I never got the errors you did with my setup, I wonder what was different, you still get the 100% Red lines the way you have it right now correct? Yes Mike, it is an IntelliJ inspection thing only I

[Flex Showcase] dotSlope

2015-05-13 Thread OmPrakash Muppirala
A new entry has been added to the Apache Flex showcase for the app - dotSlope. Showcase: http://flex.apache.org/community-showcase.html Product website: http://www.dotslope.com/ Thanks, Om

Re: AW: AW: [FlexMojo] build

2015-05-12 Thread OmPrakash Muppirala
On Tue, May 12, 2015 at 3:01 PM, Michael Schmalle teotigraphix...@gmail.com wrote: I will be able to play a bit now with FM FlexJS before to switch back on Randori - maybe the future FlexJS plugin (I have to admit I've been bored to have to compile using the external tool last weekend

Re: [TDF Mobile] Releasing TDF Mobile

2015-05-12 Thread OmPrakash Muppirala
in the meantime? Basically, we need a release manager to work on getting the source and binaries (Android + iOS) ready. Thanks, Om On Mon, Apr 6, 2015 at 7:07 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Apr 6, 2015 6:01 PM, Justin Mclean jus...@classsoftware.com wrote: HI

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread OmPrakash Muppirala
On Mon, May 11, 2015 at 9:05 PM, kevin.godell kevin.god...@gmail.com wrote: I was able to get the external tool setup on mac/intellij and got a .swf using the DataBindingTest example with only 1 warning: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-08 Thread OmPrakash Muppirala
Alex, just FYI, you could get a free copy of IntelliJ IDEA. All you have to do is ask :-) https://www.jetbrains.com/shop/eform/apache?product=II Thanks, Om On Fri, May 8, 2015 at 11:34 AM, Alex Harui aha...@adobe.com wrote: To me, it just looks like IntelliJ isn’t recognizing any of the

ILOG Elixir - update

2015-05-07 Thread OmPrakash Muppirala
RogueWave has acquired IBM's ILOG Elixir components for Apache Flex. Details: http://www.roguewave.com/products-services/visualization/ibm-welcome I sincerely hope the new company does a better job of supporting the Elixir components. Here is the entire suite of Flex components:

Re: [FlexJS] Link to video presentation on FlexJS

2015-05-06 Thread OmPrakash Muppirala
On Tue, May 5, 2015 at 6:26 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Okay, I went ahead and sent them a proposal. I think it will be better if there are multiple proposals for talks. What did you propose? Maybe we can coordinate and I’ll submit something too. -Alex

Re: [FlexJS] Link to video presentation on FlexJS

2015-05-05 Thread OmPrakash Muppirala
for a presentation? Thanks, Om On Tue, May 5, 2015 at 3:14 PM, Alex Harui aha...@adobe.com wrote: On 5/5/15, 1:04 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I have been also very busy for the past couple of months. So, did not get a chance to submit something. You want to do

[FlexJS] Link to video presentation on FlexJS

2015-05-05 Thread OmPrakash Muppirala
The video from the presentation I gave at last year's HTML5 Dev Conference has been finally been published. Enjoy: https://www.youtube.com/watch?v=mJBTOL-5LWI Thanks, Om

Re: [FlexJS] Link to video presentation on FlexJS

2015-05-05 Thread OmPrakash Muppirala
for this year? -Alex On 5/5/15, 12:39 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: The video from the presentation I gave at last year's HTML5 Dev Conference has been finally been published. Enjoy: https://www.youtube.com/watch?v=mJBTOL-5LWI Thanks, Om

Re: Flex Mustella build machine, stuck task

2015-05-01 Thread OmPrakash Muppirala
On May 1, 2015 6:42 AM, Tom Chiverton t...@extravision.com wrote: Well, this is odd. Jenkins says only download-flex-tlf is running, yet Player v11 keeps appearing and running tests. The command line in Task manager says it's from flex-sdk_mustella. So I expect that will run n the

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-29 Thread OmPrakash Muppirala
On Wed, Apr 29, 2015 at 11:43 AM, Alex Harui aha...@adobe.com wrote: On 4/27/15, 2:59 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: In my experience, I have seen a lot of them. I don't know if there is a way to get an accurate count of how many. Of course, if you are not able

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-29 Thread OmPrakash Muppirala
On Mon, Apr 27, 2015 at 8:07 AM, Alex Harui aha...@adobe.com wrote: It just occurred to me: I can create a branch in SVN right? Only trunk gets pub’d? Just saw this notification: https://blogs.apache.org/infra/entry/git_based_websites_available Infra now supports git based website

Re: Open source Flex maps components

2015-04-29 Thread OmPrakash Muppirala
Igor, I know you started working on this a while ago. Do you remember why this got dropped? Any chance you can continue working on the donation again with the Modest Maps folks? Thanks, Om On Thu, Mar 21, 2013 at 10:55 AM, Igor Costa igorco...@gmail.com wrote: Hi there Joao We're working

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread OmPrakash Muppirala
Also, it looks like a lot of the running swf files load example content from this server: http://aspexamples.adobe.com Ex: click on the View Running Example button in the bottom on this page: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6568f-7ffc.html The swf file

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread OmPrakash Muppirala
/15, 2:47 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Also, it looks like a lot of the running swf files load example content from this server: http://aspexamples.adobe.com Ex: click on the View Running Example button in the bottom on this page: http://help.adobe.com/en_US/flex

Re: Custom ToggleSwitch in code

2015-04-27 Thread OmPrakash Muppirala
On Sun, Apr 26, 2015 at 10:58 PM, WelshAndy a...@eazyweb.net wrote: Thanks Om. Yes, that was the source of the code I mentioned. Problem comes when I try and call it using AS3. In MXML, it works as expected by adding a ToggleSwitch component and then adding a skinclass = skins.togYesNo. But

Re: Custom ToggleSwitch in code

2015-04-26 Thread OmPrakash Muppirala
On Apr 26, 2015 5:27 PM, WelshAndy a...@eazyweb.net wrote: Hi, Is it possible to add custom labels to a ToggleSwitch in a mobile project using AS3 rather than MXML? I need to add custom labels add via AS3. Im using Flex 4.14 FB4.7. Ive created the external package (using the usual

Re: [FLEXJS] No more SDK download

2015-04-25 Thread OmPrakash Muppirala
On Apr 25, 2015 10:13 PM, Alex Harui aha...@adobe.com wrote: Hi, I pushed the changes such that, when installing FlexJS, it no longer needs to download the current Flex SDK. A huge milestone for FlexJS! The current FlexJS 0.0.2 and earlier releases do that to borrow some classes from

Re: [GitHub] flex-utilities pull request: AntOnAIR: added support for replacet...

2015-04-24 Thread OmPrakash Muppirala
Alex, Can you take a look at these incoming patches, please? If not, I can take a look at them when I get a chance. There are these 3 so far today: https://patch-diff.githubusercontent.com/raw/apache/flex-utilities/pull/4.patch

<    3   4   5   6   7   8   9   10   11   12   >