> 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
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
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
[
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
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
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
[
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:
--
[
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:
--
[
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
[
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.
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
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
[
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
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
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
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
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
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
>>
>> 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
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
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
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
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
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
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
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
[
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
> -
[
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
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
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
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
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
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
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"
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
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
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
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
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
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
-
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
[
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
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
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
55 matches
Mail list logo