Re: Building FlexJS/Falcon

2016-03-19 Thread OmPrakash Muppirala
command line. > > Chris > > > Von: omup...@gmail.com <omup...@gmail.com> im Auftrag von OmPrakash > Muppirala <bigosma...@gmail.com> > Gesendet: Samstag, 19. März 2016 11:30 > An: dev@flex.apache.org > Betreff: Building FlexJS/Falcon > &g

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - apparently, parseInt in JS should always specify the radix

2016-03-19 Thread OmPrakash Muppirala
l work the same way across Flash, older browsers and newer browsers. Thanks, Om > > On Tue, Mar 15, 2016 at 7:55 PM, Alex Harui <aha...@adobe.com> wrote: > > > > > > > On 3/15/16, 3:57 PM, "omup...@gmail.com on behalf of OmPrakash > Muppirala" &g

Building FlexJS/Falcon

2016-03-19 Thread OmPrakash Muppirala
> > > But compiler.jx.tests needs "Ant extern.swcs" first so I think it is more > like: > > ant clean (or wipe or wipe-all) > cd compiler > ant > cd ../compiler.tests > ant > cd ../compiler.jx > ant > cd .. > ant extern.swcs > cd compiler.jx.tests > ant > So, I am trying these steps to compile

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - apparently, parseInt in JS should always specify the radix

2016-03-15 Thread OmPrakash Muppirala
I think the problematic part is where strings start with "0". There might be some browsers adding a radix of 8. This is a supposedly deprecated feature. There is no way of knowing what the browser would do by default in this case. Thanks, Om On Tue, Mar 15, 2016 at 3:33 PM, Andy Dufilie

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - apparently, parseInt in JS should always specify the radix

2016-03-15 Thread OmPrakash Muppirala
> > apparently, parseInt in JS should always specify the radix I don't think that is the case. ParseInt does this by default [1] : If the radix parameter is omitted, JavaScript assumes the following: - If the string begins with "0x", the radix is 16 (hexadecimal) - If the string begins

Re: Apache FlexJS is now available as a npm package!

2016-03-13 Thread OmPrakash Muppirala
in the next rev. Thanks, Om > > Thanks, > -Alex > > On 3/13/16, 1:48 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >Install via npm as: npm install flexjs -g > > >

Apache FlexJS is now available as a npm package!

2016-03-13 Thread OmPrakash Muppirala
Install via npm as: npm install flexjs -g Package listing, Readme and usage details are here: https://www.npmjs.com/package/flexjs Please go through this page and let me know if there are some changes still need to be made. The code for the npm packager/installer is here:

Re: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-11 Thread OmPrakash Muppirala
On Mar 11, 2016 8:49 AM, "Alex Harui" wrote: > > > > On 3/10/16, 11:49 PM, "Justin Mclean" wrote: > > >Hi, > > > >Is there a dummy/test release to look at so the LICENSE/NOTICE, release > >notes etc etc can be checked? > > There are the nightly builds.

Re: [DRAFT] Apache Flex March 2015 Board Report

2016-03-09 Thread OmPrakash Muppirala
On Wed, Mar 9, 2016 at 12:30 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 3/9/16, 12:11 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >Just a few notes: > >

Re: [DRAFT] Apache Flex March 2015 Board Report

2016-03-09 Thread OmPrakash Muppirala
Just a few notes: 1. I see several releases that did not happen in the last quarter. Is that necessary? 2. I would like to see a note about work towards flexjs npm module 3. The numbers look okay to me. For TDF, I'd say get the numbers just for this quarter. If you get the uniques, they

Re: ApacheCon NA 2016

2016-03-05 Thread OmPrakash Muppirala
Yes, my talk - Object Oriented Programming for the Web using Apache FlexJS has been accepted as well. I think March 8th is when they will be releasing the schedule details. Thanks, Om On Sat, Mar 5, 2016 at 4:20 PM, Justin Mclean wrote: > Hi, > > Looks like talks

Re: Apache Flex website reviewed!

2016-03-03 Thread OmPrakash Muppirala
Lol. We should contact him and ask him to fix the attributions ;-) On Thu, Mar 3, 2016 at 3:40 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 3/3/16, 3:26 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gma

Apache Flex website reviewed!

2016-03-03 Thread OmPrakash Muppirala
Someone did a branding review of our flex.apache.org website. It generally has positive comments. https://communityovercode.com/2016/02/what-is-apache-flex-website-branding-review/ (Nice job Nick!) Thanks, Om

Re: Forking the Falcon compiler for Starling/Feathers MXML generation

2016-03-01 Thread OmPrakash Muppirala
; -Alex > > On 3/1/16, 2:16 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >If I may, there might be a better approach by just doing it within the > >FlexJS framework. You should b

Re: Forking the Falcon compiler for Starling/Feathers MXML generation

2016-03-01 Thread OmPrakash Muppirala
If I may, there might be a better approach by just doing it within the FlexJS framework. You should be able to create a org.apache.flex.starling.Application.as class where a starling display list is used instead of the regular display list. You can follow the pattern that the

Re: flexjs eat json tilesets

2016-02-17 Thread OmPrakash Muppirala
On Feb 17, 2016 10:38 PM, "Alex Harui" wrote: > > Hi Lizhi, > > Your email did not format well, but IMO, you are seeing expected behavior > in the Google Closure Compiler optimization. Unless you specify > otherwise, the GCC will rename variables, properties, etc. Using

Re: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-17 Thread OmPrakash Muppirala
On Tue, Feb 16, 2016 at 11:04 PM, Christofer Dutz wrote: > Ok ... if it's all about YOUR priorities I can wait > It is reasonable for him to get frustrated about having to work only on uncool things (like build stuff) I know many of us are like that. In any case, I

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-02-15 Thread OmPrakash Muppirala
Alex, The way I am reading this thread, I don't think folks are asking you to make the changes. They are generally asking if it is okay to make these kind of changes. It would be good if you are okay with the changes since you are one of the affected parties. Thanks, Om On Mon, Feb 15, 2016

Re: AW: [ApacheCon NA] Whose going and what topics?

2016-02-09 Thread OmPrakash Muppirala
I've submitted my talk: "Object Oriented Programming for the Web using Apache FlexJS". Thanks, Om On Mon, Feb 8, 2016 at 1:23 PM, Alex Harui wrote: > I submitted my "FlexJS: Apache's Structured Language, Cross-platform > Solution for Clients" session. > > -Alex > > On

Re: [FLEXJS] FlexJS Event: Monday April 4, 2016 in San Francisco

2016-02-09 Thread OmPrakash Muppirala
tom tags now. Thanks, Om > > Thanks, > -Alex > > On 2/8/16, 8:45 PM, "Alex Harui" <aha...@adobe.com> wrote: > > >Om, > > > >Looks ok. Thanks for choosing a registration service. > > > >-Alex > > > >On 2/8/16, 6:20 PM, "o

Re: [FLEXJS] FlexJS Event: Monday April 4, 2016 in San Francisco

2016-02-08 Thread OmPrakash Muppirala
the appropriate changes. Thanks, Om On Mon, Feb 8, 2016 at 11:24 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > I quickly created an event here: > https://www.conferize.com/conferences/flexjs-world-tour---sf-bay-area > > Can a couple of folks try to register (using

Re: [FLEXJS] FlexJS Event: Monday April 4, 2016 in San Francisco

2016-02-08 Thread OmPrakash Muppirala
start publicizing the event. Thanks, Om On Mon, Feb 8, 2016 at 11:07 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > If no one has objections, I will set up a Conferize event where folks can > sign up. > > Thanks, > Om > > On Mon, Feb 8, 2016 at 10:42 AM, Alex Har

Re: [FLEXJS] FlexJS Event: Monday April 4, 2016 in San Francisco

2016-02-08 Thread OmPrakash Muppirala
please reply again to confirm. > > The event will be held in the ATS Training Room at Adobe's San Francisco > office located at 601 Townsend St. > > The current agenda is: > 9:30am Doors Open > 10:00am Introduction to FlexJS - Alex Harui > 11:00am Writing JavaScript in Act

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
On Mon, Feb 1, 2016 at 5:31 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 2/1/16, 11:17 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >On Mon, Feb 1, 2016 at 8:44 AM, Alex

Re: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
On Wed, Feb 3, 2016 at 5:59 PM, Justin Mclean wrote: > Hi, > > > I think it would. Would you be open to doing a talk on Flex Mobile > > instead? > > Could do, most of the Flex mobile stuff I’ve done was several years ago so > I’m a bit rusty in that department. > >

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
t you? > > package > { > public var globalVar:String = "global"; > } > > - Josh > > On Wed, Feb 3, 2016 at 6:34 PM, OmPrakash Muppirala <bigosma...@gmail.com> > wrote: > > > On Mon, Feb 1, 2016 at 5:31 PM, Alex Harui <aha...@adobe.com> wrote

Re: [ApacheCon NA] Whose going and what topics?

2016-02-03 Thread OmPrakash Muppirala
. And then it is a matter of having sufficient number of talks in the track to fill the day(s) I hope Chris can shed more light on this process. Thanks, Om On Wed, Feb 3, 2016 at 10:37 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 2/3/16, 5:49 PM, "omup...@gmail.com on behalf of

Re: Positive development in the Tour De Flex Mobile app front

2016-02-01 Thread OmPrakash Muppirala
. > > > > On Fri, Jan 29, 2016 at 4:34 PM, OmPrakash Muppirala < > bigosma...@gmail.com > > > > > wrote: > > > > > Looks like our Infra team has managed to clear the legal hurdles with > > Apple > > > Inc. so that we can officially publ

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-02-01 Thread OmPrakash Muppirala
Thanks, Om > > Thoughts? > -Alex > > On 1/25/16, 4:57 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >On Mon, Jan 25, 2016 at 2:04 AM, Christofer Dutz > ><christofer.d

Re: Updating the Website with the new ASF logo?

2016-01-27 Thread OmPrakash Muppirala
On Wed, Jan 27, 2016 at 1:21 PM, Nicholas Kwiatkowski < nicholaskwiatkow...@gmail.com> wrote: > But speaking of the new logo -- did anybody notice that Flex was > specifically called out in the press-release as "best in class software > project"? > > >

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-01-25 Thread OmPrakash Muppirala
On Mon, Jan 25, 2016 at 2:04 AM, Christofer Dutz wrote: > But a cordova track would exclude my planned IoT + Mobile + Flex talk as > it currently relies on Flex > The proposal is to create a 'Client Track' that includes any and all topics under Flex and Cordova (and

Re: js mul line

2016-01-24 Thread OmPrakash Muppirala
Alex, looks like the email client is eating some text. Check the link: http://apache-flex-development.247.n4.nabble.com/js-mul-line-td51370.html for the full email Thanks, Om On Sun, Jan 24, 2016 at 11:20 PM, Alex Harui wrote: > I'm not sure I understand. Are you saying

Re: flexjs game hugryhero

2016-01-21 Thread OmPrakash Muppirala
Any reason we want to embed images? It makes sense in a swf because it is a compact file format. For the HTML version if we stick a big base 64 image in the minified code, we are unnecessarily making the initial download size bigger. A better approach would be to use spritesheets when dealing

Re: flexjs game hugryhero

2016-01-21 Thread OmPrakash Muppirala
eing rewritten from the ground up. > [1] > https://developers.google.com/speed/docs/insights/LeverageBrowserCaching > > On Thu, Jan 21, 2016 at 8:53 AM, OmPrakash Muppirala <bigosma...@gmail.com > > > wrote: > > > Any reason we want to embed images? It makes s

Re: flexjs game hugryhero

2016-01-20 Thread OmPrakash Muppirala
Haha, this is freaking amazing! Its a bit buggy but it's great start. Nice job! Thanks, Om On Wed, Jan 20, 2016 at 8:29 PM, lizhi wrote: > > http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_hugryhero > > > > -- > View this message in context: >

Re: AW: AW: [ApacheCon NA] Whose going and what topics?

2016-01-19 Thread OmPrakash Muppirala
12:44 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >On Jan 19, 2016 10:58 AM, "Alex Harui" <aha...@adobe.com> wrote: > >> > >> OK, I finally got a response f

Re: Names for FlexJS MXML

2016-01-19 Thread OmPrakash Muppirala
FlexJS uses the same exact MXML that Flex SDK uses. It just operates on a different default namespace - Flex SDK, with mx, spark, etc. and FlexJS with basic, js etc. Structurally they are (should) be the same. Thanks, Om On Tue, Jan 19, 2016 at 1:18 PM, jude wrote:

Re: [Flex] Map Component

2016-01-19 Thread OmPrakash Muppirala
4 days, but it didn't quite work as > > expected. Entire map needs to be rendered using svg alone or based on > > long/lat points. Its difficult to merge lat/long based custom regions > over > > svg. > > > > But modestmap worked well. Thank you so much for shari

Re: [Flex] Map Component

2016-01-19 Thread OmPrakash Muppirala
> it? > > On Wed, Jan 20, 2016 at 11:40 AM, OmPrakash Muppirala < > bigosma...@gmail.com> > wrote: > > > Does it have to be zoomed out so much? If you zoom in a bit, I think > this > > issue will get fixed. > > > > Thanks, > > Om > >

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OmPrakash Muppirala
Hmm, I followed all the steps. But when I changed the width of the label in MyInitialView.mxml and try to save the file, I am getting this error: Could not write file: C:\p\flexroot\workspace\DataBindingTest\src\MyInitialView.mxml. C:\p\flexroot\workspace\DataBindingTest\src\MyInitialView.mxml

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OmPrakash Muppirala
One really cool feature would be to have a website where we can invite users to 'try out' FlexJS. Essentially like JSFiddle, where you can type mxml/as3 code and see the results in the adjacent panel. Is that possible? Thanks, Om On Fri, Jan 15, 2016 at 5:56 PM, OmPrakash Muppirala <bigo

Re: [Flex] Map Component

2016-01-14 Thread OmPrakash Muppirala
Cool. I see the UK map rendering fine. The next step is to figure out why the co-ordinates are not rendering. The key is to get the correct projection. I am pretty sure GeoJSON co-ordinates are in Mercator projection. Here is a nice article that seems to be solving a similar problem. See if

Re: Flex in a week data services

2016-01-14 Thread OmPrakash Muppirala
I know that the chart examples here http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6568f-7ffe.html tries to access a now non-existent adobe webserver. I have managed to grab all those data files here: http://bigosmallm.github.io/flex/chartexamples/budget.xml

Re: [Flex] Map Component

2016-01-14 Thread OmPrakash Muppirala
out the earlier approach, see if this works. There is a Flex wrapper for this as well: https://github.com/igorcosta/flex-maps Thanks, Om On Thu, Jan 14, 2016 at 11:55 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Cool. I see the UK map rendering fine. > > The next step i

Re: [Flex] Map Component

2016-01-13 Thread OmPrakash Muppirala
n't know why is it > an input parameter here as out itself is the return value. > > Am I passing lat, lng values correctly to project() ? > > > > > On Wed, Jan 13, 2016 at 1:09 PM, OmPrakash Muppirala <bigosma...@gmail.com > > > wrote: > > > Moving thread

Re: [Flex] Map Component

2016-01-13 Thread OmPrakash Muppirala
Give me the list of lat/long co-ordinates and the end result shape they should look like. I will try out a few things and see we can make this work. Thanks, Om On Wed, Jan 13, 2016 at 7:36 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > On Jan 13, 2016 4:36 AM

Re: [Flex] Map Component

2016-01-13 Thread OmPrakash Muppirala
ant shape looks pretty much like a straight line, though. Are you sure 151.2571536004, -33.743317043500042 is actually a valid lat/long co-ordinate? I am not able to plot it on google maps. Thanks, Om On Wed, Jan 13, 2016 at 1:31 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote:

Re: [Flex] Map Component

2016-01-13 Thread OmPrakash Muppirala
On Wed, Jan 13, 2016 at 2:02 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > I took the coordinates from your earlier code and tried it out: > > override protected function createMap():void > { > var mc:MercatorProjection = new MercatorProjection(); > mc.ini

Re: Bug in mxmlc script

2016-01-12 Thread OmPrakash Muppirala
is immediately applied to all the projects in my workspace. Everything else is intact. Thanks, Om On Mon, Jan 11, 2016 at 11:52 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > On Mon, Jan 11, 2016 at 11:11 PM, Alex Harui <aha...@adobe.com> wrote: > >> >>

Re: [FlexJS] US States Map example - pure AS3

2016-01-12 Thread OmPrakash Muppirala
doing that > now. > > I'm not quite sure how to get those lat\long points for the boundaries. I > tried http://geojson.io/ , but that's for custom coordinates. > > On Tue, Jan 12, 2016 at 1:20 PM, OmPrakash Muppirala <bigosma...@gmail.com > > > wrote: > > > De

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 2:53 PM, Justin Mclean wrote: > Hi, > > All done (except the new ASDocs). someone mind tweeting about from the > official account? > I can do that. Thanks, Om > > Thanks, > Justin

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
Here is the link to the tweet: https://twitter.com/ApacheFlex/status/686690759479656448 Please help publicize, by retweeting it. Justin, thanks for shepherding this release! Thanks, Om On Mon, Jan 11, 2016 at 3:04 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > On Mon, Jan

Re: [FalconJX] -js-output-type=node

2016-01-11 Thread OmPrakash Muppirala
Whoaaa! On Mon, Jan 11, 2016 at 5:25 PM, Josh Tynjala wrote: > FalconJX just got Node.js support today. > > //--- begin HelloNode.as > > package > { > public class HelloNode > { > public function HelloNode() > { > trace("Hello Node!");

Re: Bug in mxmlc script

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 11:11 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/5/16, 1:07 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >On Tue, Jan 5, 2016 at 10

Re: Installer updated for 4.15

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 12:26 PM, Justin Mclean wrote: > Hi, > > > Is there any reason why Flash/Air 18 is preselected instead of the latest > > version? > > Versions 18 is the extended support release. But we could make it default > to 20, what do others think? > +1 > >

Re: Updated Flash player / AIR hashes

2016-01-11 Thread OmPrakash Muppirala
On Sat, Jan 9, 2016 at 5:31 PM, Justin Mclean wrote: > Hi, > > Just updated the hash and a few paths in the Flex installer and I’m > testing out on OS X that everything is working. Someone mind testing on > windows for me? In particular FP/AIR version 18, 19 and 20. >

Re: Updated Flash player / AIR hashes

2016-01-11 Thread OmPrakash Muppirala
On Mon, Jan 11, 2016 at 1:36 PM, Justin Mclean wrote: > Hi, > > > I just tested 4.15 with AIR/FP 18, 19 and 20 on Windows 7. It seems to > be > > working fine. > > Thanks for that. > > Just looked at the google stats and there been 50+ installs of 4.15.0 > already with

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
The link from News to https://blogs.apache.org/flex/entry/apache_flex_4_15_released is not active yet? Everything else looks good! Thanks, Om On Mon, Jan 11, 2016 at 12:54 PM, Justin Mclean wrote: > Hi, > > Someone mind checking these pages for the 4.5 update: >

Re: draft blog post for 4.15 release

2016-01-11 Thread OmPrakash Muppirala
> > > I do notice that the news section seem to be missing the latest FlexJS > release. > Mind adding a quick blurb for FlexJS 0.5.0 while you are there? Thanks, Om

Re: [FalconJX] Is it time to delete the FalconJS code?

2016-01-11 Thread OmPrakash Muppirala
Maybe this will work (based on this stackoverflow answer [1]) 1. Move the code to its own branch. 2. Then tag the branch: git tag archive/ 3. Then delete the branch git branch -d To restore the branch: git checkout -b archive/

Re: AW: [ApacheCon NA] Whose going and what topics?

2016-01-08 Thread OmPrakash Muppirala
f this ... but only if > >there is interest in this ... I remember feeling left a little alone with > >the content at first for ApacheCon EU last time (Thanks to Justin and Om > >it wasn't a big problem though :-) ) > > > >Chris > > > >_

Re: [VOTE] Release Apache Flex SDK 4.15 RC1

2016-01-07 Thread OmPrakash Muppirala
ting large Flex web application, everything runs fine Recompiled exisiting large Flex mobile application, everything runs fine (App seems to be running faster. What did we do??) Thanks, Om On Thu, Jan 7, 2016 at 12:24 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > +0 Binding >

Re: [ApacheCon NA] Whose going and what topics?

2016-01-07 Thread OmPrakash Muppirala
I would like to propose something on FlexJS or Flex Mobile, depending on what others are doing. Should we ask for a Flex track here as well? Thanks, Om On Thu, Jan 7, 2016 at 6:16 AM, Christofer Dutz wrote: > Hi, > > Well I'm currently building a little robot. On

Re: [ApacheCon NA] Whose going and what topics?

2016-01-07 Thread OmPrakash Muppirala
On Thu, Jan 7, 2016 at 3:51 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/7/16, 3:46 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >I would like to propose something on

Re: [Non-DoD Source] [DISCUSSION] Apache Flex SDK 4.15 release candidate 1

2016-01-07 Thread OmPrakash Muppirala
On Thu, Jan 7, 2016 at 1:06 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/7/16, 12:56 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > >> > >> I recall this seei

Re: [FlexJS] Extending builtin HTML elements

2016-01-07 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 11:57 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/6/16, 11:36 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >> > >> Add

Re: [VOTE] Release Apache Flex SDK 4.15 RC1

2016-01-07 Thread OmPrakash Muppirala
+0 Binding Testing the source kits on Windows 7, 64 Bit, Java version "1.8.0_65" MD5 checksum matches Good signature Source kit build successful Ran ant -f installer.xml -Dair.sdk.version=19.0. Reports 'build successful, C:\temp\4.15.0_test is now an IDE compatible folder', but Flash Builder

Re: [Non-DoD Source] Re: [DISCUSSION] Apache Flex SDK 4.15 release candidate 1

2016-01-07 Thread OmPrakash Muppirala
As I mentioned in the VOTE thread, the build is successful. But when I ran ant -f installer.xml -Dair.sdk.version=19.0. Reports 'build successful, C:\temp\4.15.0_test is now an IDE compatible folder', but Flash Builder complains saying 'Directory does not contain a Flex SDK' and AIR version 16.0

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 12:29 AM, OK <okrue...@edscha.com> wrote: > OmPrakash Muppirala wrote > > Are you using the command prompt or Cygwin? > > Command prompt. Is Cygwin needed or a better way? > Not necessarily. I have Cygwin installed and it seems to work fine. I ha

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 1:26 AM, OK <okrue...@edscha.com> wrote: > OmPrakash Muppirala wrote > > If we can use FlexJS on Windows without Cygwin, that would be a big win. > > For me it seems that it works without Cygwin. > > > OmPrakash Muppirala wrote > > What

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
looking for sh.exe in some wrong location. Which is the cause of the 'The system cannot find the path specified.' error message. > > - Josh > > On Wed, Jan 6, 2016 at 3:37 PM, OmPrakash Muppirala <bigosma...@gmail.com> > wrote: > > > On Wed, Jan 6, 2016 at 3:33 PM

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-06 Thread OmPrakash Muppirala
jsc for OSX/Cygwin and asjsc.bat for Command Prompt/PowerShell? Thanks, Om > > - Josh > > On Wed, Jan 6, 2016 at 3:23 PM, OmPrakash Muppirala <bigosma...@gmail.com> > wrote: > > > On Wed, Jan 6, 2016 at 1:26 AM, OK <okrue...@edscha.com> wrote: > >

[FlexJS] Extending builtin HTML elements

2016-01-06 Thread OmPrakash Muppirala
Is this supposed to work? MyButton.as package { public class MyButton extends HTMLButtonElement { public function MyButton() { super(); this.addEventListener("click", button_clickListener, false); } private function button_clickListener(event : MouseEvent) : void { alert("Hello World"); } } }

Re: [FlexJS] Extending builtin HTML elements

2016-01-06 Thread OmPrakash Muppirala
On Wed, Jan 6, 2016 at 8:54 PM, Alex Harui wrote: > On 1/6/16, 6:35 PM, "Andy Dufilie" wrote: > > >button is null because document.createElement("button") is not an instance > >of MyButton. > > Andy is right. We have not tried to extend the type system

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
ere is no HTML file, one will be created, but if the HTML file already exists, it will not be overwritten. I think a template is better for this purpose. Thanks, Om > > On Jan 5, 2016, at 11:15 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > > On Mon, Jan 4, 2016 at 8:49 PM, Ale

Re: [GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-05 Thread OmPrakash Muppirala
Have you tried making a commit with this magic line in the git comment? *This closes #5* This has worked for me in the past. Thanks, Om On Tue, Jan 5, 2016 at 11:44 PM, aharui wrote: > Github user aharui commented on the pull request: > >

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
ly, that is the only JS file > that you need to reference in a script tag in your HTML when running the > debug build. I suppose it does not work that way today? I see all individual calls loading each dependency in index.html. > > - Josh > On Jan 5, 2016 1:15 AM, "O

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
On Tue, Jan 5, 2016 at 10:12 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/5/16, 9:49 AM, "Harbs" <harbs.li...@gmail.com> wrote: > > > > >On Jan 5, 2016, at 7:05 PM, OmPrakash Muppirala <bigosma...@gmail.com> > >wrote:

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-05 Thread OmPrakash Muppirala
On Tue, Jan 5, 2016 at 12:45 PM, OK wrote: > I've tried asjsc and mxmlc: > > Here're my observations: > - I have to provide the full path to asjsc/mxmlc although I've used -g. > (I've used an already installed node.js version 5.2.0, windows 7, 64bit) > Are you using the

Re: [DISCUSSION] Apache Flex SDK 4.15 release candidate 1

2016-01-05 Thread OmPrakash Muppirala
On Tue, Jan 5, 2016 at 2:55 PM, Justin Mclean wrote: > Hi, > > > https://issues.apache.org/jira/browse/FLEX-34769 pretends to be fixed > in 4.15 but doesn't appear in the RELEASE_NOTES of the rc1... > > Is this fix really in the future 4.15 release ? > > Yes this fix is

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
│ ├── readable-stream@1.0.33 > > >> │ └─┬ slice-stream@1.0.0 > > >> │ └── readable-stream@1.0.33 > > >> └── readable-stream@1.0.33 > > >> > > >> npm WARN ENOENT ENOENT: no such file or directory, open > >

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
ou get anything? Thanks, Om > > On Jan 4, 2016, at 9:53 PM, OmPrakash Muppirala <bigosma...@gmail.com> > wrote: > > > Looks like you did not do a -g when you did the install. Can you double > > check? > >

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
re because you installed it locally} *npm cache clear* npm install -g http://bigosmallm.github.io/flexjs/npm/flexjs-0.5.0.tgz Thanks, Om > > On Jan 4, 2016, at 8:47 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > > On Jan 4, 2016 10:02 AM, "Alex Harui&qu

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
On Jan 4, 2016 10:02 AM, "Alex Harui" <aha...@adobe.com> wrote: > > > > On 1/4/16, 8:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >Oh right, forgot about that

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
open > '/Users/harbs/package.json' > > npm WARN EPACKAGEJSON harbs No description > > npm WARN EPACKAGEJSON harbs No repository field. > > npm WARN EPACKAGEJSON harbs No README data > > npm WARN EPACKAGEJSON harbs No license field. > > > > and I get asjs

[FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
native/USStatesMap/src/USStatesMap.as You should see the ActionScript file getting compiled to Javascript files in the folder ...\USStatesMap\bin Everyone, please do try these steps and report your results. We would like to publish this as soon as possible. Thanks, Om On Tue, Dec 29, 2015 at 11:07 A

Re: [FlexJS] npm install flexjs

2016-01-04 Thread OmPrakash Muppirala
On Sat, Jan 2, 2016 at 11:42 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/2/16, 6:28 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > > > > > >With the sa

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
> Whoops. I installed JRE rather than JDK. > > > > > > Installing JDK now… > > > > > > On Jan 4, 2016, at 10:40 PM, OmPrakash Muppirala <bigosma...@gmail.com > > > > wrote: > > > > > >> On Mon, Jan 4, 2016 at 12:36 PM, Harbs

Bug in mxmlc script

2016-01-04 Thread OmPrakash Muppirala
In the flexjs/js/bin/mxmlc script, I see that we are referencing the ' */frameworks/js/FlexJS/src*' folder. java $VMARGS $D32 $SETUP_SH_VMARGS -Dflexcompiler="$FALCON_HOME" -Dflexlib="$FLEX_HOME/frameworks" -jar "$SCRIPT_HOME/../lib/mxmlc.jar" +flexlib="$FLEX_HOME/frameworks"

Re: Bug in mxmlc script

2016-01-04 Thread OmPrakash Muppirala
aha...@adobe.com> wrote: > > > On 1/4/16, 4:09 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >In the flexjs/js/bin/mxmlc script, I see that we are referencing the ' > >*/frameworks/js

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
a working index.html in ...USStatesMap/bin/ Thanks, Om On Mon, Jan 4, 2016 at 1:31 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > On Mon, Jan 4, 2016 at 1:23 PM, Josh Tynjala <joshtynj...@gmail.com> > wrote: > >> If you want to compile FlexJS framework apps tha

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
we are installing from a clean slate? > > Thanks, > -Alex > > On 1/4/16, 1:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >Hi folks, > > > >I now have the flexjs

Re: [FlexJS] npm install flexjs

2016-01-02 Thread OmPrakash Muppirala
/lib/node_modules/flexjs/js/lib/mxmlc.jar > > But asjsc is copied to /usr/local/bin so it isn't going to find mxmlc in > ../lib relative to /usr/local/bin > > > -Alex > > On 12/29/15, 9:14 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gm

Re: [FlexJS] npm install flexjs

2015-12-29 Thread OmPrakash Muppirala
;Alex Harui" <aha...@adobe.com> wrote: > Have you compared the folder structures from npm install vs the installer? > Should they be the same? > > -Alex > > On 12/29/15, 1:04 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
ir-writer.js:35:25', > > npm ERR! > '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:47:53', > > npm ERR! 'FSReqWrap.oncomplete (fs.js:95:15)' ] } > > npm ERR! > > npm ERR! Please try running this command again as root/Administrator. > > > npm ERR!

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
thing wrong in it > > thanks > > 2015-12-29 18:25 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>: > > > Hmm, looks like a common enough error. > > https://github.com/npm/npm/issues/5133 > > > > Can you first try to see if this fixes it? > >

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
; '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:35:25', > > > > npm ERR! > > '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:47:53', > > > > npm ERR! 'FSReqWrap.oncomplete (fs.js:95:15)' ] } > > > > npm ERR! > >

Re: [FlexJS] npm install flexjs

2015-12-29 Thread OmPrakash Muppirala
shooting in the dark but some type of Java version conflict? It seems > familiar to me like that could be a possibility. > > Mike > > On Mon, Dec 28, 2015 at 4:34 AM, OmPrakash Muppirala <bigosma...@gmail.com > > > wrote: > > > I have this working loca

[FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
Here are the steps on how to test the npm flexjs module. 1. If you don't have Node and/or npm installed, first install it - Windows: Use the Installer from https://nodejs.org. Ensure that you select the 'npm package manager' option during installation. Use the Command Prompt

[FlexJS] npm install flexjs

2015-12-28 Thread OmPrakash Muppirala
I have this working locally. If the user has npm and Java installed on their machine, they can now simply do: *npm install flexjs -g* (or should it be npm install apache-flexjs -g?) This will download all the dependencies (which has some bugs for now, will get to that in a bit), register the

<    1   2   3   4   5   6   7   8   9   10   >