[jira] [Commented] (FLEX-33190) GridEvent.GRID_DOUBLE_CLICK is dispatched even when two different cells are clicked

2012-09-04 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447715#comment-13447715 ] Carol Frampton commented on FLEX-33190: --- Please attach a small test program and inst

Re: InstallApacheFlex - Can you please test the build script?

2012-09-04 Thread Carol Frampton
In the installer directory I ran ant -DFLEX_HOME=/Users/cframpto/dev/4.8.0/ and got . . . compile: [mxmlc] Loading configuration file /Users/cframpto/dev/4.8.0/frameworks/air-config.xml [mxmlc] /Users/cframpto/dev/flex/utilities/trunk/installer/build/InstallApacheFlex. swf (1498699 byt

Re: InstallApacheFlex - Can you please test the build script?

2012-09-04 Thread Carol Frampton
Why are the OpenSans fonts duplicated in the installer and common asset directories? Carol On 9/1/12 4 :29AM, "Om" wrote: > >On Fri, Aug 31, 2012 at 6:12 PM, Om wrote: > >> I discovered a bug in the ant script where the fixcrlf task was messing >>up >> the font and png files. I have fixed it b

Mustella Update

2012-09-04 Thread Peter Ent
Hi, For all of you good folks helping with Mustella tests, how are you doing? I've updated the "components" section of the Mustella test journal on the Mustella wiki. I've run through all the directories but still have more tests to clean up. Let us know how you are doing and if you need any he

Re: Mustella Update

2012-09-04 Thread Carlos Rovira
Hi Peter, this week I come back to work from vacation (time invested in mustella was done during vacation), and I'm adapting and solving lots of things here. Hope to return to mustella in few days as things calm. Hopefully I will return on monday, 10th by night. I'll keep you update if there's som

Github repositories

2012-09-04 Thread Justin Mclean
Hi, Look like all of the github repos have been set up and are syncing. Any idea on how me make it clear (on the github page) that patches need to be made from the develop branch and not trunk? Anyone have any idea of how often they sync? The flex-sdk repo seems to be a few days out of date -

Re: Github repositories

2012-09-04 Thread Carlos Rovira
Hi Justin, if https://github.com/apache/flex is the old one what's the new url? could you share it? thanks 2012/9/4 Justin Mclean : > Hi, > > Look like all of the github repos have been set up and are syncing. > > Any idea on how me make it clear (on the github page) that patches need to be > ma

Re: Github repositories

2012-09-04 Thread Jose Barragan
Hi Carlos, The new url is: https://github.com/apache/flex-sdk but as Justin said, it still unsync with svn, maybe apache git daemo is down... or whatever.. Best, Jose. On Sep 5, 2012, at 12:07 AM, Carlos Rovira wrote: > Hi Justin, > > if https://github.com/apache/flex is the old one what'

Re: Github repositories

2012-09-04 Thread Carlos Rovira
Ok thanks Pepe! :) btw, someone knows something about GIT official apache repo? some news to share? best, Carlos 2012/9/5 Jose Barragan : > Hi Carlos, > > The new url is: > https://github.com/apache/flex-sdk > > but as Justin said, it still unsync with svn, maybe apache git daemo is > down...

Re: Github repositories

2012-09-04 Thread Jose Barragan
Hi Justin, Reviewing the github repo, I found this commit change in the develop branch from Carol, https://github.com/apache/flex-sdk/commit/032cb7d1a2e4aa6a89a0e5b71b332001d2e62c9a, it seems ready synchronised, don't you think? I was establish "develop" as the default (HEAD) branch in my fork

Running SWF - Compilation errors

2012-09-04 Thread Ahmed Ashour
Hi all,     - I understand that Flex can parse the SWF bytecode, but can it execute the bytecode?     - There are compilation errors, specially in forked batik:         - Calling new RenderingHints(renderingHints) which doesn't exist in Java API         - Calling String.compareTo(Object) which is

Re: InstallApacheFlex - Can you please test the build script?

2012-09-04 Thread Om
On Tue, Sep 4, 2012 at 7:49 AM, Carol Frampton wrote: > Why are the OpenSans fonts duplicated in the installer and common asset > directories? > > You are right, they are redundant. I have removed the ones under installer. I also fixed the build issue that you ran into earlier as well. Please

Re: Github repositories

2012-09-04 Thread Justin Mclean
Hi, > Reviewing the github repo, I found this commit change in the develop branch > from Carol It wasn't totally up to day a few hours ago it was 4 days behind - but not much was checked in over the weekend. > I was establish "develop" as the default (HEAD) branch in my fork I know it easy enou

[jira] [Commented] (FLEX-32887) Crash in chart drawing

2012-09-04 Thread Stephane Schittly (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-32887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448245#comment-13448245 ] Stephane Schittly commented on FLEX-32887: -- This is indeed a serious issue. Fails

[jira] [Created] (FLEX-33191) Pseudo-selector on MX Button with custom state don't work

2012-09-04 Thread Cyrill Zadra (JIRA)
Cyrill Zadra created FLEX-33191: --- Summary: Pseudo-selector on MX Button with custom state don't work Key: FLEX-33191 URL: https://issues.apache.org/jira/browse/FLEX-33191 Project: Apache Flex I

[jira] [Updated] (FLEX-33191) Pseudo-selector on MX Button with custom state don't work

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33191: Attachment: PseudoSelectorTest.zip fb project to reproduce the problem > Pseudo-se

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Description: Status: tests/Managers/DragManager [java] =

Re: Running SWF - Compilation errors

2012-09-04 Thread Alex Harui
On 9/4/12 3:39 PM, "Ahmed Ashour" wrote: > Hi all, >     - I understand that Flex can parse the SWF bytecode, but can it execute > the bytecode? >     - There are compilation errors, specially in forked batik: >         - Calling new RenderingHints(renderingHints) which doesn't exist in > Java

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: (was: mustellaStyleManagerAdvancedCSSClassSelectorsPatch.zip) > Mustella Manag

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: (was: mustellaStyleManagerAdvancedCSSdescendantSelectorsPatch.zip) > Mustella

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: (was: mustellaStyleManagerAdvancedCSSMixedSelectors.zip) > Mustella Managers Pa

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: (was: StyleManagerAdvancedCSSdescendantSelectors.diff) > Mustella Managers Patc

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: StyleManager.patch Patch for mustella stylemanager tests github link -> https://githu

Re: Mustella Update

2012-09-04 Thread Cyrill Zadra
Hi Peter I think that I brought down the tests/Managers/StyleManager to 3 failing tests. [java] = [java] Failed: [java] = [java] Managers/StyleManager/AdvancedCSS/idSelect

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: ToolTipManager.patch github link -> https://github.com/cyrillzadra/flex-sdk/commit/48c

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Description: Status: tests/Managers/DragManager [java] =

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Description: Status: tests/Managers/DragManager [java] =

[jira] [Updated] (FLEX-33173) Mustella Managers Patches

2012-09-04 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33173: Attachment: PopUpManager.patch https://github.com/cyrillzadra/flex-sdk/commit/461f261918124e7fafc9c

Re: Running SWF - Compilation errors

2012-09-04 Thread Ahmed Ashour
>> I'm not sure I understand the question, but Flex does not execute bytecode, >> the Flash runtime, including AIR, or AIR apps packaged for IOS executes bytecode. Thanks Alex, that answers my question. Ahmed From: Alex Harui To: "flex-dev@incubator.apache.or