Re: [FalconJX][FlexJS] imports != require?

2013-04-12 Thread Alex Harui
OK, my customer's test case finally builds. I pushed changes to flex-falcon and flex-asjs. You will need both to run FlexJSTest_again, especially in release mode. Tomorrow I will clean up the code and add some tests. Then maybe I'll re-write emitIdentifier. I did take out goog.array.foreach be

Re: compc changes

2013-04-12 Thread Alex Harui
Run the full build? It uses compc a lot. On 4/11/13 11:21 PM, "Justin Mclean" wrote: > Hi, > > Just decided to take a look at something in the old compc compiler and think I > have it working, but before I check it in does anyone have a sample as code > and the compc command line they use to

Re: compc changes

2013-04-12 Thread Justin Mclean
Hi, > Run the full build? It uses compc a lot. Yep that works. Well I guess I'll just check in it and see what people come back with it enables advanced telemetry btw in Flash Builder, Ant and via command line. Thanks, Justin

Flex and Advanced Telemetry

2013-04-12 Thread Justin Mclean
Hi, I know there a few tools out there that help with advanced telemetry but I've gone ahead added a -advanced-telemetry option to mxmlx/compc compilers. This enable you to use scout to see what going on in side your Flex applications. I've done some basic tests and it should work from inside F

RE: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Tristan Gueninchault
Hi, To explain a little more my request, I explain you a new time more precisely. Adobe, with AIR 3.7, scared us because they decided without consulting anyone not to be compatible with Flex. When I saw this ad, I voted directly to try to make things happen, but the damage is done, Adobe gives

Re: Flex and Advanced Telemetry

2013-04-12 Thread João Fernandes
Hi Justin that's a great addition! On 12 April 2013 09:31, Justin Mclean wrote: > Hi, > > I know there a few tools out there that help with advanced telemetry but > I've gone ahead added a -advanced-telemetry option to mxmlx/compc > compilers. This enable you to use scout to see what going on

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Justin Mclean
Hi, > The biggest problem would be to re write parts of the Flex framework that we > used in "Pure AS3". Which part of the framework do you mean? Which the exception of some sample themes and skins all of the Flex SDK is written in AS3. > This could allow people to use in projects "Pure AS3" w

Re: Flex and Advanced Telemetry

2013-04-12 Thread Justin Mclean
Hi, > that's a great addition! Thanks but I'd make sure it works correctly first - as I said the code is a bit scary in there :-) Justin

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread aYo ~
Thanks for clarifying Justin, Tristan's post you answered to confused me a bit (like, have I been missing something all these years?) as I was certain the Flex SDK was all written in AS3. ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 12 April 2013 09:52, Justin Mclean wrote: > Hi, >

RE: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Tristan Gueninchault
Hi, >>> The biggest problem would be to re write parts of the Flex framework that >>> we used in "Pure AS3". >>Which part of the framework do you mean? Which the exception of some sample >>themes and skins all of the Flex SDK is written in AS3. =>It's not a part, the only thing I want is

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread aYo ~
As I remember it MXML tags are AS3 classes that can be referenced as declarative tags. ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 12 April 2013 10:38, aYo ~ wrote: > Thanks for clarifying Justin, Tristan's post you answered to confused me a > bit (like, have I been missing somethi

Re: Prompt bug with custom font in TextInput component?

2013-04-12 Thread Sebastian Mohr
Hi Alex, I tried different combinations guided by this documentation [1]. This is a screenshot of the application [2]. None of font-face attributes show the MyriadWebPro font in the promptDisplay SkinPart … whereas in the textDisplay SkinPart of the TextInput shows it correctly

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Justin Mclean
Hi, > =>It's not a part, the only thing I want is to create a "AS3 Project" > and use Flex components (Spark, MX, ...) and libraries, that is my request Something like this perhaps? package { import spark.components.Application; import spark.components.Label; publ

Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
Hi, I've just committed a new testing framework to the ASJS repo. This testing framework, which I've called 'marmotinni', following the 'mustella' convention (Google it ;-), consists of FalconJX, asjs projects, Java test classes (using the Selenium browser testing classes) and an ant script to tie

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Alex Harui
I haven't really looked yet, but why aren't we going to use FlexUnit? On 4/12/13 7:02 AM, "Erik de Bruin" wrote: > Hi, > > I've just committed a new testing framework to the ASJS repo. This > testing framework, which I've called 'marmotinni', following the > 'mustella' convention (Google it ;-

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
FlexUnit does functional HTML testing in various browsers? If that is the case I've completely overlooked it and wasted a bunch of my time :-( EdB On Fri, Apr 12, 2013 at 6:14 PM, Alex Harui wrote: > I haven't really looked yet, but why aren't we going to use FlexUnit? > > > On 4/12/13 7:02 AM

AW: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread christofer.d...@c-ware.de
I would guess that when compiling to JS FlexUnit won't work as FlexUnit requires the Unit Tests to run in a FlashPlayer instance ... Am I correct? So without a unit-testing framework to support JS Flex, I guess we couldn't actually do any Unit Tests with it. Guess this problem is similar to th

Re: [jira] [Commented] (FLEX-33445) Provide Flex librairies in pure AS3

2013-04-12 Thread Alex Harui
It is possible to take the generated ActionScript, do some editing, rename some files and build an AS-only application from it. But you'd better be in maintenance mode because you will be giving up lots of things the MXML compiler does for your convenience such as: -compiling {} databindings -set

Re: Prompt bug with custom font in TextInput component?

2013-04-12 Thread Alex Harui
I still haven't tried your test case. Is it for mobile or desktop/browser? In the snippet below, you are using different font families for different font-weights. That is not the recommended practice. And you are using fontStyle instead of fontWeight which is not correct. On 4/12/13 3:58 AM,

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Alex Harui
On 4/12/13 9:18 AM, "Erik de Bruin" wrote: > FlexUnit does functional HTML testing in various browsers? OK, I didn't realize you were focusing on Functional Testing. I have never used FlexUnit myself (in fact, I need to make sure it doesn't have direct ties to the old Flex SDK), but the code

Re: Flisol Conference

2013-04-12 Thread Alex Harui
Thanks for letting us know. Hope it goes well. -Alex On 4/12/13 9:03 AM, "Antonio Ortiz" wrote: > Hello, my name is Antonio Ortiz > > I'm from Mexico, and the reason for my email is: > Recently, I contacted Justin Mclean, to inform, that the next day: April 27, > 2013 (tentative). > I w

Re: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Cyrill Zadra
Now that we moved to git .. is there anything else that prevents the donation of FlexUnit? Can I help here out to make it happen? Cyrill On Tue, Feb 19, 2013 at 6:25 AM, Michael A. Labriola wrote: >>How is the Flexunit donation making progress? > > It's not. > > Technically FlexUnit was already

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
Ok, maybe I didn't explain the idea correctly: marmotinni is meant as a testing framework for the HTML/JS output of an ASJS framework (currently focussed on FlexJS). We do want a way to automatically test the functionality of the FalconJX output (debug and release) across the various browsers, so w

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
This is not for unit testing. This is for functional testing FlexJS, like mustella is for functional testing the Flex SDK. Seemed like a worthwhile thing to have... EdB On Fri, Apr 12, 2013 at 6:17 PM, christofer.d...@c-ware.de wrote: > I would guess that when compiling to JS FlexUnit won't wo

Re: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Alex Harui
On 4/12/13 9:40 AM, "Cyrill Zadra" wrote: > Now that we moved to git .. is there anything else that prevents the > donation of FlexUnit? Can I help here out to make it happen? I would imagine Mike L would be pleased if you helped him out by requesting the git repo from Infra. I'm not sure how

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Alex Harui
On 4/12/13 9:45 AM, "Erik de Bruin" wrote: > Ok, maybe I didn't explain the idea correctly: marmotinni is meant as > a testing framework for the HTML/JS output of an ASJS framework > (currently focussed on FlexJS). We do want a way to automatically test > the functionality of the FalconJX outp

[jira] [Created] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread JC Franco (JIRA)
JC Franco created FLEX-33487: Summary: Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true Key: FLEX-33487 URL: https://issues.apache.org/jira/browse/FLEX-33487 Projec

RE: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Michael A. Labriola
>> Now that we moved to git .. is there anything else that prevents the >> donation of FlexUnit? Can I help here out to make it happen? >I would imagine Mike L would be pleased if you helped him out by requesting >the git repo from Infra. I'm not sure how Git-to-Git migration works. Is >there a

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
> I don't know much about testing frameworks other than mustella, so I'm > mostly asking dumb questions. I don't have a fully-formed plan on how to > test all of this stuff, so I'm not saying you made the wrong decision. I'm > just curious. How do I test the AS Side? Does this mean I have two >

Re: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Alex Harui
On 4/12/13 10:49 AM, "Michael A. Labriola" wrote: >>> Now that we moved to git .. is there anything else that prevents the >>> donation of FlexUnit? Can I help here out to make it happen? >> I would imagine Mike L would be pleased if you helped him out by requesting >> the git repo from Infra.

RE: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Michael A. Labriola
>OK, do you want Cyrill's help or do you have the cycles to make this happen? Help please.

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Alex Harui
On 4/12/13 11:12 AM, "Erik de Bruin" wrote: >> I don't know much about testing frameworks other than mustella, so I'm >> mostly asking dumb questions. I don't have a fully-formed plan on how to >> test all of this stuff, so I'm not saying you made the wrong decision. I'm >> just curious. Ho

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
Ok, just so we're on the same topic: I'm talking about functional tests of the output of the compiler. This means that I want to be able to test if a button with an event that changes the text on a label that we've created using the FlexJS AS framework does, after being put through the FalconJX com

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
> Yeah, I meant functional testing. IMHO, these are functional tests. They > test that the compiler is functioning as a whole. It isn't testing the > individual units like a set of tests for the JSEmitter.java class. And a > separate suite of functional tests for ASJS would probably live in the

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Erik de Bruin
> Point of order: why do you seem so opposed to this contribution? I've > put a lot of effort in it, and it serves a function that I don't see > any of the other tools being able to without serious modification... > It's not like this project is drowning in active contributors, so why > look a gift

[jira] [Assigned] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-33487: --- Assignee: Mark Kessler > Double-click does not trigger DataGrid item editor session if >

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630560#comment-13630560 ] Mark Kessler commented on FLEX-33487: - I already have the datagrid/grid files up atm f

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread JC Franco (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630564#comment-13630564 ] JC Franco commented on FLEX-33487: -- http://ns.adobe.com/mxml/2009"; xmlns

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630569#comment-13630569 ] Mark Kessler commented on FLEX-33487: - I tried the following and it seems to be workin

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630574#comment-13630574 ] Mark Kessler commented on FLEX-33487: - Yours seems to highlight the previous record.

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread JC Franco (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630575#comment-13630575 ] JC Franco commented on FLEX-33487: -- Does the following work as expected?

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630577#comment-13630577 ] Mark Kessler commented on FLEX-33487: - Your example will work fine for testing. Thank

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630594#comment-13630594 ] Mark Kessler commented on FLEX-33487: - Here is a temp work around that you can use now

[jira] [Comment Edited] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630594#comment-13630594 ] Mark Kessler edited comment on FLEX-33487 at 4/12/13 8:47 PM: --

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Alex Harui
On 4/12/13 12:28 PM, "Erik de Bruin" wrote: >> Point of order: why do you seem so opposed to this contribution? I've >> put a lot of effort in it, and it serves a function that I don't see >> any of the other tools being able to without serious modification... >> It's not like this project is

Re: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Markus Gritsch
Hi Erik, I don`t know what marmotinni is doing at source code level but from your comments it`s sound similar to gorillalogic`s monkeytalk. Monkeytalk has Agents for every major browser, desktop, mobile and supports testing mobile native apps as well. Its open source, implemented in Java. check

Re: Prompt bug with custom font in TextInput component?

2013-04-12 Thread jude
FYI it's not unusual for a font to be broken up into several different font files or that it supports a certain font face. Some don't have bold or italic. They may have a version 2 that is slightly bolder "strong". But in this case you have "fontStyle:bold". The fontStyle style only supports, "ita

[FLEX-33487] Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler
It looks like Carol put in a feature that is also the a fix for this issue "editorActivationMouseEvent". I've checked the default behavior. // If double click is not enabled or we want a double click to open an // editor, then open the editor directly now.

RE: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Michael A. Labriola
>If FlexUnit can test the functioning of an application (i.e. check the value >of a label after it has faked a click on a button, triggering an event >handler), then I'm all >for it. Maybe Mike can chime in on this? FlexUnit does Unit and Integration tests. Integration allow some of those thing

[jira] [Comment Edited] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630594#comment-13630594 ] Mark Kessler edited comment on FLEX-33487 at 4/12/13 10:31 PM: -

[jira] [Closed] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-33487. --- Resolution: Not A Problem Fix Version/s: Apache Flex Next This issue was resolved from a featu

[jira] [Commented] (FLEX-33487) Double-click does not trigger DataGrid item editor session if doubleClickEnabled is true

2013-04-12 Thread JC Franco (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630743#comment-13630743 ] JC Franco commented on FLEX-33487: -- Thank you for quickly tackling this!

New feature test

2013-04-12 Thread Mark Kessler
I wanted to alternate a bit between fixing existing issues and add new features. Right now I've put together an easier enhancement for spark components that utilize dataProviders and selectedIndex. I've also started a class to house RegEx patterns and methods to assemble them. I've worke

Re: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Cyrill Zadra
Ok ..I'll try to :-). Where is FlexUnit supposed to land? In utilities repo or in a own repo named "flex-flexunit" or just "flex-unit"? Cyrill On 13.04.2013, at 02:19, "Michael A. Labriola" wrote: >> OK, do you want Cyrill's help or do you have the cycles to make this happen? > > Help plea

Re: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Cyrill Zadra
The FlexUnit sources on https://github.com/flexunit/flexunit.git are uptodate? Or is it a local git repo you mentioned? On Sat, Apr 13, 2013 at 8:43 AM, Cyrill Zadra wrote: > Ok ..I'll try to :-). > > Where is FlexUnit supposed to land? In utilities repo or in a own repo named > "flex-flexunit"

[New report] Cross-Platform Developer Tools 2012

2013-04-12 Thread jude
Flex was at 22% at the time of this writing, http://www.visionmobile.com/blog/2012/02/crossplatformtools/

[jira] [Updated] (FLEX-27585) Spark DataGrid skin produces Stack overflow in release build

2013-04-12 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-27585: Assignee: Cyrill Zadra > Spark DataGrid skin produces Stack overflow in release build > ---

[jira] [Updated] (FLEX-27585) Spark DataGrid skin produces Stack overflow in release build

2013-04-12 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-27585: Attachment: FLEX-27585.zip > Spark DataGrid skin produces Stack overflow in release build > ---

[jira] [Resolved] (FLEX-27585) Spark DataGrid skin produces Stack overflow in release build

2013-04-12 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra resolved FLEX-27585. - Resolution: Cannot Reproduce Fix Version/s: Apache Flex 4.10.0 Could not reproduce.. Tried

RE: How to get a clean working tree for flex-sdk

2013-04-12 Thread Gordon Smith
After you do 'ant clean main checkintests' in flex-sdk, 'git status' now says nothing to commit (working directory clean) as one would expect. I dealt with the bogus mode change of Version.java that I was seeing on Cygwin by no longer rewriting Version.java to inject a build number. Instea

flex-config.xml is produced from template but air-config.xml is not

2013-04-12 Thread Gordon Smith
Does anybody know why flex-config.xml is produced from flex-config-template.xml by replacing the tokens @playerversion@, @swfversion@, and @locale@, but air-config is not similarly produced? - Gordon

Re: [Mentor] & [PPMC] FlexUnit

2013-04-12 Thread Alex Harui
I would vote for flex-flexunit On 4/12/13 5:43 PM, "Cyrill Zadra" wrote: > Ok ..I'll try to :-). > > Where is FlexUnit supposed to land? In utilities repo or in a own repo named > "flex-flexunit" or just "flex-unit"? > > Cyrill > > On 13.04.2013, at 02:19, "Michael A. Labriola" > wrote: >

Re: New feature test

2013-04-12 Thread Justin Mclean
HI, Where the code? Justin

Re: How to get a clean working tree for flex-sdk

2013-04-12 Thread Justin Mclean
Hi, > After you do 'ant clean main checkintests' in flex-sdk, 'git status' now says > >nothing to commit (working directory clean) And what does "ant release" give? Thanks, Justin

Re: New feature test

2013-04-12 Thread Alex Harui
Hi Mark, Looks interesting. However, given that this is Apache, I think you should be making the source available as well, like in the whiteboard, although I don't think we've made that writable yet. Can you enable view source on the swfs on your site? Thanks, -Alex On 4/12/13 5:24 PM, "Mark

RE: Meet 'marmotinni', an ASJS testing framework

2013-04-12 Thread Tigran Najaryan
Guys, if you intend to do functional GUI testing my company will be happy to donate a few licenses of RIATest (http://www.cogitek.com/riatest.html) to Apache Flex. It can test both Flex and HTML in a browser, works on Windows and Mac. It is a commercial tool but I think we can make it free for Flex