Makes sense to me. I can't imagine why you'd want a negative scroll value.
On May 3, 2013, at 7:58 AM, Justin Mclean wrote:
> 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 th
Carlos,
Erik's changes were mainly to replace the event system and do a code
cleanup. I just fixed a few issues I found. Interestingly, the change to
goog.events flushed out some bad codegen in the compiler.
I'm out of time for today, but there is one more issue to fix in a demo app
I have and
[
https://issues.apache.org/jira/browse/FLEX-27652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-27652:
-
Labels: easyfix easytest (was: )
> DateChooser displays incorrect month label
>
[
https://issues.apache.org/jira/browse/FLEX-27652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649253#comment-13649253
]
Justin Mclean commented on FLEX-27652:
--
Also note September may not be longest month
[
https://issues.apache.org/jira/browse/FLEX-14450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-14450.
--
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Recent fixes have fixed this.
[
https://issues.apache.org/jira/browse/FLEX-11930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649249#comment-13649249
]
Justin Mclean commented on FLEX-11930:
--
Confirmed still an issue in ApacheFlex 4.9.1
[
https://issues.apache.org/jira/browse/FLEX-24764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649247#comment-13649247
]
Justin Mclean edited comment on FLEX-24764 at 5/5/13 2:53 AM:
--
[
https://issues.apache.org/jira/browse/FLEX-24764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-24764.
--
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Ouch - how long has this been a bug?
[
https://issues.apache.org/jira/browse/FLEX-24764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649242#comment-13649242
]
Justin Mclean commented on FLEX-24764:
--
Still an issue in Apache Flex 4.9.1 / develop
[
https://issues.apache.org/jira/browse/FLEX-24764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reassigned FLEX-24764:
Assignee: Justin Mclean
> Applying NumberFormatter.format() to 17.76 returns the incorr
[
https://issues.apache.org/jira/browse/FLEX-27546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-27546:
-
Labels: easytest (was: )
> "Parameter initializer unknown or is not a compile-time constant"
[
https://issues.apache.org/jira/browse/FLEX-16885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-16885.
--
Resolution: Won't Fix
Fix Version/s: Apache Flex 4.10.0
Or rather can't fix this is a Fl
[
https://issues.apache.org/jira/browse/FLEX-27191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-27191.
--
Resolution: Won't Fix
OR rather can't fix not an old Player Player issue not Apache Flex issue.
[
https://issues.apache.org/jira/browse/FLEX-20186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-20186.
--
Resolution: Not A Problem
Fix Version/s: Apache Flex 4.10.0
Number multiplication may no
[
https://issues.apache.org/jira/browse/FLEX-16463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-16463.
--
Resolution: Not A Problem
Fix Version/s: Apache Flex 4.10.0
Possibly a Flash Builder iss
[
https://issues.apache.org/jira/browse/FLEX-21501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-21501.
--
Resolution: Not A Problem
Fix Version/s: Apache Flex 4.10.0
Resolved in previous version
[
https://issues.apache.org/jira/browse/FLEX-20030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-20030:
-
Summary: ObjectUtil.copy() does not copy a string property (was:
ObjectUtil.cop() does not copy
Hi,
Running the a test over the (with the new -advanced-telemetry option) shows
that GC is the biggest issue and I assume that because of the many temporary
objects created when doing string+= string? getClassInfo is next, followed by
the various global describeType/describeMetaData, internalTo
Hi Erik,
after goof.events integration two examples need updates to continue
working: HTML5 and CreateJs, I was trying to discover how to update this
example but have no luck. I will need some guidance so I can update i
accordingly. Can you explain the work in your branch and the main points so
I
On 5/4/13 11:25 AM, "Mark Kessler" wrote:
> Alex,
>I think your missing the real loop here... the method findRowIndices
> loops through all the buttons every call. Where as the buttonIndices only
> contains button indices that were found during the findRowIndices method.
> Having the arra
Great! I'll connect later años see it.
Thanks Erik :)
El sábado, 4 de mayo de 2013, Erik de Bruin escribió:
> Branch... I'm mixing metafors, must be tired.
>
> EdB
>
>
>
> On Sat, May 4, 2013 at 8:18 PM, Erik de Bruin
> >
> wrote:
> > Carlos,
> >
> > Please re-read the thread and see who starte
Alex,
I think your missing the real loop here... the method findRowIndices
loops through all the buttons every call. Where as the buttonIndices only
contains button indices that were found during the findRowIndices method.
Having the array one call the single method would run the findRowIndices
Branch... I'm mixing metafors, must be tired.
EdB
On Sat, May 4, 2013 at 8:18 PM, Erik de Bruin wrote:
> Carlos,
>
> Please re-read the thread and see who started the git vs. SVN. And
> please stop thinking that just because I don't like git I must not
> know git. I know git and I don't like i
Carlos,
Please re-read the thread and see who started the git vs. SVN. And
please stop thinking that just because I don't like git I must not
know git. I know git and I don't like it.
Let's move on.
I've pushed the merged thread.
EdB
On Sat, May 4, 2013 at 8:08 PM, Carlos Rovira
wrote:
> Er
Erik, since Apache Flex is on GIT...don't you think is time to stop mails
about GIT or SVN? I left to respond mails about Git many months ago due to
the fact that this project is about Flex...not about GIT. Many people in
the list (and out of the list) criticized about high traffic in this list
onl
Also, I like this: first you say:
> We never merge directly in develop
... Then you say:
> 4.- merge back into develop
;-)
EdB
--
Ix Multimedia Software
Jan Luykenstraat 27
3521 VB Utrecht
T. 06-51952295
I. www.ixsoftware.nl
Let me clarify:
Telling me I'm doing it wrong and then telling me to do exactly what I
was already doing is killing my will to contribute. I'm not asking to
hold commits because it's more convenient for me, I was asking to
commit what you had outstanding so I could integrate that. As a
service to
I'll make a search to see what's happen.
Thanks for let me know Alex
2013/5/4 Alex Harui
> Works for me. Maybe you are missing a config file or have an old version
> of
> ant?
>
>
> On 5/4/13 2:51 AM, "Carlos Rovira" wrote:
>
> > Hi,
> >
> > I'm trying to run "ant eclipse" in falcon root fold
Git is killing this project.
EdB
On Sat, May 4, 2013 at 10:36 AM, Carlos Rovira
wrote:
> Erik,
>
> sorry for the inconvenience, but GIT is just about not have to wait. Your
> mind are still in SVN and still does not switch to GIT.
>
> We at work are always merging and resolving conflicts in i
Hi Mark,
Look ok. Is there a reason you chose to have setButtonEnabled call
setButtonsEnabled instead of having setButtonsEnabled call setButtonEnabled
in its loop? That way folks using setButtonEnabled don't pay the price of
the loop setup and wrapping the single label in an array.
You don't h
Works for me. Maybe you are missing a config file or have an old version of
ant?
On 5/4/13 2:51 AM, "Carlos Rovira" wrote:
> Hi,
>
> I'm trying to run "ant eclipse" in falcon root folder. But is failing here:
>
> BUILD FAILED
> /Users/carlosrovira/Documents/workspaces/apacheflex/flex-falcon/
Ok I put it together this morning. Can see the modified example on my site
[1] with view source enabled. The git history at [2]. and So you don't
actually have to goto either, I will paste the current methods below. 4
Methods brought down to two methods. The new common method I will end up
usin
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649061#comment-13649061
]
Gavin Donald commented on FLEX-26325:
-
Also see:
https://groups.google.com/forum/?fro
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin Donald updated FLEX-26325:
Attachment: 2833.patch
OK, I have tried 7 or 8 times with the same result each time and the patch d
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649057#comment-13649057
]
Justin Mclean commented on FLEX-26325:
--
No problem the code in the debug toString cou
Hi,
I'm trying to run "ant eclipse" in falcon root folder. But is failing here:
BUILD FAILED
/Users/carlosrovira/Documents/workspaces/apacheflex/flex-falcon/build.xml:30:
The following error occurred while executing this line:
/Users/carlosrovira/Documents/workspaces/apacheflex/flex-falcon/compil
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649055#comment-13649055
]
Gavin Donald commented on FLEX-26325:
-
It's humble pie for me. I spend half the day ye
Erik,
I make a fix for html5 example project and uploaded to a branch. I will
wait for your integration, but please we can't stand in this collaboration
way since is not practical and we have the tools to prevent this blockages.
I feel if we could work some hours side by side in person to see thi
Hi Alex,
As you said problem was in duplicated Event metadata, I removed all the
duplicates in HTML5 control subclasses and now all is working fine.
I created a branch "feature/fix-html5-example" with the fixes and will
merge after Erik's integration.
2013/5/4 Alex Harui
>
>
>
> On 5/3/13 4:
Erik,
sorry for the inconvenience, but GIT is just about not have to wait. Your
mind are still in SVN and still does not switch to GIT.
We at work are always merging and resolving conflicts in integration
branches. We never merge directly in develop. For this kind of brutal
changes you should:
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649049#comment-13649049
]
Justin Mclean commented on FLEX-26325:
--
Just attach your monkey path and I'll take a
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649045#comment-13649045
]
Gavin Donald commented on FLEX-26325:
-
I am sorry but I am not sure what you mean. Do
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649041#comment-13649041
]
Gavin Donald commented on FLEX-26325:
-
Fantastic and very quick. Is there a way to kno
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649042#comment-13649042
]
Justin Mclean commented on FLEX-26325:
--
Can you provide monkey patch as a diff patch?
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-26325:
-
Labels: easyfix (was: )
> RemoteObject logs too eagerly all sent messages
>
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-26325:
-
Priority: Major (was: Minor)
> RemoteObject logs too eagerly all sent messages
> ---
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reopened FLEX-26325:
--
> RemoteObject logs too eagerly all sent messages
> ---
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649038#comment-13649038
]
Gavin Donald commented on FLEX-26325:
-
This issue is marked as resolved but that does
[
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649035#comment-13649035
]
Gavin Donald commented on FLEX-26325:
-
This desperately needs a fix. Inexperienced dev
49 matches
Mail list logo