Re: Build failed in Jenkins: flex-sdk_mustella #271

2013-08-12 Thread Erik de Bruin
Not only are the first three problems not (yet) solved, but it appears a fourth has raised it's ugly head :-( EdB On Mon, Aug 12, 2013 at 10:48 AM, wrote: > See > > Changes: > > [jmclean] Fixed issue with data grid using an array of st

RE: Wiki Edit Access

2013-08-12 Thread Kessler CTR Mark J
I figured it would end up top level at some point. How would you like it structured? What kind of child pages would you want? Flex JS (top) -child page -child page - -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, August 12, 2013 1:31 AM To: dev@fle

Apache Flex showcase

2013-08-12 Thread João Saleiro
Hello, is there a showcase of applications using Apache Flex? I did a talk about Apache Flex recently, where a couple of people requested proofs that Apache Flex is being used in production. Thanks, JS

RE: Apache Flex showcase

2013-08-12 Thread Miguel Ferreira
So in this moment i am working on this easyprint.de a web to print solution. After the user select a type of product you will have a 100% flex application that was lunched in May.And, i can say that after the release 3 months the company receives 200 orders per day average and always raising. In

Re: Apache Flex showcase

2013-08-12 Thread João Saleiro
Miguel, I do have an B2C AIR application being used by around 6.000 persons. It's actually compiled with 4.10/AIR 3.8 - we're already taking advantage of the new lockedColumnCount of Datagrid. But one story is not enough to convince decision makers. I was asked for a showcase, as they expec

Re: Apache Flex showcase

2013-08-12 Thread Nicholas Kwiatkowski
We had one on the website, but we had a hard time getting releases from enough companies to make it worth it. We didn't want to put up a showcase with only 4 logo / apps on it :( On Mon, Aug 12, 2013 at 9:02 AM, João Saleiro < joao.saleiro.webf...@gmail.com> wrote: > Hello, > > is there a sho

Re: Apache Flex showcase

2013-08-12 Thread Nicholas Kwiatkowski
Either way, Avaya, Acatel-Lucent are my current customers and are deploying applications on Flex (Flex apps are included in each of their phone systems for administration). I've worked with Target stores in the past on their job applications / gift registry application that is in the kiosks in all

Re: Apache Flex showcase

2013-08-12 Thread Carlos Velasco
A good application showcase and some evangelization is required to get FLEX back to the world, but it is less a MUST since the HTML5 remains a NIGHTMARE world, heheh!!! (Comment based entirely on my own opinions and experience). 2013/8/12 Nicholas Kwiatkowski > We had one on the website, but w

Re: Wiki Edit Access

2013-08-12 Thread Alex Harui
On 8/12/13 3:03 AM, "Kessler CTR Mark J" wrote: >I figured it would end up top level at some point. How would you like it >structured? What kind of child pages would you want? > >Flex JS (top) >-child page >-child page >- You can leave the current pages where they are. Peter and/or I will be

Re: Build failed in Jenkins: flex-sdk_mustella #271

2013-08-12 Thread Alex Harui
On 8/12/13 2:31 AM, "Erik de Bruin" wrote: >Not only are the first three problems not (yet) solved, but it appears >a fourth has raised it's ugly head :-( Hey Justin, could you just back out all of your last changes related to DG so we can get this run to pass and then could you test locally be

RE: Apache Flex showcase

2013-08-12 Thread Miguel Ferreira
Well a show case... The logos will be a good idea with url's to the pages when possible and public.(to show the developed flex work)This is a big task... To create for example on the official site a area to present the companies that are using flex...Problem is if they want this free publicity bu

Re: Apache Flex showcase

2013-08-12 Thread Konstantin Elstner
Hi, we are short before launch of an B2B app for Europe and Africa. With around 40.000-60.000 users or more. But I can not say now, if it is possible to "name" the app and the international company behind. To collect nice projects made with Flex for a showcase, it would be very nice to have an

RE: Wiki Edit Access

2013-08-12 Thread Kessler CTR Mark J
Ok. Peter created the FlexJS [1] top level, so start placing your finished work here. The original works that are works in progress are located at [2] still. [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS [2] https://cwiki.apache.org/confluence/display/FLEX/ASJS+-+From+Flash+Play

Re: JIRA unresolved issues

2013-08-12 Thread Justin Mclean
Hi, > Is this intended for anyone or just enticing new folks? Anyone who wants to help. Justin

Re: Wiki Edit Access

2013-08-12 Thread Peter Ent
Thanks. I'm using the pages as I found them this morning. --peter On 8/12/13 10:29 AM, "Kessler CTR Mark J" wrote: >Ok. Peter created the FlexJS [1] top level, so start placing your >finished work here. The original works that are works in progress are >located at [2] still. > >[1] https://cwi

Re: 360|Stack Trip Report

2013-08-12 Thread Russell Doi
Hey Alex. It was good to see you again at the conference. I have a few thoughts about the conference and thoughts on the lower attendance. Looking back to when I first attended Flex 360 when it was hosted in San Jose I think the sessions on Flex were much more advanced in topics and provided

Severe bug - ItemEditors placed on the wrong position on Spark Datagrid (Flex 4.10)

2013-08-12 Thread João Saleiro
Hello, With Flex 4.10, if you scroll an editable Spark Datagrid and click a cell, the itemEditor will be placed on the wrong position. A severe bug, IMHO. Here's what's happening: http://www.boonzi.com/public/flex/datagrid/bug.png I logged the bug here: https://issues.apache.org/jira/browse/FL

Re: Severe bug - ItemEditors placed on the wrong position on Spark Datagrid (Flex 4.10)

2013-08-12 Thread OmPrakash Muppirala
João, I just tried your sample code in a web project and a desktop project, but cannot reproduce your issue. I tried it with Flex 4.10 on Flash Player 11.8 and AIR 3.8 on Windows 7. What is your platform, runtime versions, etc.? Thanks, Om On Mon, Aug 12, 2013 at 3:25 PM, João Saleiro < joao.s

Re: Severe bug - ItemEditors placed on the wrong position on Spark Datagrid (Flex 4.10)

2013-08-12 Thread Mark Kessler
I managed to reproduce it Win7 64bit, sdk 4.10, FP 11.8, Air 3.8 Firefox 23. Used the following... http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="onCreationComplete();" >

Re: Severe bug - ItemEditors placed on the wrong position on Spark Datagrid (Flex 4.10)

2013-08-12 Thread João Saleiro
Hey Om, It's Flex 4.10 with Air 3.8, in Windows 8. Mark Kessler was able to reproduce it, as you can see in the comments here: https://issues.apache.org/jira/browse/FLEX-33665 I can deploy a AIR app if you want. On the issue, I left a comment with a (non-tested) quick fix. I also found anoth

Re: Severe bug - ItemEditors placed on the wrong position on Spark Datagrid (Flex 4.10)

2013-08-12 Thread Mark Kessler
Going to be a few before I can run corrections/fixes from my nightly sdk. I had it re-arranged it to try and take some screen shots for the wiki a day ago lol. -Mark On Mon, Aug 12, 2013 at 7:29 PM, João Saleiro < joao.saleiro.webf...@gmail.com> wrote: > Hey Om, > > It's Flex 4.10 with Air 3.8,

Re: Severe bug - ItemEditors placed on the wrong position on Spark Datagrid (Flex 4.10)

2013-08-12 Thread OmPrakash Muppirala
I'll take that back. I can repro it now. Once I start scrolling, the editor start appearing in the wrong place. Om On Mon, Aug 12, 2013 at 4:58 PM, Mark Kessler wrote: > Going to be a few before I can run corrections/fixes from my nightly sdk. > I had it re-arranged it to try and take some scr

Website Analytics

2013-08-12 Thread Alex Harui
Om, Justin, I have the seethestats.com page for flex.a.o, but are you guys looking at more detail some other way? Can we share that with John Wilker (the 360|Stack organizer) so he can better tune the conference for next year? Thanks, -Alex

Re: Website Analytics

2013-08-12 Thread OmPrakash Muppirala
Yes, analytics.google.com gives a lot more info. The seethestats.com page gives a very small subset of data (only 6 metrics) If the PMC is okay with it, we can give John direct access to the Google account. If you have any other option in mind, we could try that as well. Thanks, Om On Aug 12, 2

Re: Website Analytics

2013-08-12 Thread Justin Mclean
Hi, +1 anyone who asked should be able to get access it's all part of being open. Justin

Re: Website Analytics

2013-08-12 Thread Alex Harui
+1 Let's sit on this for 72 hours to see if anyone can come up with a reason not do give John access. On 8/12/13 9:53 PM, "Justin Mclean" wrote: >Hi, > >+1 anyone who asked should be able to get access it's all part of being >open. > >Justin >

Re: Website Analytics

2013-08-12 Thread Erik de Bruin
-0 While I don't necessarily disagree with giving him - or anyone we know and trust - access, I would like to say the following on principle: Similar to the Mustella VM I think we should try to limit access to root accounts to committers and PMC members. One of the current committers/PMC member c

Re: Website Analytics

2013-08-12 Thread Alex Harui
Agree about limiting access to Mustella VM. I was thinking the Analytics info was read-only? Is that not true? If it is read-only, then I'm not as concerned who has access. Otherwise, we should limit that too. On 8/12/13 10:51 PM, "Erik de Bruin" wrote: >-0 > >While I don't necessarily disag

Re: Website Analytics

2013-08-12 Thread Erik de Bruin
Analytics is tied to a Google account, which gives access to a lot more than just Analytics. EdB On Tue, Aug 13, 2013 at 8:37 AM, Alex Harui wrote: > Agree about limiting access to Mustella VM. I was thinking the Analytics > info was read-only? Is that not true? If it is read-only, then I'm

Re: Website Analytics

2013-08-12 Thread OmPrakash Muppirala
On Mon, Aug 12, 2013 at 11:45 PM, Erik de Bruin wrote: > Analytics is tied to a Google account, which gives access to a lot > more than just Analytics. > > EdB > > > We wouldn't have to hand over credentials of a Google account. We can add any number of individual Google accounts to the Analytic

Re: Website Analytics

2013-08-12 Thread Erik de Bruin
Excellent. I'm all for "Read & Analyze", data is power ;-) EdB On Tue, Aug 13, 2013 at 8:52 AM, OmPrakash Muppirala wrote: > On Mon, Aug 12, 2013 at 11:45 PM, Erik de Bruin wrote: > >> Analytics is tied to a Google account, which gives access to a lot >> more than just Analytics. >> >> EdB >>