RE: [FalconJX] Using RIATest

2013-05-02 Thread Tigran Najaryan
> From: Alex Harui > I'm wondering how this will work.  In an open-source development model, > both > committers and non-committers should be able to get the source and run > tests > in order to prove that changes they make don't cause any problems.  The > only > difference is that non-committers

Re: Error compiling mxml using compiler.jx

2013-05-02 Thread Alex Harui
You should be able to run ant in asjs/frameworks/as which will generate a new SWC in asjs/frameworks/libs. Then shutdown FB and replace the SWC in the frameworks/libs of your overlaid SDK and restart FB. If you are doing development on the source in the SWC you can create a FB project for the Fle

Re: Error compiling mxml using compiler.jx

2013-05-02 Thread OmPrakash Muppirala
I see the change in develop, but I am not able to build using develop. Can you push out a overlay zip file build? If this is not a sustainable workflow, maybe we can figure out how to fix the build for me first? Thanks, Om On Thu, May 2, 2013 at 10:04 PM, Alex Harui wrote: > OK, I pushed some

[jira] [Commented] (FLEX-13994) ListBase throws an exception due to lack of error checking

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13648189#comment-13648189 ] Justin Mclean commented on FLEX-13994: -- Changed offscreenExtraRowsTop to offscreenExt

Re: Error compiling mxml using compiler.jx

2013-05-02 Thread Alex Harui
OK, I pushed some changes that make the button show up and should allow you to make progress. On 5/2/13 4:41 PM, "Alex Harui" wrote: > I haven't tested the html5 set, so there could just be a bug there, but > otherwise, yes, it should work. I'll try it this evening if you haven't > figured it

negative scroll values in mx components

2013-05-02 Thread Justin Mclean
Hi, There's a few JIRA bugs in the mx datagrids, advanced datagrids and lists related to negative scroll values. What do people think of this patch to stop the issue from occurring at all? diff --git a/frameworks/projects/mx/src/mx/core/ScrollControlBase.as b/frameworks/projects/mx/src/mx/core

[jira] [Comment Edited] (FLEX-23614) a miss on isValidIPAddress in EmailValidator

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13646068#comment-13646068 ] Justin Mclean edited comment on FLEX-23614 at 5/3/13 4:14 AM: --

[jira] [Comment Edited] (FLEX-23614) a miss on isValidIPAddress in EmailValidator

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645284#comment-13645284 ] Justin Mclean edited comment on FLEX-23614 at 5/3/13 4:13 AM: --

[jira] [Resolved] (FLEX-27987) Null reference in the focusInHandler

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-27987. -- Resolution: Cannot Reproduce Fix Version/s: Apache Flex 4.10.0 Looking at focusInHandler

[jira] [Resolved] (FLEX-16876) Unrequired cast in DataGridItemRenderer.as

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

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread Alex Harui
On 5/2/13 6:21 PM, "Dasa Paddock" wrote: >>> >>> 6. The committer adds their @apache.org email address as >>> their default email in their github account. >> Anyway around to do this? I assume this is so email to the mailing list re >> changes are not rejected. > > I'm not sure, but maybe i

Re: SimpleBinding changes make createjs sample stop working

2013-05-02 Thread Alex Harui
Hi Carlos, I don't think the change to ViewBase.as was correct. The applicationModel property should be a getter. It looks like you reverted to a var. See if that fixes the SWF situation. -Alex On 5/2/13 6:17 PM, "Carlos Rovira" wrote: > Alex, > > I shared a branch with some changes "featu

[jira] [Resolved] (FLEX-33523) MultiDPIBitmapSource is not behaving properly when fillMode = repeat

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

Re: SimpleBinding changes make createjs sample stop working

2013-05-02 Thread Alex Harui
On 5/2/13 5:17 PM, "Carlos Rovira" wrote: > Hi Alex, > > now I understand the problem. I was not aware of @expose and what you > comment here. Very important information. Tomorrow I'll go back to the > sample and see if I can change the sample to get working with that style > and remove this

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-33524: Added convenience feature to enable/disable buttons in a ButtonBar/TabBar.

2013-05-02 Thread Alex Harui
Hey Mark, Do you think it is worth trying to have all of these APIs call a common function? I think I'm seeing the same code more than once. On 5/2/13 4:48 PM, "mkess...@apache.org" wrote: > Updated Branches: > refs/heads/develop 7d20cec89 -> 3053c3295 > > > FLEX-33524: Added convenience

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread OmPrakash Muppirala
On May 2, 2013 7:06 PM, "Justin Mclean" wrote: > > Hi, > > > I think yes. As long as we are careful about naming the repos, why not? > I don't see any reason why not just wanted that clarified. > > > Not really. It is so that we can easily identify who made the change. > OK. > > >>> must have a

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread Justin Mclean
Hi, > I think yes. As long as we are careful about naming the repos, why not? I don't see any reason why not just wanted that clarified. > Not really. It is so that we can easily identify who made the change. OK. >>> must have a GitHub 'Service Hook' >> How is this set up? Does each committer

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread OmPrakash Muppirala
On May 2, 2013 5:30 PM, "Justin Mclean" wrote: > > Hi, > > > 5. If it is a repo cloned from our GitHub mirror, we could allow a repo > > like: github.com/apacheflex/whiteboard__flex-sdk (for > > example) > Does this mean a committer can have multiple repos in this account? I think yes. As long

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread Dasa Paddock
>> >> 6. The committer adds their @apache.org email address as >> their default email in their github account. > Anyway around to do this? I assume this is so email to the mailing list re > changes are not rejected. I'm not sure, but maybe it's enough to just add your apache.org address to your

Re: SimpleBinding changes make createjs sample stop working

2013-05-02 Thread Carlos Rovira
Alex, I shared a branch with some changes "feature/applicationModel_refactor". applicationModel is the variable that makes createjs sample fail with the change in simplebinding. I refactor to the way you show (hopefuly). In the JS version all is working right. But now SWF compilations fails in r

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread Justin Mclean
Hi, > 5. If it is a repo cloned from our GitHub mirror, we could allow a repo > like: github.com/apacheflex/whiteboard__flex-sdk (for > example) Does this mean a committer can have multiple repos in this account? > 6. The committer adds their @apache.org email address as > their default email i

Re: generating index.html

2013-05-02 Thread Alex Harui
I think it is called flexjspublisher. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Carlos Rovira wrote: Hi, I'm trying to identify how is compiler.jx generating "index.html". I'd want to modify for local testing but can't find where I can make the changes. Thanks

generating index.html

2013-05-02 Thread Carlos Rovira
Hi, I'm trying to identify how is compiler.jx generating "index.html". I'd want to modify for local testing but can't find where I can make the changes. Thanks

Re: SimpleBinding changes make createjs sample stop working

2013-05-02 Thread Carlos Rovira
Hi Alex, now I understand the problem. I was not aware of @expose and what you comment here. Very important information. Tomorrow I'll go back to the sample and see if I can change the sample to get working with that style and remove this fix since I think it's better to force people to make thing

[DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread OmPrakash Muppirala
Hi, This is the proposed workflow for working on GitHub for our Apache Flex Whiteboard repos: *ApacheFlex@GitHub Initial setup:* 1. Create an organization account (free for open source) for Apache Flex on www.github.com. The public url will be https://github.com/apacheflex. 2. Share the organ

Re: CreateJS and FlexJS

2013-05-02 Thread Carlos Rovira
Hi Peter, I finaly get it working, so I merged the checkbox creates control in develop. For me this was more than an exercise to learn createjs and other js things. As Alex commented this is more an experiment than other thing, but since creates has many similarities to old school AS1 is very int

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

2013-05-02 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-33524. - Resolution: Implemented > ButtonBar/TabBar enable/disable buttons > -

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

2013-05-02 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13648036#comment-13648036 ] Mark Kessler commented on FLEX-33524: - Will work on the mxml disabledButtons idea a li

Re: Error compiling mxml using compiler.jx

2013-05-02 Thread Alex Harui
I haven't tested the html5 set, so there could just be a bug there, but otherwise, yes, it should work. I'll try it this evening if you haven't figured it out. It might have to do with the defaults.css in the FlexJSUI.swc. -Alex On 5/2/13 4:33 PM, "OmPrakash Muppirala" wrote: > Okay, I switc

Re: Error compiling mxml using compiler.jx

2013-05-02 Thread OmPrakash Muppirala
Okay, I switched to using the FB 4.7 based on the instructions here: https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder. It worked fine for me. After getting the basic example working on both the swf and js side, I am trying to do something like this: http://n

Re: SimpleBinding changes make createjs sample stop working

2013-05-02 Thread Alex Harui
Hi Carlos, I saw the changes. I think it is a good fix, but you might want to add a comment that the non-getter approach is likely to fail for non-public variables when minified. Right now, binding in FlexJS only works for public properties and your fix makes it work for public variables. Note

Re: SimpleBinding changes make createjs sample stop working

2013-05-02 Thread Carlos Rovira
Hi Alex, I commit a solution that fixes the problem, but I don't know if is compliant with the motivation you make this change (minified version). I think binding should work even if we don't have a getter/setter setup, but I'm to new to this new framework that maybe this is not what you have in

Re: wiki account for user

2013-05-02 Thread Carlos Rovira
I tried and see the edit Button. Thanks Alex :) 2013/5/2 Alex Harui > OK, you should be able to edit the wiki now. > > > On 5/2/13 10:54 AM, "Carlos Rovira" wrote: > > > Hi Alex > > > > done! :) > > > > 2013/5/2 Alex Harui > > > >> Hi Carlos, > >> > >> Please go to the wiki and hit the "Sign

Re: wiki account for user

2013-05-02 Thread Alex Harui
OK, you should be able to edit the wiki now. On 5/2/13 10:54 AM, "Carlos Rovira" wrote: > Hi Alex > > done! :) > > 2013/5/2 Alex Harui > >> Hi Carlos, >> >> Please go to the wiki and hit the "Sign up" link to create your account. >> >> -Alex >> >> >> On 5/2/13 1:40 AM, "Carlos Rovira"

[jira] [Created] (FLEX-33539) Installer Failed with "could not delete Temporary Folder"

2013-05-02 Thread Mick Powell (JIRA)
Mick Powell created FLEX-33539: -- Summary: Installer Failed with "could not delete Temporary Folder" Key: FLEX-33539 URL: https://issues.apache.org/jira/browse/FLEX-33539 Project: Apache Flex Iss

[jira] [Created] (FLEX-33538) The Markmail link for the Flex Users mailing list is invalid

2013-05-02 Thread Dasa Paddock (JIRA)
Dasa Paddock created FLEX-33538: --- Summary: The Markmail link for the Flex Users mailing list is invalid Key: FLEX-33538 URL: https://issues.apache.org/jira/browse/FLEX-33538 Project: Apache Flex

Re: wiki account for user

2013-05-02 Thread Carlos Rovira
Hi Alex done! :) 2013/5/2 Alex Harui > Hi Carlos, > > Please go to the wiki and hit the "Sign up" link to create your account. > > -Alex > > > On 5/2/13 1:40 AM, "Carlos Rovira" wrote: > > > Hi, > > > > as Alex mentioned I haven't wiki account user. > > > > Could someone create the account my

Re: [FalconJX] Using RIATest

2013-05-02 Thread Alex Harui
On 5/2/13 2:52 AM, "Tigran Najaryan" wrote: > Guys, is there still interest in using RIATest to test apps compiled using > FalconJX? I'm still interested. And thanks for the generous offer. > If there is I can go ahead and try to move this forward. I think > we can do this: > > 1. My compa

Re: Formatter, Validators and NumberStepper changes and mustella tests

2013-05-02 Thread Alex Harui
Awesome. Looks like lots of good stuff in there. On 5/2/13 2:06 AM, "Justin Mclean" wrote: > Hi, > > You might of noticed a few changes over the past week or so with Formatters, > Validators and NumberSteppers. Just a note to say that all of the mustella > tests still pass. > > Thanks, > Jus

Re: wiki account for user

2013-05-02 Thread Alex Harui
Hi Carlos, Please go to the wiki and hit the "Sign up" link to create your account. -Alex On 5/2/13 1:40 AM, "Carlos Rovira" wrote: > Hi, > > as Alex mentioned I haven't wiki account user. > > Could someone create the account my user in apache.org is "carlosrovira" > > Thanks in advance -

[FalconJX] Using RIATest

2013-05-02 Thread Tigran Najaryan
Guys, is there still interest in using RIATest to test apps compiled using FalconJX? If there is I can go ahead and try to move this forward. I think we can do this: 1. My company will prepare a special license agreement for Apache Flex use, 2. Apache Flex team can review and help amend it to make

[jira] [Updated] (FLEX-33489) Functional UI test for FlexJSTest_again example

2013-05-02 Thread Tigran Najaryan (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tigran Najaryan updated FLEX-33489: --- Attachment: (was: FlexJSTest_again_tests.zip) > Functional UI test for FlexJSTest_aga

Formatter, Validators and NumberStepper changes and mustella tests

2013-05-02 Thread Justin Mclean
Hi, You might of noticed a few changes over the past week or so with Formatters, Validators and NumberSteppers. Just a note to say that all of the mustella tests still pass. Thanks, Justin

wiki account for user

2013-05-02 Thread Carlos Rovira
Hi, as Alex mentioned I haven't wiki account user. Could someone create the account my user in apache.org is "carlosrovira" Thanks in advance -- Carlos Rovira Director de Tecnología M: +34 607 22 60 05 F: +34 912 94 80 80 http://www.codeoscopic.com http://www.directwriter.es http://www.avant2

Re: flex.apache.org

2013-05-02 Thread Carlos Rovira
Retweeted! :) Thanks Om. 2013/5/2 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, OmPraka

[jira] [Updated] (FLEX-33505) value property of NumericStepper does not update on text input

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33505: - Labels: easyfix easytest (was: easytest) > value property of NumericStepper does not update

[jira] [Updated] (FLEX-27543) NumericStepper should loop from max to min and min to max buy default.

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-27543: - Labels: easytest (was: ) > NumericStepper should loop from max to min and min to max buy def

[jira] [Updated] (FLEX-28247) In a NumericStepper, when typing a value manually and tabbing out of the field, the new value is not committed.

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28247: - Labels: easyfix easytest (was: ) > In a NumericStepper, when typing a value manually and tab

[jira] [Updated] (FLEX-15441) setSelection doesn't set insertion point correctly on a non-focused TextInput (and probably other text components)

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-15441: - Labels: easytest (was: ) > setSelection doesn't set insertion point correctly on a non-focu

[jira] [Updated] (FLEX-28561) CLONE -Spark NumericStepper : unable to use decimals as stepSize - Displays NaN

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28561: - Labels: easytest (was: ) > CLONE -Spark NumericStepper : unable to use decimals as stepSize

[jira] [Updated] (FLEX-28947) Clear NumericStepper Value and get NaN in the display text area

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28947: - Labels: EasyFix easytest (was: EasyFix) > Clear NumericStepper Value and get NaN in the disp

[jira] [Updated] (FLEX-24921) Nummericstepper displays icorrect values when minimum is decimal

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-24921: - Labels: easytest (was: ) > Nummericstepper displays icorrect values when minimum is decimal

[jira] [Updated] (FLEX-18324) Halo NumericStepper clears value is an illegal character is typed in textInput

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-18324: - Labels: easytest (was: ) > Halo NumericStepper clears value is an illegal character is typed

[jira] [Updated] (FLEX-27542) The increment and decrement buttons should disable if the min or max is reached

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-27542: - Labels: easytest (was: ) > The increment and decrement buttons should disable if the min or

[jira] [Updated] (FLEX-28130) The Max value restriction in Spark Numeric doesn't work properly

2013-05-02 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28130: - Labels: easyfix easytest (was: ) > The Max value restriction in Spark Numeric doesn't work p