[jira] [Resolved] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33169. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked fix into develop branch

[jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647233#comment-13647233 ] Justin Mclean commented on FLEX-33169: -- Run Mustella tests all pass (except current b

[jira] [Resolved] (FLEX-27855) NumericStepper steps incorrectly with decimal values in European locale

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-27855. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked into develop branch

[jira] [Resolved] (FLEX-27235) NumericStepper cannot display the correct decimal separator for various locale (fr_FR, ru_RU)

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-27235. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 checked into develop branch.

[jira] [Commented] (FLEX-33524) ButtonBar/TabBar enable/disable buttons

2013-05-01 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647139#comment-13647139 ] Mark Kessler commented on FLEX-33524: - -Renamed methods to be more intuitive. -Added o

Re: Error compiling mxml using compiler.jx

2013-05-01 Thread Alex Harui
I haven't tried Cygwin either. Are you planning on making compiler changes? If so, try getting set up in Eclipse. Otherwise, can you try the FlexJSOverlay instructions and run from FB? On 5/1/13 4:53 PM, "OmPrakash Muppirala" wrote: > On Wed, May 1, 2013 at 4:47 PM, Alex Harui wrote: > >> T

Re: Error compiling mxml using compiler.jx

2013-05-01 Thread OmPrakash Muppirala
On Wed, May 1, 2013 at 4:47 PM, Alex Harui wrote: > The .bat file is out of date. Peter and I are on Macs. Erik too, I think. > I think you'll be able to fix it if you compare it to the Mac script and > make the appropriate changes. > Do you mean the "mxmlc" file when you say "Mac script"? I

[jira] [Assigned] (FLEX-27235) NumericStepper cannot display the correct decimal separator for various locale (fr_FR, ru_RU)

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-27235: Assignee: Justin Mclean > NumericStepper cannot display the correct decimal separator f

Re: Error compiling mxml using compiler.jx

2013-05-01 Thread Alex Harui
The .bat file is out of date. Peter and I are on Macs. Erik too, I think. I think you'll be able to fix it if you compare it to the Mac script and make the appropriate changes. On 5/1/13 4:39 PM, "OmPrakash Muppirala" wrote: > I am trying to test my SVG based controls using compiler.jx and Fl

[jira] [Commented] (FLEX-27855) NumericStepper steps incorrectly with decimal values in European locale

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647086#comment-13647086 ] Justin Mclean commented on FLEX-27855: -- Confirmed still as issue in Apache Flex 4.9.1

[jira] [Assigned] (FLEX-27855) NumericStepper steps incorrectly with decimal values in European locale

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-27855: Assignee: Justin Mclean > NumericStepper steps incorrectly with decimal values in Europ

Re: flex.apache.org

2013-05-01 Thread OmPrakash Muppirala
Both tweets are out: https://twitter.com/apacheflex Everyone, please retweet them when you get a chance. Thanks, Om On Wed, May 1, 2013 at 10:39 AM, OmPrakash Muppirala wrote: > On Tue, Apr 30, 2013 at 12:34 PM, OmPrakash Muppirala < > bigosma...@gmail.com> wrote: > >> Makes sense to provide a

Error compiling mxml using compiler.jx

2013-05-01 Thread OmPrakash Muppirala
I am trying to test my SVG based controls using compiler.jx and FlexJS. Here is the error I am seeing: Command: C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.jx\bin>mxmlc -js-output -type=FLEXJS -closure-lib="C:\p\flex_os\workspace\googleclosure" -sdk-js-lib="C: \p\flex_os\workspace\f

Re: Mustella list tests failing

2013-05-01 Thread Justin Mclean
Hi, > Well they are all Failed CompareBitmap right? So we just have to track > down graphical changes? The colour of a selected item seem lighter/more transparent, I had a quick look through the changes and couldn't see anything obvious. I do know it not the Bitmap changes or the 480 dpi chan

Re: Mustella list tests failing

2013-05-01 Thread Mark Kessler
Looking at the images, the only changes seem to be the alpha of the colors? The example one is pure red and the bad one shows the same image except the selection is like 0.10 or such of the alpha? [1] Flex\mustella\tests\components\List\Styles\Baselines\list_listbase_styles_selectionColor_0x.png

Re: Mustella list tests failing

2013-05-01 Thread Mark Kessler
Well they are all Failed CompareBitmap right? So we just have to track down graphical changes? On Wed, May 1, 2013 at 6:11 PM, Justin Mclean wrote: > Hi, > > > = > >Passes: 191 > >Fails: 19 > > =

Re: SimpleBinding changes make createjs sample stop working

2013-05-01 Thread Alex Harui
On 5/1/13 3:40 PM, "Carlos Rovira" wrote: > Hi Alex > > this latest change in SimpleBinding: > > -this.source = this.document[this.sourceID]; > +this.source = this.document['get_' + this.sourceID](); > > > Makes the createjs sample to not generate controls far beyond a > SimpleBind

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Justin Mclean
Hi, > Why can't mustella generated files be in .gitignore? Some of them could but not sure all as we might get conflicts with the same file endings we want to commit and those we don't (eg png or xml files). I tried and was unable to make it work, if someone can get it to work that would be gr

SimpleBinding changes make createjs sample stop working

2013-05-01 Thread Carlos Rovira
Hi Alex this latest change in SimpleBinding: -this.source = this.document[this.sourceID]; +this.source = this.document['get_' + this.sourceID](); Makes the createjs sample to not generate controls far beyond a SimpleBinding. I need to change the sample code or it's a bug? Thanks --

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Alex Harui
Why can't mustella generated files be in .gitignore? On 5/1/13 3:31 PM, "Justin Mclean" wrote: > Hi, > >> If this is what Fred has been warning us for, I'd give Fred +100 and >> immediately vote to have all his suggestions be made the absolute rule. >> This is a mess. > > Currently the workfl

[jira] [Commented] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647019#comment-13647019 ] Justin Mclean commented on FLEX-33537: -- Confined as an issue in the latest 4.10 devel

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Justin Mclean
Hi, > If this is what Fred has been warning us for, I'd give Fred +100 and > immediately vote to have all his suggestions be made the absolute rule. > This is a mess. Currently the workflow as suggested just doesn't work for me. If you do a release build or run any mustella tests it's then not p

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Justin Mclean
Hi, > I think it happens when the next person who is going to commit something does > a pull instead of a fetch/rebase before doing their next push. Isn't it the other way around as a rebase rewrites commits? Justin

Re: Mustella list tests failing

2013-05-01 Thread Justin Mclean
Hi, > = >Passes: 191 >Fails: 19 > = Looks like one of the recent changes to the List classes has changed something that the test don't expect. Not sure if it's a real issue or not. Ju

Re: Mustella list tests failing

2013-05-01 Thread Mark Kessler
Ran a mustella test for it [1] and it showed failures [2]. [1] mini_run.sh components/List [2] = Passes: 191 Fails: 19 = components/List/Styles/ListStyleListBaseTester list_listbase_st

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Alex Harui
Ah thanks. I keep forgetting to look at the top of the commit. On 5/1/13 11:31 AM, "Dasa Paddock" wrote: > In commit 671e059ea, Carlos merged the commits from the "develop" branch into > the "feature/createjs-checkbox" branch. > > This is easier to see in a GUI, but here's what's shown for th

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Dasa Paddock
In commit 671e059ea, Carlos merged the commits from the "develop" branch into the "feature/createjs-checkbox" branch. This is easier to see in a GUI, but here's what's shown for this commit at: https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=commit;h=671e059eabdc153f2a0a56bd212c60459680

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Erik de Bruin
If this is what Fred has been warning us for, I'd give Fred +100 and immediately vote to have all his suggestions be made the absolute rule. This is a mess. EdB On Wednesday, May 1, 2013, Kessler CTR Mark J wrote: > I think it happens when the next person who is going to commit something > doe

RE: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Kessler CTR Mark J
I think it happens when the next person who is going to commit something does a pull instead of a fetch/rebase before doing their next push. Not 100% positive though... Although if you look through a git log you can see it break out a bit. Justin is so active he does it to all of mine :P -M

[GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Alex Harui
Can someone explain why Carlos's checkin also provided notifications for my last set of checkins, but under his name? And why is that a good thing? Thanks, -Alex On 5/1/13 10:25 AM, "carlosrov...@apache.org" wrote: > Updated Branches: > refs/heads/feature/createjs-checkbox a898de058 -> 671e

Re: Entering FlexJS - FalconJX

2013-05-01 Thread Alex Harui
On 5/1/13 10:22 AM, "Carlos Rovira" wrote: > Hi Alex, > > I commit the fix. The problem was in FlexJSUI createjs Application. Excellent, thanks. > > Now the createjs works ok. > > Now that we can see SWF and JS result, I see a significative difference in > both outputs. createJS buttons and

Re: flex.apache.org

2013-05-01 Thread OmPrakash Muppirala
On Tue, Apr 30, 2013 at 12:34 PM, OmPrakash Muppirala wrote: > Makes sense to provide a how-to link if we are asking folks to contribute. > Is there such a wiki page available? > > Or maybe we can create a newbie-guide-to-fixing-Apache-Flex-bugs wiki page? > > This page: http://flex.apache.org/co

Re: Entering FlexJS - FalconJX

2013-05-01 Thread Carlos Rovira
Hi Alex, I commit the fix. The problem was in FlexJSUI createjs Application. Now the createjs works ok. Now that we can see SWF and JS result, I see a significative difference in both outputs. createJS buttons and labels has bigger sizes than swf ones. Since createjs is in non DOM and we are cr

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Component/s: Spark: TextInput > Spark TextArea writing in prompt text format > --

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Component/s: Spark: TextArea > Spark TextArea writing in prompt text format > ---

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something

[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtis Aube updated FLEX-33537: --- Description: Initialize a s:TextArea, set the prompt text to something and set the text to something