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: > > https://github.com/apache/flex-falcon/pull/5#issue

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 in the 4.15 release and is

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 command prompt or Cygwin?

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
On Tue, Jan 5, 2016 at 10:12 AM, Alex Harui wrote: > > > On 1/5/16, 9:49 AM, "Harbs" wrote: > > > > >On Jan 5, 2016, at 7:05 PM, OmPrakash Muppirala > >wrote: > > > >> > >> I don't understand. If you customize your index

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
ile > 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, "OmPrakash Muppirala" wrote: > >

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
ed, 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 wrote: > > > On Mon, Jan 4, 2016 at 8:49 PM, Alex Harui wrote: > > > >> Well, the com

Re: Bug in mxmlc script

2016-01-05 Thread OmPrakash Muppirala
> >> currently generates with mxmlc. You can see it is mostly hard-coded in > >> JSGoogPublisher.java. It's actually very simple markup. Probably too > >>simple > >> to use in production for most people, especially if they want to use > >>asjsc

Re: Bug in mxmlc script

2016-01-04 Thread OmPrakash Muppirala
med to mxmlcjshtmlc as well, for the sake of consistency? Or am I overthinking this? What would you suggest? Thanks, Om > > -Alex > > On 1/4/16, 4:28 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >I think I get it. > > > >I tho

Re: Bug in mxmlc script

2016-01-04 Thread OmPrakash Muppirala
wrote: > > > On 1/4/16, 4:09 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >In the flexjs/js/bin/mxmlc script, I see that we are referencing the ' > >*/frameworks/js/FlexJS/src*' folder. > > This folder is intended as the pl

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" -js-output-type=FLEXJ

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 wrote: > On Mon, Jan 4, 2016 at 1:23 PM, Josh Tynjala > wrote: > >> If you want to compile FlexJS framework apps that also have an HTML file, >> Om needs to expose t

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

2016-01-04 Thread OmPrakash Muppirala
mpile. > > > > Amazing work! > > > > It would be cool if we could get the html file to be created as well. > > > > On Jan 4, 2016, at 10:43 PM, Harbs wrote: > > > > > Whoops. I installed JRE rather than JDK. > > > > > > Installing JD

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

2016-01-04 Thread OmPrakash Muppirala
Even after installing Java, I still get this error. > > Do I need to re-install flexjs after installing Java? If yes, you should > probably make Java a prerequisite BEFORE installing FlexJS. > Is Java in the path? If you run "java -version" do you get anything? Thanks, Om

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

2016-01-04 Thread OmPrakash Muppirala
ble-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 > > >>'/Users/harbs/package.json

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

2016-01-04 Thread OmPrakash Muppirala
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 asjsc not fou

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

2016-01-04 Thread OmPrakash Muppirala
nstalled 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 wrote: > > > On Jan 4, 2016 10:02 AM, "Alex Harui" wrote: > >> > >>

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" wrote: > > > > On 1/4/16, 8:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >Oh right, forgot about that. > > > >npm uninstall flexjs -g > > > >Then clear cach

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

2016-01-04 Thread OmPrakash Muppirala
om a clean slate? > > Thanks, > -Alex > > On 1/4/16, 1:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >Hi folks, > > > >I now have the flexjs npm module working fine on Windows (Cygiwn) and Mac > >OSX. Once again, here ar

[FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread OmPrakash Muppirala
lexjs/examples/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,

Re: [FlexJS] npm install flexjs

2016-01-04 Thread OmPrakash Muppirala
On Sat, Jan 2, 2016 at 11:42 PM, Alex Harui wrote: > > > On 1/2/16, 6:28 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > > > > > >With the same exact code, on Mac, when I run: > >omuppirala$ asjsc > >/usr/local/

Re: [FlexJS] npm install flexjs

2016-01-02 Thread OmPrakash Muppirala
ib/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" > wro

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.oncompl

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
thanks > > 2015-12-29 18:25 GMT+01:00 OmPrakash Muppirala : > > > Hmm, looks like a common enough error. > > https://github.com/npm/npm/issues/5133 > > > > Can you first try to see if this fixes it? > > npm cache clean > > Then run the install again.

Re: [FlexJS] How to test npm flexjs module

2015-12-29 Thread OmPrakash Muppirala
ib/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! > > npm ERR! Please

Re: [FlexJS] npm install flexjs

2015-12-29 Thread OmPrakash Muppirala
;Alex Harui" 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" > wrote: > > >I got the FlexJS 0.5

[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

Re: [FlexJS] npm install flexjs

2015-12-29 Thread OmPrakash Muppirala
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 > > wrote: > > > I have this working locally. If the user has npm and Java installed on > > their machine,

[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 as

Re: [4.15.0] Update FontAwesome icon lib to 4.5

2015-12-24 Thread OmPrakash Muppirala
Great! Justin, were you planning to merge this PR? Or I can do it within a day or so. Thanks, Om On Dec 22, 2015 10:22 PM, "OK" wrote: > OmPrakash Muppirala wrote > > If you want to be thorough, you can open a JIRA ticket with the details > > of > > this enhan

Re: [4.15.0] Update FontAwesome icon lib to 4.5

2015-12-22 Thread OmPrakash Muppirala
The PR looks good to me. Thanks! If you want to be thorough, you can open a JIRA ticket with the details of this enhancement. That will help when we write the Release Notes for 4.15.0 Thanks again for the contribution! Regards, Om On Dec 22, 2015 12:21 PM, "OK" wrote: > It's done, hope it'

Re: [4.15.0] Update FontAwesome icon lib to 4.5

2015-12-21 Thread OmPrakash Muppirala
On Mon, Dec 21, 2015 at 10:41 PM, OK wrote: > >-Fork off of the 4.15.0 branch on github > >... > Thanks for help! > I'll do this in the evening. > > >However the release branch can be merged back into develop or vice versa > if > needed. > Who takes care of it? > The release manager would take c

Re: [4.15.0] Update FontAwesome icon lib to 4.5

2015-12-21 Thread OmPrakash Muppirala
github - Send a pull request. Thanks, Om On Mon, Dec 21, 2015 at 10:44 PM, OmPrakash Muppirala wrote: > I am guessing that the new branch + merging caused this issue > > Here is the most straightforward way I would recommend: > > - Fork off of the dev branch on github > - C

Re: [4.15.0] Update FontAwesome icon lib to 4.5

2015-12-21 Thread OmPrakash Muppirala
I am guessing that the new branch + merging caused this issue Here is the most straightforward way I would recommend: - Fork off of the dev branch on github - Clone the fork onto your local computer - Apply the fixes in your local computer (no need to create a new branch) - Commit and push your c

Falcon - Installer.xml

2015-12-20 Thread OmPrakash Muppirala
In flex-falcon/installer.xml, there is a call: . . . There is no file flexTasks.jar in flex-falcon/compiler/generated/dist/sdk/ant/lib. Although there is a falcon-flexTasks.jar. Should we be trying to copy falcon-flexTasks.

Re: [FlexJS] Maven-friendly folders

2015-12-17 Thread OmPrakash Muppirala
On Thu, Dec 17, 2015 at 2:07 AM, Christofer Dutz wrote: > Well if we wanted to go more in the direction of a Maven-firendly > structure, it would probably be: > > - src/main/as (or src/main/flex or src/main/flexjs ... don't know what we > want to call the highest level ... I don't really care as

Re: [FlexJS] No more JS!

2015-12-17 Thread OmPrakash Muppirala
WOW. A significant milestone! On Thu, Dec 17, 2015 at 12:09 AM, Alex Harui wrote: > Hi, > > I am happy to announce that we've completed the "back port" of the FlexJS > JavaScript files to ActionScript. There are no longer any JavaScript > source files in the FlexJS framework code base. All JS

Re: AW: AW: [VOTE] Remove the Ant scripts from BlazeDS?

2015-12-16 Thread OmPrakash Muppirala
On Dec 16, 2015 10:03 AM, "Alex Harui" wrote: > > > > On 12/16/15, 4:17 AM, "Christofer Dutz" wrote: > > >Just as a reminder the mail threads in which I suggest such a refactoring: > > > > http://apache-flex-development.247.n4.nabble.com/BlazeDS-Continuing-wo > >rk-on-blazeds-td45427.html > >

Re: [FlexJS] Splitting up debug and release builds

2015-12-15 Thread OmPrakash Muppirala
On Dec 15, 2015 8:45 PM, "Alex Harui" wrote: > > > > On 12/15/15, 4:21 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >The FB External tools task: FlexJS (FalconJX Debug and Release Build), > > always runs the deb

[FlexJS] Splitting up debug and release builds

2015-12-15 Thread OmPrakash Muppirala
The FB External tools task: FlexJS (FalconJX Debug and Release Build), always runs the debug and release builds. Most of the time when I am developing, I don't need the release build. If we split it up, we can reduce the development compile times, right? Thanks, Om

Re: flex-sdk_mustella - Build # 1689 - Still Failing!

2015-12-15 Thread OmPrakash Muppirala
yay! On Tue, Dec 15, 2015 at 9:09 AM, Alex Harui wrote: > Hey look! The charts tests passed! > > Not sure why there are layout3D failures. I've performed the magic > incantation on the mustella server so we'll see if that helps. > > -Alex > > On 12/15/15, 8:36 AM, "flex.muste...@gmail.com" >

Re: [VOTE] Remove the Ant scripts from BlazeDS?

2015-12-15 Thread OmPrakash Muppirala
there was a general consensus on this. Discuss > as long as you want ... I won't do anything till that discussion is over. > > Chris > > > > Von meinem Samsung Galaxy Smartphone gesendet. > > > ---- Ursprüngliche Nachricht > Von: OmPrakash Muppirala

Re: [VOTE] Remove the Ant scripts from BlazeDS?

2015-12-15 Thread OmPrakash Muppirala
Chris, Can we have a discussion on this topic first? I would like to know what are the consequences of removing Ant scripts from BlazeDS. Alex had mentioned that they are indeed working on the CI server. Why would we want to delete things that are working? I am confused. Can we (not you, someo

Re: [JIRA] unable to create new JIRA issues

2015-12-15 Thread OmPrakash Muppirala
I just tried, seems to be working fine for me. (Chrome on Windows) What url are using? Thanks, Om On Tue, Dec 15, 2015 at 1:57 AM, Marcus Fritze wrote: > Hi, > > I can not create new jira issues for Flex SDK project. When I log in, I > can only create new service desk issues for Kylin, Atlas,

Re: mustella for charts

2015-12-15 Thread OmPrakash Muppirala
> On Dec 15, 2015, at 1:26 AM, OmPrakash Muppirala > wrote: > > > One thing that nags me is that I have to add a full path to the css file > in > > my FB project like this: > > -theme+="C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 > > Bit)\sdk

Re: mustella for charts

2015-12-14 Thread OmPrakash Muppirala
Yes, please. Thank you for sticking to this! Regards, Om On Mon, Dec 14, 2015 at 3:45 PM, Alex Harui wrote: > Yay! So should I push the revert of that change? > > -Alex > > On 12/14/15, 3:26 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: &g

Re: mustella for charts

2015-12-14 Thread OmPrakash Muppirala
s. One to fix this is to create a 'Linked Resource' variable pointing to the frameworks projects and using it. Thanks, Om On Mon, Dec 14, 2015 at 8:45 AM, OmPrakash Muppirala wrote: > Oh, this is so cool. I will give it a try asap and report. > > Thanks, > Om > >

Re: [FlexJS] ASDoc

2015-12-14 Thread OmPrakash Muppirala
It says "Apache Flex 4.15.0 API Reference". We should probably fix that? Thanks, Om On Mon, Dec 14, 2015 at 3:04 PM, Alex Harui wrote: > I think I got the build machine to build the ASDoc for FlexJS. You can > access it here [1] > Of course, it may evolve to be a bit newer than what is releas

Re: mustella for charts

2015-12-14 Thread OmPrakash Muppirala
015 at 2:02 PM, Mark Kessler > >mailto:kesslerconsult...@gmail.com>> wrote: > >I'll hold off then for now. But I can tell you the current fonts being > >shown in the baseline have a higher clarity than what the new baselines > >would show. I'll see if this

Re: mustella for charts

2015-12-11 Thread OmPrakash Muppirala
Do you know if Spark labels ever worked with Charts? I dont think so. Thanks, Om On Dec 11, 2015 9:52 AM, "Alex Harui" wrote: > > > On 12/11/15, 9:02 AM, "Mark Kessler" wrote: > > >Was testing after doing a simple update to the files. Forgot about the > >existing bitmap failures. Did you wan

Re: iOS video help

2015-12-09 Thread OmPrakash Muppirala
plugged in OSMF with logging turned on and I don't see anything that looks > like an error. > > > -Original Message- > From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash > Muppirala > Sent: Tuesday, December 08, 2015 6:44 PM > To: dev@f

Re: iOS video help

2015-12-08 Thread OmPrakash Muppirala
I don't know much about this, but have you tried setting the application's backgroundAlpha to 0? Thanks, Om On Dec 8, 2015 3:42 PM, "Jason Taylor" wrote: > no matter what framework / air version I use, renderMode = direct, > OSMFSettings.enableStageVideo = false, I cannot get the following > ap

Fwd: MODERATE for dev@flex.apache.org

2015-12-06 Thread OmPrakash Muppirala
Lizhi, Your emails are being filtered as spam. Please first subscribe to the mailing list before posting any more emails here. This is the third email I have sent you regarding this. Can you please acknowledge? You can subscribe by sending a blank email to dev-subscr...@flex.apache.org Than

Re: [DISCUSS] Adopting AS3Commons

2015-12-06 Thread OmPrakash Muppirala
ut aren't including. Some of the new Spark > components should be put into the Spark project folders. "But they may not > be perfect!" Put. them. in. People will finally find them for once, then > use them, then we can get some bug reports and fix things as they com

Re: [DISCUSS] Adopting AS3Commons

2015-12-05 Thread OmPrakash Muppirala
g the ball on all non-maven things ;-) > > Chris > > > > -Ursprüngliche Nachricht- > Von: omup...@gmail.com [mailto:omup...@gmail.com] Im Auftrag von > OmPrakash Muppirala > Gesendet: Samstag, 5. Dezember 2015 09:33 > An: dev@flex.apache.org > Betreff: Re: [DISC

Re: [DISCUSS] Adopting AS3Commons

2015-12-05 Thread OmPrakash Muppirala
Hey, you committer ;-) You have all the power to drag those components and put them in. I like your idea. Thanks, Om On Sat, Dec 5, 2015 at 12:27 AM, jude wrote: > Since Flex was open sourced it's felt like to me it's stagnated. We had all > of these new components donated or proposed to be do

Re: [DRAFT] Apache Flex December 2015 Board Report

2015-12-03 Thread OmPrakash Muppirala
m on behalf of OmPrakash Muppirala" > wrote: > > >Can you give me a date range for the analytics? > > 9/1/2015 - 11/30/2014 > > We usually update these 3 items: > > -Latest analytics include a little less than 2000 hits per day on the > website during the work wee

Re: [DISCUSS] Adopting AS3Commons

2015-12-03 Thread OmPrakash Muppirala
’s tons of helper functions and containers as well. > > Take a look here: https://github.com/AS3Commons > > and here: https://code.google.com/p/as3-commons/source/browse/trunk > > On Dec 3, 2015, at 10:01 PM, OmPrakash Muppirala > wrote: > > > Do we have a list of fe

Re: [DRAFT] Apache Flex December 2015 Board Report

2015-12-03 Thread OmPrakash Muppirala
4.14.1 was released in March 2015. That makes it 9 months ago, not 2 months ago. On Thu, Dec 3, 2015 at 12:12 PM, Josh Tynjala wrote: > It looks like you accidentally referenced FlexJS 0.0.2 instead of 0.5.0. > > - Josh > > On Thu, Dec 3, 2015 at 11:29 AM, Alex Harui wrote: > > > Here's a draf

Re: [DRAFT] Apache Flex December 2015 Board Report

2015-12-03 Thread OmPrakash Muppirala
Can you give me a date range for the analytics? Thanks, Om On Thu, Dec 3, 2015 at 11:29 AM, Alex Harui wrote: > Here's a draft of the board report. Can someone provide new analytics? > Anything else to add? > > Thanks, > -Alex > > Draft --- > > Apache Flex is an application fr

Re: [DISCUSS] Adopting AS3Commons

2015-12-03 Thread OmPrakash Muppirala
Do we have a list of features or an URL we can look at? Thanks, Om On Thu, Dec 3, 2015 at 11:13 AM, Harbs wrote: > +1. > > There’s lot’s useful stuff in AS3Commons. > > On Dec 3, 2015, at 7:18 PM, Alex Harui wrote: > > > Hi, > > > > It has been my understanding that any existing code base that

Re: FlexJS Usergroup Talk Request for Slides and Summary

2015-12-03 Thread OmPrakash Muppirala
Here are the slides for a talk I did in Oct 2014: http://www.slideshare.net/bigosmallm/flexjs-an-introduction Here are slides from a more recent one - Oct 2015: http://www.slideshare.net/bigosmallm/flexjs-apachecon-2015 They have some overlapping content, but are mostly different. Please feel fre

Re: Node.js support

2015-12-03 Thread OmPrakash Muppirala
This mailing list is mirrored as a Nabble user forum. Sometimes folks post from the Nabble forum directly, which comes with a link in the footer. To access the forum, simply go to this url: s.apache.org/flex-dev-forum You should see all the recent threads there. Thanks, Om P.S. The users@ for

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-02 Thread OmPrakash Muppirala
lding out AMF support for JavaScript if they want to see this done quickly. Hey, at least they don't have to write JavaScript, they can do all this in ActionScript with FlexJS :-) > > Thanks, > -Alex > > On 12/2/15, 3:21 PM, "omup...@gmail.com on behalf of OmPrakash Muppir

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-02 Thread OmPrakash Muppirala
On Wed, Dec 2, 2015 at 3:15 PM, Carlos Rovira wrote: > Hi Alex > > 1) The scenario you propose makes me think I could use other method than > AMF, but I think the main Resons for AMF are : > >a) As Chris Dutz said "it's the best way to communicate with your > server" , is better than JSON and

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-02 Thread OmPrakash Muppirala
sing Spring, > you probably have to implement this stuff yourself. > Which is why I want to add this functionality to BlazeDS. Hopefully this would become a one stop server solution for FlexJS apps. > > Chris > > ____ > Von: omup..

Re: AW: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-02 Thread OmPrakash Muppirala
On Dec 2, 2015 9:37 AM, "Alex Harui" wrote: > > > > On 12/2/15, 1:37 AM, "Christofer Dutz" wrote: > > >Actually I don't think you need to add anything to BlazeDS I think the > >Spring-Flex guys for example already did that work. > > > >I know that you can configure Spring MVC Rest Controllers to

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread OmPrakash Muppirala
Turns out you cannot remove the playerglobal.swc dependency with this kind of project in FDT. Thanks, Om On Tue, Dec 1, 2015 at 10:50 PM, Harbs wrote: > Assuming you can add the nightly to FDT, I imagine that it should work. > > But as lizhi points out, you need the nightly of FalconJX for the

Re: [GitHub] flex-asjs pull request: Language.js bug fixes and improvements

2015-12-01 Thread OmPrakash Muppirala
Alex, It doesnt seem like your response got posted to the git pull conversation here: https://github.com/apache/flex-asjs/pull/3 You might want to reply to the contributor directly on that page. Thanks, Om On Tue, Dec 1, 2015 at 11:09 PM, Alex Harui wrote: > Hi, > > Thanks for these improvemen

Re: Node.js support

2015-12-01 Thread OmPrakash Muppirala
work, you should be able to add them to > package.json. Here's how I did it in dts2as: > > "bin": { > "dts2as": "./bin/dts2as" > } > > For FlexJS, I think something like this should work: > > "bin": { > "asjsc&

Re: iOS build verificationerror

2015-12-01 Thread OmPrakash Muppirala
the Flex Community. > ~ JT > > -Original Message- > From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash > Muppirala > Sent: Tuesday, December 01, 2015 3:48 PM > To: dev@flex.apache.org > Subject: Re: iOS build verificationerror > > I had a very

Re: Node.js support

2015-12-01 Thread OmPrakash Muppirala
Tynjala wrote: > I saw Om mention Node.js support in another thread. > > On Tue, Dec 1, 2015 at 3:38 PM, OmPrakash Muppirala > wrote: > > > Right now, I am working on node.js support for FlexJS. > > > It's something that I'm very interested in, and I planned

Re: iOS build verificationerror

2015-12-01 Thread OmPrakash Muppirala
I had a very similar issue in the last couple of weeks. When I switched to AIR 20Beta, the problems went away. Can you try that? The Apache Flex Installer supports AIR 20 Beta now. Also, here are some troubleshooting tips for the iOS AIR installation errors: http://blogs.adobe.com/flashplayer/2

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread OmPrakash Muppirala
> > Say I found a way to get my native calls working, I still would be ata loss > for the UI graphics framework I am currently using with Feathers. I know Om > had mentioned SVG, but I didn't hear anymore about that and I have really 0 > experience with it. > FlexJS + SVG would be perfect for that

[FlexJS] Major good news for FlexJS

2015-12-01 Thread OmPrakash Muppirala
The (Eclipse based) FDT IDE has just shipped a release which adds built-in support for Apache FlexJS 0.5.0 Details here: http://fdt.powerflasher.com/2015/12/flexjs-compiler-support/ This is the first time an IDE vendor has added support to our release without us asking for it :-)) Which means th

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread OmPrakash Muppirala
I love AMF as well (static typed value objects, one way serialization, no deserialization required, small file size, etc.) The biggest problem I have is with BlazeDS as AMF server. Because with BlazeDS, all AMF request/responses need to be done via POST. This means that building true REST based

Re: FlexJS Brand Positioning

2015-12-01 Thread OmPrakash Muppirala
Jude, Nice work on Radiate so far. I really hope the commercial version takes off! I read through your rant, all the way to the end. I probably should have posted this earlier, but I spent a long time trying to fit the donated Radiate code into an Eclipse plugin. I have done similar flash cont

Re: working on a lib of graphics api flexjs

2015-11-30 Thread OmPrakash Muppirala
It would be great if you could follow the same class styles as Line, Path, Circle, etc. as seen in this package: https://github.com/apache/flex-asjs/tree/develop/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics Then, it would be easy for folks to switch between SVG and Canvas by j

Re: flex-mustella.cloudapp.net off line

2015-11-30 Thread OmPrakash Muppirala
http://downforeveryoneorjustme.com/http://flex-mustella.cloudapp.net/ says that it is down for everyone. Thanks, Om On Mon, Nov 30, 2015 at 2:21 AM, Tom Chiverton wrote: > Is http://flex-mustella.cloudapp.net down for everyone else ? > -- > *Tom Chiverton* > Lead Developer e: t...@extravision.

Re: working on a lib of graphics api flexjs

2015-11-30 Thread OmPrakash Muppirala
Oh, I forgot to mention that it targets SVG on the HTML/JS side. It looks like you are targetting a Canvas, right? Thanks, Om On Mon, Nov 30, 2015 at 2:18 AM, OmPrakash Muppirala wrote: > A graphics api for AS and JS already exists in FlexJS: > https://github.com/apache/flex-asjs/tree/d

Re: working on a lib of graphics api flexjs

2015-11-30 Thread OmPrakash Muppirala
A graphics api for AS and JS already exists in FlexJS: https://github.com/apache/flex-asjs/tree/develop/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics You might want to start from there. Thanks, Om On Mon, Nov 30, 2015 at 1:54 AM, lizhi wrote: > > https://github.com/matrix3d

Re: [FlexJS] Installer downloading Google Closure redundantly?

2015-11-30 Thread OmPrakash Muppirala
ust > looked at one of my installer.logs and didn't see it. I think there may > be issues with the build script bringing down GCL unnecessarily. > > I'm shutting down for tonight so I will check in the AM. > > Thanks, > -Alex > > On 11/29/15, 11:58 PM, &

[FlexJS] Installer downloading Google Closure redundantly?

2015-11-29 Thread OmPrakash Muppirala
I think this is mostly for Alex. I have been working on replicating the installer functionality in a node.js module installer. I am looking at the Installer log and mimicking all the downloads and file copies. I remember adding Google Closure download support for FlexJS a while ago. I also see

Re: FlexJS Brand Positioning

2015-11-29 Thread OmPrakash Muppirala
On Sun, Nov 29, 2015 at 2:09 AM, Justin Mclean wrote: > Hi, > > We have to be a little careful here to not be seen to endorse 3rd parties > from our official site. > I agree we have to be careful, but let's not go overboard with the carefulness. Right now, we have 3 prominent links to Adobe co

Re: FlexJS Brand Positioning

2015-11-29 Thread OmPrakash Muppirala
> > I think that sources outside the Apache website is probably the best way > to get traction (and if someone can make a few bucks off their content, > even better). I think we should feature Josh’s site on the Flex site (as > well as anyone else who wants to put in the effort of creating learning

Re: FlexJS Brand Positioning

2015-11-29 Thread OmPrakash Muppirala
Agree with all your points! Here is one more: FlexJS's MXML is a real alternative for React's JSX, which looks very similar to MXML [1] 1. Good timing, I am currently working on node.js support for FlexJS. The goal is to make FlexJS installable via a simple "npm install flexjs" command. I hop

Re: Flex Mobile - Splash Screen Image appears in rendered images

2015-11-28 Thread OmPrakash Muppirala
How are you seting the splash screen image? Thanks, Om On Nov 28, 2015 8:46 AM, "Christian Kiefer" wrote: > Hi, > > I have built something like an avatar creator (swc library) where I put > various instances of fxg-files (body parts) in a flex sprite and draw > (BitmapData.)) it to a bitmap... >

Re: AS3JS

2015-11-27 Thread OmPrakash Muppirala
On Nov 27, 2015 10:43 AM, "Alex Harui" wrote: > > > > On 11/27/15, 8:56 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > > >-1 > >I dont think we should dignify this attempt at spreading FUD. I am not > >sure if we

Re: AS3JS

2015-11-27 Thread OmPrakash Muppirala
On Nov 27, 2015 7:11 AM, "Alex Harui" wrote: > > > > On 11/27/15, 2:36 AM, "Deepak MS" wrote: > > >http://www.greg-mcleod.com/index.php/introducing-as3js/ > > > >http://as3js.org/ > > > >Not sure if any of you have already come across that. Can this be > >leveraged > >for FlexJS? Just a thought..

Re: Mustella fixing (was Re: Next Flex SDK release)

2015-11-24 Thread OmPrakash Muppirala
That's good to know. Can you please update this ticket with your comments so that we can go back and easily find it when such an issue arises in the future? https://issues.apache.org/jira/browse/FLEX-34909 And do you think I can close this issue as fixed for now? Thanks, Om On Tue, Nov 24, 2015

Re: Mustella fixing (was Re: Next Flex SDK release)

2015-11-24 Thread OmPrakash Muppirala
On Mon, Nov 23, 2015 at 11:54 PM, Alex Harui wrote: > > > On 11/20/15, 9:05 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >>I took a look at one of the bad.png files from Charts and the fonts were > >> rendering differently, alt

Re: [ANNOUNCE] Apache FlexJS 0.5.0 and Apache Flex FalconJX 0.5.0 Released

2015-11-24 Thread OmPrakash Muppirala
On Mon, Nov 23, 2015 at 11:42 PM, piotrz wrote: > Hi Alex, > > Shared on some polish www. > > Btw. Om your linkedin link showing "Page Not Found". > > I just checked, it looks okay to me. Are you signed in or out? Are you a member? I am pretty sure that the group settings allow non-members to

Re: [ANNOUNCE] Apache FlexJS 0.5.0 and Apache Flex FalconJX 0.5.0 Released

2015-11-23 Thread OmPrakash Muppirala
Blog post: https://blogs.apache.org/flex/entry/apache_flexjs_0_5_0 Official tweet: https://twitter.com/ApacheFlex/status/668931781328945152 (Please retweet) LinkedIn post: https://www.linkedin.com/groups/4296888/4296888-6074697528685649923 (Please share) Thanks, Om On Mon, Nov 23, 2015 at 1:45 PM

Re: Does Apache's version of Flex solve cve-2011-2461?

2015-11-23 Thread OmPrakash Muppirala
>From the slides, it looks like there are .swfs in the wild compiled with the old, unpatched SDKs. This is not a new vulnerability discovery. It is highly recommended that everyone upgrades their Flex SDK to the latest version: 4.14.1 and recompile all their swfs before deploying. Thanks, Om On

[Flex Mobile] Chart datatip does not disappear after scrolling

2015-11-20 Thread OmPrakash Muppirala
I am using a ColumnChart in a Flex mobile app. The datatip on a column shows up when i touch a column. It appears that the rollover event is mapped to a touch event in AIR mobile. One problem I see is that when I have a chart inside a scrolling container, the datatip shows, but when I touch and

Re: Mustella fixing (was Re: Next Flex SDK release)

2015-11-20 Thread OmPrakash Muppirala
errors are probably > real errors: There are some Sort errors left over from some changes we > made, and a bunch of chart errors potentially due to this change: > > commit 636859085bbd6794ce6b3950727e20c5aa2a665d > Author: OmPrakash Muppirala > Date: Wed Sep 9 18:00:24 2015 -

Re: Is the Installer working?

2015-11-18 Thread OmPrakash Muppirala
\flashbuilder\config\airmobile-config.xml install: [delete] Deleting directory C:\temp\test_installer_cgi_2\in C:\temp\test_installer_cgi_2 is now an IDE compatible folder Installation complete On Wed, Nov 18, 2015 at 1:25 PM, Alex Harui wrote: > > > On 11/18/15, 12:23 AM, "omup..

Re: Is the Installer working?

2015-11-18 Thread OmPrakash Muppirala
Seems to install fine for me. Here is the log, in any case: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.14.1 AIR version 20.0 Flash Player version 20.0 Creating Apache Flex home Creating temporary directory

Re: Flex SDK JIRA backlog

2015-11-17 Thread OmPrakash Muppirala
Looks like a bug-fixathon is in order :-) On Nov 17, 2015 10:07 PM, "Justin Mclean" wrote: > Hi, > > Was looking through the JIRA backlog and come up with a few people might > want to look at for the next release. Does anyone have any time to work on > any of these? Are there any other we should

Re: Is the Installer working?

2015-11-16 Thread OmPrakash Muppirala
Here are the Installer failures for the last 10 days: Date Pageviews 11/16/2015 70 11/11/2015 115 11/10/2015 119 11/5/2015 69 11/4/2015 55 10/29/2015 62 10/28/2015 80 10/27/2015 69 10/22/2015 68 10/21/2015 60 On Mon, Nov 16, 2015 at 12:58 PM, Alex Harui wrote: > > > On 11/16/15, 12:56 PM, "Just

Re: [FlexJS][FalconJX] Internal Classes

2015-11-16 Thread OmPrakash Muppirala
Nope, you can still call new Singleton(null) and the compiler won't say anything :-) The 'enforcer' is required because of this loophole. Thanks, Om On Mon, Nov 16, 2015 at 2:36 AM, Michael Schmalle wrote: > On Mon, Nov 16, 2015 at 4:14 AM, OmPrakash Muppirala > > wrot

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