Mustella VM setup update

2014-01-16 Thread OmPrakash Muppirala
Thanks Fred :-) I had emailed earlier about my intentions of setting up a farm of Windows Azure VMs that run Mustella. Also, at some point I will be trying to split up the tests among VMs so that we can have a single Mustella run run parallely on multiple VMs. The VM I created at bigosmallm.clou

[LAZY] Updating Installer to point to FP 12 and AIR 4

2014-01-16 Thread OmPrakash Muppirala
If I remember correct, Erik's VM has had Mustella runs agains FP 12 and AIR 4 betas. FP 12/4 was released yesterday. I was planning on updating the Installer to point to the new versions and make them the default. Any objections? Thanks, Om

Re: svn commit: r1559027 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2014-01-18 Thread OmPrakash Muppirala
On Jan 18, 2014 5:44 PM, "Justin Mclean" wrote: > > HI, > > > We could add a version attribute like this: > > > > > > > > > > > > Would that be sufficient for you? > > As ugly as it is I'd prefer as not having "." in node names. > > > While in theory a full stop is a valid XML node

Re: [LAZY] Updating Installer to point to FP 12 and AIR 4

2014-01-18 Thread OmPrakash Muppirala
On Jan 18, 2014 5:45 PM, "Justin Mclean" wrote: > > Hi, > > I've updated and checked all all the script changes required. > > Justin You are awesome! I was hoping to get some time this weekend at least. Thanks for getting this done. Some tweets about this are in order. Will send it out from th

Re: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0.0 (RC4)

2014-01-18 Thread OmPrakash Muppirala
My count shows: Om Justin Peter Alex(?) Who are you missing? On Sat, Jan 18, 2014 at 6:57 PM, Justin Mclean wrote: > Hi, > > Think we only have 2 +1 binding votes here. Anyone willing to provide the > final +1 required to make a release? > > Thanks, > Justin

Re: flex-sdk_mustella - Build # 657 - Fixed!

2014-01-21 Thread OmPrakash Muppirala
Awesome! So all combinations of FP and AIR versions work fine now? Thanks, Om On Jan 21, 2014 9:57 AM, "Erik de Bruin" wrote: > Party! > > Thanks everyone ;-) > > EdB > > > > On Tue, Jan 21, 2014 at 6:07 PM, wrote: > > flex-sdk_mustella - Build # 657 - Fixed: > > > > http://flex-mustella.clou

Re: Mustella VM setup update

2014-01-27 Thread OmPrakash Muppirala
A quick update: * There are a few Mustella test failures that I am trying to fix unsuccessfully. If someone can help me deal with those, that would be great. Getting 100% success of mustella tests is key before we can start cloning the machines. * My Windows Azure credits for this month has e

Re: [Installer] Centralizing Downloads

2014-01-27 Thread OmPrakash Muppirala
On Mon, Jan 27, 2014 at 12:33 PM, Alex Harui wrote: > Justin suggested that the installer should save downloads in a central > location on the users computer so that if multiple SDKs are installed that > use, for instance, the huge AIR SDK, it only gets downloaded once. > > That seems like a reas

Re: [FlexJS] Try out the FlexJS Installer

2014-01-27 Thread OmPrakash Muppirala
I can report that the Installer worked perfectly well (had to uninstall current installer first to get rid of the certificate related AIR error) The example app compiles and runs fine (with a compilation warning, though) Fantastic job, Alex (and others) This is a huge huge milestone for FlexJS.

Re: [Installer] Replacing RuntimeLocale.as

2014-01-27 Thread OmPrakash Muppirala
On Mon, Jan 27, 2014 at 1:41 PM, Alex Harui wrote: > This question is probably best answered by Om, but I think it would be > better to replace RuntimeLocale.as with a simple but extensible properties > files that get loaded as needed based on the locale. That way, new > locales can be added wit

Re: [Installer] Centralizing Downloads

2014-01-27 Thread OmPrakash Muppirala
On Mon, Jan 27, 2014 at 1:09 PM, Alex Harui wrote: > > > On 1/27/14 12:37 PM, "OmPrakash Muppirala" wrote: > > >On Mon, Jan 27, 2014 at 12:33 PM, Alex Harui wrote: > > > >> Justin suggested that the installer should save downloads in a central >

Re: [Installer] Centralizing Downloads

2014-01-27 Thread OmPrakash Muppirala
On Mon, Jan 27, 2014 at 2:35 PM, Alex Harui wrote: > > > On 1/27/14 2:24 PM, "OmPrakash Muppirala" wrote: > > >On Mon, Jan 27, 2014 at 1:09 PM, Alex Harui wrote: > > > >> > >> > >> On 1/27/14 12:37 PM, "OmPrakash Muppirala&

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread OmPrakash Muppirala
Dont we need this swc when building apps with FlexJS? For example, the DataGridExample at flex-asjs\examples\DataGridExample does not work now because it cannot find the basic:DataGrid component implementation. I looked inside the FlexJS sdk installed via the new installer. There is no FlexJSJX.

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread OmPrakash Muppirala
On Tue, Jan 28, 2014 at 11:08 AM, Alex Harui wrote: > > > On 1/28/14 11:01 AM, "OmPrakash Muppirala" wrote: > > >Dont we need this swc when building apps with FlexJS? For example, the > >DataGridExample at flex-asjs\examples\DataGridExample does not work

Re: [Installer] Try the new installer

2014-01-28 Thread OmPrakash Muppirala
On Jan 28, 2014 7:12 PM, "Paul Hastings" wrote: > > On 1/29/2014 6:35 AM, Alex Harui wrote: > >> to install the SDK. Please try it and let me know if you run into issues. > > > does the existing installer need to be removed first? > > "This application cannot be installed because this installer h

Re: [FlexJS] Linting and Hinting

2014-01-28 Thread OmPrakash Muppirala
On Jan 28, 2014 3:26 PM, "Alex Harui" wrote: > > I just pushed a bunch of mostly JSDoc changes to get the Google Closure > Linter and the JSHint tools to stop complaining. I flipped the switch so > now jshint failures will also fail the local ant build on Mac. JSHint is > not run on Windows and

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread OmPrakash Muppirala
When I compile and run the BarChartExample, in the JS version, this is what I am seeing (swf works fine) http://jsfiddle.net/cvLqE/ Once I tweak the output html like this http://jsfiddle.net/52uaL/2/ i.e. remove the position: absolute style attribute of 'barChart' div, the bars show up, but are

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread OmPrakash Muppirala
On Wed, Jan 29, 2014 at 11:40 AM, OmPrakash Muppirala wrote: > When I compile and run the BarChartExample, in the JS version, this is > what I am seeing (swf works fine) > > http://jsfiddle.net/cvLqE/ > > To be clear, in the above version, I dont see any bars in either brows

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread OmPrakash Muppirala
el free to make adjustments. I have to admit that the particulars > >of CSS escape me sometimes. > > > >Thanks for your help and checking this out. > > > >Peter > > > >On 1/29/14 2:40 PM, "OmPrakash Muppirala" wrote: > > > >>When I

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread OmPrakash Muppirala
member and help with any JS issues. > >>>> > >>>>-peter > >>>> > >>>>On 1/29/14 4:07 PM, "Alex Harui" wrote: > >>>> > >>>>>I just discovered that the BarChartExample is stale. It isn't using &

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread OmPrakash Muppirala
On Jan 30, 2014 5:36 PM, "OmPrakash Muppirala" wrote: > > On Thu, Jan 30, 2014 at 1:43 PM, Peter Ent wrote: >> >> I've pushed changes that should have the BarChart example working for both >> AS and JS. There is an issue with the axis appearing below the c

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread OmPrakash Muppirala
exJS;h=868b43d18106fcb21b8b598ae60b96ddaf447d67;hb=develop > There is no createElement call in my copy. > That is correct. I am planning on adding an override of createElement in BarChart.js Thanks, Om > > -Alex > > On 1/30/14 8:18 PM, "OmPrakash Muppirala" wrote: > &

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread OmPrakash Muppirala
On Jan 30, 2014 10:18 PM, "Alex Harui" wrote: > > > > On 1/30/14 9:11 PM, "OmPrakash Muppirala" wrote: > > >On Thu, Jan 30, 2014 at 8:30 PM, Alex Harui wrote: > > > >> Om, something is still not configured right. BarChart.js

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread OmPrakash Muppirala
On Jan 30, 2014 11:32 PM, "Alex Harui" wrote: > > > > On 1/30/14 11:07 PM, "OmPrakash Muppirala" wrote: > > >On Jan 30, 2014 10:18 PM, "Alex Harui" wrote: > >> > >> > >> > >> On 1/30/14 9:11 PM, &quo

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread OmPrakash Muppirala
On Fri, Jan 31, 2014 at 11:31 AM, Peter Ent wrote: > Had a chat with Alex. For this particular issue, we were thinking that > Flex's scrollPolicy should be carried over to FlexJS, but enhanced: > > scrollPolicy: on | off | auto | hidden > > which map as follows - > > on: overflow:scroll, but

RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
I made some changes to the FlexJSJX classes and tried to use that with my exisisting FlexJS SDK. Here is what I am doing: 1. In the \flex-asjs\frameworks\as folder, run ant. The following swc files: FlexJSJX, FlexJSUI and MXMLCClasses get created under \flex-asjs\frameworks\as\libs folder. 2.

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
<def id="mx.core:ClassFactory" /> <pre id="mx.core:IFactory" /> <pre id="Object" /> <dep id="Class" /> Looks okay? > > -Alex > > On 2/3/14 11:23 AM, "OmPrakash Muppirala" wrote: > >

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
On Mon, Feb 3, 2014 at 12:32 PM, OmPrakash Muppirala wrote: > On Mon, Feb 3, 2014 at 12:16 PM, Alex Harui wrote: > >> Does your copy of ClassFactory (in FlexJSUI/src/mx/core) have a >> newInstance method? >> > > Yes, it does. > > >> >> Did you shut

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
unction get itemRenderer():IFactory { return _itemRenderer; } public function set itemRenderer(value:IFactory):void { _itemRenderer = value; } Thanks, Om > > -Alex > > On 2/3/14 12:36 PM, "OmPrakash Muppirala" wrote: > >

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
git. What is the correct way to build the FlexJSJX, etc. swc files? > BTW, I assume you've done a "clean" on the project from FB? > > Yes, multiple times :-) > -Alex > > On 2/3/14 3:33 PM, "OmPrakash Muppirala" wrote: > > >On Mon, Feb 3, 2014

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
On Mon, Feb 3, 2014 at 4:47 PM, Alex Harui wrote: > > > On 2/3/14 4:31 PM, "OmPrakash Muppirala" wrote: > > >On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui wrote: > > > >> The correct behavior is for the itemRenderer to have an instance of > >>

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-03 Thread OmPrakash Muppirala
at 5:05 PM, OmPrakash Muppirala wrote: > On Mon, Feb 3, 2014 at 4:47 PM, Alex Harui wrote: > >> >> >> On 2/3/14 4:31 PM, "OmPrakash Muppirala" wrote: >> >> >On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui wrote: >> > >> >&g

Re: Build your apps for IOS7

2014-02-03 Thread OmPrakash Muppirala
Moving to dev... Would it make sense to add this new version of the AIR SDK in our Installer dropdowns? Seems like a lot of folks are (going to be) hitting this issue. Thanks, Om On Feb 3, 2014 10:14 PM, "Justin Mclean" wrote: > Hi, > > Are you using the very latest AIR beta? [1] > > One of th

Re: Build your apps for IOS7

2014-02-03 Thread OmPrakash Muppirala
On Feb 3, 2014 11:35 PM, "Justin Mclean" wrote: > > Hi, > > > Would it make sense to add this new version of the AIR SDK in our Installer > > dropdowns? > > Way ahead of you - As always :-) it's already done (for both versions of the installers) - look at the SVN checkins. > > But we have to kee

Re: ipad DPI

2014-02-05 Thread OmPrakash Muppirala
This thread should have all the details you are looking for: http://markmail.org/thread/pbexks3ojkhuhx3p Thanks, Om On Wed, Feb 5, 2014 at 11:08 AM, Lee Burrows wrote: > Hi All > > I see that RuntimeDPIProvider.runtimeDPI has code to return 160 for ipads > rather than the more correct 120 (as i

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-05 Thread OmPrakash Muppirala
s supposed to. > >> > >>I'll dig more Tuesday evening since that's my home computer. > >> > >>-Alex > >> > >>On 2/3/14 5:05 PM, "OmPrakash Muppirala" wrote: > >> > >>>On Mon, Feb 3, 2014 at 4:47 PM, Alex Har

Re: [FlexJS] BarChart component added - render issue

2014-02-06 Thread OmPrakash Muppirala
flex.utils.Language.as(this._strand.getBeadByType(org.apache.flex.core.IBeadLayout), org.apache.flex.charts.beads.layouts.BarChartLayout); What am I doing wrong? Thanks, Om > On 1/31/14 7:17 PM, "OmPrakash Muppirala" wrote: > > >On Fri, Jan 31, 2014 at 11:31 AM, Peter En

Re: [FlexJS] BarChart component added - render issue

2014-02-06 Thread OmPrakash Muppirala
On Feb 6, 2014 8:24 PM, "Alex Harui" wrote: > > > > On 2/6/14 6:04 PM, "OmPrakash Muppirala" wrote: > > >App works fine even though I am getting a warning during the JS > >compilation > >part

Re: [FlexJS] BarChart component added - render issue

2014-02-06 Thread OmPrakash Muppirala
On Feb 6, 2014 10:08 PM, "Alex Harui" wrote: > > > > On 2/6/14 9:38 PM, "OmPrakash Muppirala" wrote: > > >On Feb 6, 2014 8:24 PM, "Alex Harui" wrote: > >> > >> > >> > >> On 2/6/14 6:04 PM, "OmPrakash M

Re: [FlexJS] BarChart component added - render issue

2014-02-06 Thread OmPrakash Muppirala
On Feb 6, 2014 10:42 PM, "Alex Harui" wrote: > > Ack. Read the error incorrectly. It may not be BarChartLayout that is > incorrect. Do you know which .js file is actually complaining? > Yes, it is from XAxisBead.js > > On 2/6/14 10:29 PM, "OmPrakash Muppiral

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread OmPrakash Muppirala
On Thu, Feb 6, 2014 at 11:09 PM, Alex Harui wrote: > > > On 2/6/14 10:49 PM, "OmPrakash Muppirala" wrote: > > >On Feb 6, 2014 10:42 PM, "Alex Harui" wrote: > >> > >> Ack. Read the error incorrectly. It may not be BarChartLayout that is

Re: target-player=13.0beta

2014-02-07 Thread OmPrakash Muppirala
I just pushed a fix for this. My tests look good. Please close the Installer and open it again. You should see the changes immediately. Do let us know if everything looks good. Thanks for catching this! Regards, Om On Fri, Feb 7, 2014 at 1:05 AM, Carlos Rovira wrote: > Hi Alexander, > >

Re: target-player=13.0beta

2014-02-07 Thread OmPrakash Muppirala
o sdk-installer-config-4.0.xml as well. Will do that in the morning. Thanks, Om > > Alexander > > > On 07.02.2014 13:15, OmPrakash Muppirala wrote: >> >> I just pushed a fix for this. My tests look good. >> >> Please close the Installer and open it

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread OmPrakash Muppirala
ead.js (from the bin/js-debug directory) there is no > >goog.require for BarChartLayout. > > > >I don't see anything in the AS file that might cause the cross-compile to > >leave it out. > > > >--peter > > > >On 2/7/14 3:02 AM, "OmPrakash

Re: flex-sdk_mustella-mobile - Build # 516 - Still Failing!

2014-02-07 Thread OmPrakash Muppirala
This looks real. Can someone please take a look at why this test is broken? Thanks, Om On Fri, Feb 7, 2014 at 12:59 PM, wrote: > flex-sdk_mustella-mobile - Build # 516 - Still Failing: > > http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-mobile/516/ > > Changes for Build #514 > > Chang

Building Apache Flex apps for iOS7

2014-02-07 Thread OmPrakash Muppirala
Hi, I just put up a new blog post clarifying how to continue to develop Apache Flex apps for iOS7 https://blogs.apache.org/flex/entry/building_apache_flex_apps_for Please feel free to share this link widely :-) Thanks, Om

Re: Apache Flex 4.12 RC1

2014-02-08 Thread OmPrakash Muppirala
A few notes about the README: "Apache Flex 4.11 is a follow up release to Apache Flex 4.10. " Should be "Apache Flex 4.12 is a follow up release to Apache Flex 4.11. " "Building Apache Flex 4.11" Should be "Building Apache Flex 4.12" Do we still need Pixel Bender to build the SDK? I thought we

Re: Will SkinnableComponent be supported by FlexJS in the future?

2014-02-09 Thread OmPrakash Muppirala
On Feb 9, 2014 10:44 PM, "Alex Harui" wrote: > > > > On 2/9/14 9:58 PM, "DarkStone" wrote: > > >Hi all, > > > >I've just skimmed through the FlexJS asdoc: > >http://people.apache.org/~pent/asdoc-flexjs/ > > > >And I haven't found SkinnableComponent, GroupBase, Group & DataGroup, > >Skin, IVisualE

Re: [Installer] Should the log file be "user friendly"

2014-02-10 Thread OmPrakash Muppirala
On Mon, Feb 10, 2014 at 2:33 PM, Alex Harui wrote: > > > On 2/10/14 2:00 PM, "Justin Mclean" wrote: > > >Hi, > > > >User installing the SDK need a understandable log if something goes wrong > >and they may not be familiar with ant. The log is not just for our use > >IMO. > There's a couple of th

Re: [Installer] Version UI for other packages

2014-02-10 Thread OmPrakash Muppirala
It should be pretty straightforward add the string "JS" after "flex" when FlexJS is selected. More importantly, I think the first version of FlexJS should be 1.0 and 4.0.1. I dont know where 4.0.1 comes from? What is the reasoning? Perhaps we need a poll for that? Thanks, Om On Mon, Feb 10, 2

Re: [Installer] Version UI for other packages

2014-02-10 Thread OmPrakash Muppirala
On Mon, Feb 10, 2014 at 3:44 PM, Alex Harui wrote: > > > On 2/10/14 3:20 PM, "OmPrakash Muppirala" wrote: > > >It should be pretty straightforward add the string "JS" after "flex" when > >FlexJS is selected. > In the skin, "Apache F

Re: [Installer] Version UI for other packages

2014-02-10 Thread OmPrakash Muppirala
Muppirala wrote: > On Mon, Feb 10, 2014 at 3:44 PM, Alex Harui wrote: > >> >> >> On 2/10/14 3:20 PM, "OmPrakash Muppirala" wrote: >> >> >It should be pretty straightforward add the string "JS" after "flex" when >> >Flex

Re: [Installer] Version UI for other packages

2014-02-10 Thread OmPrakash Muppirala
> > > I think when you use the new installer to install FlexJS it is following > > the same nightly build pattern that we do for the main SDK. If you think > > we're in violation, please be more specific about what we need to change. > > IMO without an actual release we could be in violation yes.

Re: [Installer] Version UI for other packages

2014-02-10 Thread OmPrakash Muppirala
On Mon, Feb 10, 2014 at 4:37 PM, Justin Mclean wrote: > Hi, > > > If we dont have more people testing it, we cannot make a release. > Any committer can make a release it just require 3 +1 votes from the PMC > to be official. > > > I don't want to release that has not been reasonably tested. > In t

Re: Flex vs. Actionscript Mobile Benchmarsk

2014-02-12 Thread OmPrakash Muppirala
On Feb 12, 2014 11:05 AM, "Sean Thayne" wrote: > > I think it would be interesting, but not really realistic. > > The creator of Starling was unable to use the standard Flash Event and EventDispatcher. So he instead created his own. That plus the fact that all the Flex components are built off fla

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Mon, Feb 10, 2014 at 3:20 PM, OmPrakash Muppirala wrote: > It should be pretty straightforward add the string "JS" after "flex" when > FlexJS is selected. Hi, > >> >> I just added the two logos - flexjs and flex falcon. You can see them here: https

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
-Alex > > On 2/13/14 12:14 PM, "OmPrakash Muppirala" wrote: > > >On Mon, Feb 10, 2014 at 3:20 PM, OmPrakash Muppirala > >wrote: > > > >> It should be pretty straightforward add the string "JS" after "flex" > >>when > >&

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 12:31 PM, Alex Harui wrote: > Oh yeah, should we do that before an installer RC? > > Would be good to have that in the first RC. What if that becomes the golden one? ;-) Give me a few hours. Thanks, Om > -Alex > > On 2/13/14 12:26 PM, "OmPr

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 12:34 PM, OmPrakash Muppirala wrote: > On Thu, Feb 13, 2014 at 12:31 PM, Alex Harui wrote: > >> Oh yeah, should we do that before an installer RC? >> >> > Would be good to have that in the first RC. What if that becomes the > golden

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
I've done a FlexJS and an SDK install. Hopefully they show up in the > analytics > > I dont see them. Not sure what's happening. When I try to run the app (built from code), I dont see FlexJS as one of the options. I can see that the Installer does indeed load the config file from: http://flex

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
m > > Thanks > -Alex > > On 2/13/14 2:50 PM, "Alex Harui" wrote: > > > > > > >On 2/13/14 1:18 PM, "OmPrakash Muppirala" wrote: > > > >>On Thu, Feb 13, 2014 at 12:34 PM, OmPrakash Muppirala > >>wrote: > >&g

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
of success calls and we are good! Thanks, Om On Thu, Feb 13, 2014 at 3:48 PM, Alex Harui wrote: > OK, I see it > > On 2/13/14 3:30 PM, "OmPrakash Muppirala" wrote: > > >On Thu, Feb 13, 2014 at 2:58 PM, Alex Harui wrote: > > > >> I can cut an Instal

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
ally built > >FlexJS install right now. > > > >-Alex > > > >On 2/13/14 5:25 PM, "OmPrakash Muppirala" wrote: > > > >>I see a couple of failure calls now: > >> > http://flex.apache.org/track-installer.html?failure=true&label=Apa

Re: Flex and server technology

2014-02-16 Thread OmPrakash Muppirala
On Feb 16, 2014 3:25 AM, "Frédéric THOMAS" wrote: > > > > > Hi, > > I have a comparative feature table for BlazeDS / LCDS / GraniteDS, given some people are asking about it at time, do you think it is something that could fit on our wiki ? -1 If it were just a listing instead of a comparison, th

Re: Flex and server technology

2014-02-16 Thread OmPrakash Muppirala
Fred, this looks fine to me. I had assumed that this was going to be more of an editorial commentary. This looks like a straightforward feature comparison table. +1 from me. Thanks for the clarification. Om On Sun, Feb 16, 2014 at 10:05 AM, Frédéric THOMAS wrote: > Well, it was well printed,

Re: Made In Flex Community comes back renewed!

2014-02-17 Thread OmPrakash Muppirala
On Mon, Feb 17, 2014 at 7:56 AM, Carlos Rovira wrote: > Hi all!, > > I'd want to announce the "rebirth" of Made In Flex hispanic community > focused on Apache Flex: > > http://www.madeinflex.com > > Made In Flex is a community created in 2006 (Flex 2 times) and has near > 1000 users on the mailing

Re: flex-sdk_mustella - Build # 733 - Failure!

2014-02-18 Thread OmPrakash Muppirala
On Feb 18, 2014 11:20 PM, "Justin Mclean" wrote: > > Bump - anyone help out her? Will do my best to run it tonight. The log says that the failure was with FP 11.7.Did you try with that version on your machine? > > On 19 Feb 2014, at 9:49 am, Justin Mclean wrote: > > > Hi, > > > >> Could be

Re: flex-sdk_mustella - Build # 733 - Failure!

2014-02-19 Thread OmPrakash Muppirala
My tests seem to run fine but with 11.1. I will download 11.7 and test again in the morning (around 10 hours from now) Thanks, Om On Tue, Feb 18, 2014 at 11:58 PM, Justin Mclean wrote: > Hi, > > > The log says that the failure was with FP 11.7.Did you try with that > > version on your machi

Re: flex-sdk_mustella - Build # 733 - Failure!

2014-02-19 Thread OmPrakash Muppirala
Yup Windows. Om On Wed, Feb 19, 2014 at 12:37 AM, Erik de Bruin wrote: > Yes: I believe Om is on Windows. > > EdB > > > > > On Wed, Feb 19, 2014 at 9:35 AM, Justin Mclean >wrote: > > > Hi, > > > > > My tests seem to run fine but with 11.1. > > On windows? > > > > Thanks, > > Justin > > > > >

Re: flex-sdk_mustella - Build # 733 - Failure!

2014-02-19 Thread OmPrakash Muppirala
VM is reporting as well. It does look like a real problem. Thanks, Om On Wed, Feb 19, 2014 at 12:44 AM, Erik de Bruin wrote: > Hey, you're still around. Sorry for speaking before my turn ;-) > > EdB > > > > > On Wed, Feb 19, 2014 at 9:41 AM, OmPrakash Muppira

RE: Installer RC status?

2014-02-21 Thread OmPrakash Muppirala
On Feb 20, 2014 11:45 PM, "Alex Harui" wrote: > > OK, I think the SDK install script is ready. What is your plan about the fontswf bug? Do you want to fix it for this RC? Are you looking into it? > > I think the Installer is ready for an RC as well. Folks should not use the one from my person

Re: Mobile grid skin warnings while making a release build

2014-02-21 Thread OmPrakash Muppirala
On Feb 21, 2014 5:22 PM, "Justin Mclean" wrote: > > Hi, > > May or may not be a concern but just in case no one has noticed and it's important. > > [asdoc] /Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/experimental_mobile/src/spark/skins/MobileGridSkin.as(44): col: 19 Warning

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC1

2014-02-23 Thread OmPrakash Muppirala
On Feb 23, 2014 10:18 AM, "piotr.zarzycki" wrote: > > Hi Alex. > > This is how looks installer on my computer Windows 7 -> > http://images.devs-on.net/Image/xkuDRfSRRxyJNdTA-Obszar.png > > Browse folder for sdk installation doesn't work. > > I saw this once. It seems that sometimes the default p

Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC1

2014-02-23 Thread OmPrakash Muppirala
-1 Binding I downloaded the source and tried to build using the command line instructions. It seems like the README file has not been updated. Quite a lot has changed since the last release. Especially, the sections: "How to build the installer using ANT (no Flash Builder or any other IDE req

Re: [DISCUSS] Release Apache Flex SDK Installer 3.0 - RC1

2014-02-23 Thread OmPrakash Muppirala
On Sun, Feb 23, 2014 at 9:23 PM, Alex Harui wrote: > I think this RC should cause an upgrade dialog. Not sure. Om might know > for sure. > > An upgrade dialog would come up only when the version.latest node is updated in this xml: http://flex.apache.org/installer/sdk-installer-config-3.1.xml W

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34108 add toJSON to ArrayCollection and ArrayList

2014-02-23 Thread OmPrakash Muppirala
On Sun, Feb 23, 2014 at 9:35 PM, Justin Mclean wrote: > Hi, > > Turns out no need to change anything to compile under 10.2, but you do get > a RTE if you directly call toJSON ("Variable JSON is not defined.") - > that's probably OK given that no existing code would be calling it in 10.2 > and some

Broken image links in Flex Showcase

2014-02-23 Thread OmPrakash Muppirala
The iQ Agenda app seems to have its images missing here [1] Maurice, perhaps you can take a look? Thanks, Om [1] http://flex.apache.org/community-showcase.html

Re: Broken image links in Flex Showcase

2014-02-24 Thread OmPrakash Muppirala
ked, they look good to me (gray and blue). > Maybe a network issue ? > Can you check again on your side ? > > Maurice > > -Message d'origine- > De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash > Muppirala > Envoyé : lundi 24 février 201

Re: Broken image links in Flex Showcase

2014-02-24 Thread OmPrakash Muppirala
There was a minor typo that I fixed. Please review. Thanks, Om On Mon, Feb 24, 2014 at 12:56 AM, OmPrakash Muppirala wrote: > These are the images that are showing as 404 - Not Found in Fiddler: > > http://flex.apache.org/showcase/images/%5CiQAgenda/prev/screen1.png > http://fle

Re: Broken image links in Flex Showcase

2014-02-24 Thread OmPrakash Muppirala
to a forward slash and ignores the mismatch. Firefox seems to be more strictly following the link and failing. I would say Chrome was the one behaving badly here ;-) Thanks, Om > > -Message d'origine- > De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrak

Re: git commit: [flex-sdk] [refs/heads/develop] - Adjust size and spacing of BeveledBackButton in 120 DPI

2014-02-24 Thread OmPrakash Muppirala
On Mon, Feb 24, 2014 at 3:40 PM, Justin Mclean wrote: > Hi, > > Don;t forget to put JIRA number in comments - that way they link up to > JIRA and it's easier to keep the release notes uptodate. > > Sorry about that. Will remember next time! Om > Justin

[LAZY] Flash Player 13 - swf version

2014-02-24 Thread OmPrakash Muppirala
According to the docs here [1], the swf-version for Flash player 13 is 24. In our installer configs [2][3], we still have it as 23. Any objections if I change it to 24? Thanks, Om [1] http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air13_flashplayer13_releasenotes.pdf [2] http://fle

Re: [LAZY] Flash Player 13 - swf version

2014-02-24 Thread OmPrakash Muppirala
On Mon, Feb 24, 2014 at 5:24 PM, Justin Mclean wrote: > Hi, > > > According to the docs here [1], the swf-version for Flash player 13 is > 24. > Not at all. > > Just to be clear, no objections, right? > The original docs said 23 I asked on the list but no one answered. > Yes, I do remember your

Re: [LAZY] Flash Player 13 - swf version

2014-02-24 Thread OmPrakash Muppirala
Okay done. I have made a few other changes to the config files as well - to keep them consistent with each other. I havent pushed the site yet, so we can revert any changes if needed. Please review. Thanks, Om On Mon, Feb 24, 2014 at 5:33 PM, Justin Mclean wrote: > Hi, > > > Just to be clear,

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-25 Thread OmPrakash Muppirala
On Tue, Feb 25, 2014 at 1:57 PM, Justin Mclean wrote: > HI, > > Does anyone have time to check RC2? For example there an outstanding > question on it being compiled on Java 6 vs Java 7. > > Do we know it signed correctly? README, NOTICES etc all good? Have we > (finally) got all the version stuff

[FlexJS] SVG based TextButton and example checked in

2014-02-25 Thread OmPrakash Muppirala
I just checked an updated version of the SVG/JS based TextButton component. A lot of things work as I expected. The skin looks exactly like the Spark button skin, the button is positioned and sized correctly, etc. They work with Firefox,Chrome and IE10. A few outstanding issues are there that I

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-25 Thread OmPrakash Muppirala
PixelBender a separate release" is misleading. It should be: "Made PixelBender shader binaries a separate release" I will now start testing the source kit, build, etc. Thanks, Om On Tue, Feb 25, 2014 at 2:34 PM, OmPrakash Muppirala wrote: > On Tue, Feb 25, 2014 at 1:57 PM, Justin Mcl

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-25 Thread OmPrakash Muppirala
On Tue, Feb 25, 2014 at 11:20 PM, Justin Mclean wrote: > Hi, > > > 1. "Support for AIR 4.0 and 4.0 beta." must be "Support for AIR 4.0 and > > 13.0 beta." > Fixed. > > > 2. Is the line "Improvements to Falcon MXML code generation" relevant to > > the current Flex SDK release? > Changes were made

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
trongly prefer the first option. > I think I understand. Can we break this up into a very simple use case and see which direction we want to go? I may need a bit of hand holding on this one. Thanks, Om > > -Alex > > > On 2/25/14 5:05 PM, "OmPrakash Muppirala" wrot

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
e where you > are "nearly there"? > Yes, please look at examples/FlexJSTest_SVG. Running "ant" in that directory should just work. > > EdB > > > > > On Wed, Feb 26, 2014 at 2:05 AM, OmPrakash Muppirala > wrote: > > > I just checked an u

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 12:48 AM, Alex Harui wrote: > > > On 2/26/14 12:42 AM, "OmPrakash Muppirala" wrote: > > >>3. Falcon should be able to compile FXG now, but I think it will use > >>Spark > >> components like Group. The compiler either nee

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-26 Thread OmPrakash Muppirala
+1 (Binding) Tested on Windows 7, 64-bit, JDK 1.7.0, Flash Builder 4.7 README, NOTICE and LICENSE looks good. Provided feedback on RELEASE_NOTES in [DISCUSS] thread. Source kit: MD5 checksum matches. ASC signature verified (Good signature from "Justin Mclean < jmcl...@apache.org>") Building from

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 2:50 PM, Alex Harui wrote: > Speaking of TLF, do you folks have to set TLF_HOME when compiling the > source package? I think I always do and we should probably change it to > not require that by checking to see if the TLF code is co-packaged. > > I did not and the build f

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 2:52 AM, Erik de Bruin wrote: > > > > > 1. I can add a file copy pass to the publish operation of the compiler > > > easily enough, but we need to discuss the best option: > > > - copy all 'non-JS and non-CSS' files, whether or not they are > actually > > > used > > >

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
iuse.com/#feat=svg-html5 > > -Alex > > On 2/26/14 12:59 AM, "OmPrakash Muppirala" wrote: > > >On Wed, Feb 26, 2014 at 12:48 AM, Alex Harui wrote: > > > >> > >> > >> On 2/26/14 12:42 AM, "OmPrakash Muppirala" > wrote: > >

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-27 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 7:44 PM, Alex Harui wrote: > > > On 2/26/14 4:03 PM, "OmPrakash Muppirala" wrote: > > >On Wed, Feb 26, 2014 at 9:57 AM, Alex Harui wrote: > > > >> Sorry, wasn't clear. > >> > >> Thanks for reminding m

[FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
Thanks Carlos! I created the SVG skins from the current spark component skins through a combination of automation and manual coding. One of the tools I use is the FXG -> SVG XSLT translator available here [1] Notice that there are three xslt files, transform.xslt, transform-over.xslt and transfo

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread OmPrakash Muppirala
To allay Erik's concerns, I am not planning on carrying over my vote. I will do a full test of RC3. Of course, I wont be able to run Mustella myself, because I like my computer and I would like to continue to use it ;-) I am relying on the VMs to run Mustella for us. Thanks, Om On Thu, Feb 27

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
ol in > the FlexJS compilation process, making it more light. > > Let me know If I'm on the way or maybe I'm missing something. > > Thanks > > Carlos > > > > > > > 2014-02-27 9:50 GMT+01:00 OmPrakash Muppirala : > > > Thanks Carlos! I cre

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
to integrate the conversion tool in > >the FlexJS compilation process, making it more light. > > > >Let me know If I'm on the way or maybe I'm missing something. > > > >Thanks > > > >Carlos > > > > > > > > > > > > > >

<    5   6   7   8   9   10   11   12   13   14   >