[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509030#comment-13509030 ] Ryan Frishberg commented on FLEX-33273: --- There's always a balanc

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-03 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509007#comment-13509007 ] Ryan Frishberg commented on FLEX-33273: --- That looks better to me. I would spli

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-11-27 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504981#comment-13504981 ] Ryan Frishberg commented on FLEX-33273: --- I haven't tried to run this patch

Re: Should .project, .flexLibProperties, and .actionScriptProperties be checked in to source control? (Was: svn commit: r1375263 [1/2] - in /incubator/flex/sdk/branches/develop/frameworks/projects)

2012-08-22 Thread Ryan Frishberg
-1 to this change as well. I really think that the FB project files should continue to be in source control. -Ryan On Wed, Aug 22, 2012 at 12:44 PM, Om wrote: > > > > If the decision is made that these files should be moved out of the > > frameworks directory and into the ide/flashbuilder sub-

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

2012-08-22 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439619#comment-13439619 ] Ryan Frishberg commented on FLEX-33169: --- Do you see List.item_mouseDownHan

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

2012-08-21 Thread Ryan Frishberg (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439247#comment-13439247 ] Ryan Frishberg commented on FLEX-33169: --- I'm not so sure this is a b

Re: Introduction

2012-07-12 Thread Ryan Frishberg
Hey Peter, I remember reading your really great blog posts on item renderers and item editors. Glad to have you aboard! -Ryan On Wed, Jul 11, 2012 at 7:52 PM, Igor Costa wrote: > hi there Petee! > > Welcome aboard! > > Igor Costa > www.igorcosta.com > www.igorcosta

Re: Odd undefined property via reference to static type compilation error

2012-07-09 Thread Ryan Frishberg
In ActionScript, it looks like this doesn't work: class A { public var minHeight:Number = 9; protected var minHeight2:Number = this.minHeight; } Someone who knows ActionScript in more detail can probably explain why the compilter/runtime can't figure out what "this" should refer to when initia

Re: Mustella code checked in to SVN

2012-05-04 Thread Ryan Frishberg
+1 Thanks Alex and the rest of the people at Adobe who worked to make this happen. -Ryan On Fri, May 4, 2012 at 2:27 PM, Roland Zwaga wrote: > > > > Hi folks, > > > > Adobe has donated the Mustella code. It was checked in Tuesday and I > > finally got an overview on the wiki at [1]. > > An ent

Re: [RT] Flex Mobile B+ and Non Goal components

2012-04-15 Thread Ryan Frishberg
I can probably help out with some of those code reviews. Francis, what features are you looking for specifically? Cheers, Ryan On Thu, Apr 12, 2012 at 8:34 PM, Jonathan Campos wrote: > When I get some time I have most of these working though code reviews would > help. I also have about a dozen

Re: [VOTE][RESULT][FLEX-7] package "org.apache.flex"

2012-04-04 Thread Ryan Frishberg
Just came back from vacation, so sorry for the lateness. I know the result thread has already started, but I figured I'd vote anyways :-) 1) Keep the current package names in the first Apache Flex release 4.8 +1 [Binding] 2) Change the package names in the first major Apache release 5 -1 [Bi

Re: s:Spacer (was Re: Missing Spark components)

2012-03-01 Thread Ryan Frishberg
Thanks for (re)pointing that out Carol. Looks like it was done with http://bugs.adobe.com/jira/browse/SDK-28369 -Ryan On Thu, Mar 1, 2012 at 11:28 PM, Carol Frampton wrote: > Someone said this several messages back but I don't think everybody saw > that since people are talking about when ther

Re: s:Spacer (was Re: Missing Spark components)

2012-03-01 Thread Ryan Frishberg
+1 what alex said. Let's support the common use-cases only and work to achieve better performing Flex apps. -Ryan On Thu, Mar 1, 2012 at 9:18 PM, Alex Harui wrote: > > > > On 3/1/12 12:37 PM, "Om" wrote: > > > It might not be a very common use case, but it is a valid use case > > nevertheless

Re: s:Spacer (was Re: Missing Spark components)

2012-03-01 Thread Ryan Frishberg
Wow, the thread on this simple topic has gotten quite large. One of the main complaints against how Spark was originally written was that it was too inconvenient. That is the main reason the ship date for Flex 4 got delayed. We need to find a good balance point between ease-of-use and strict co

Re: Component creation workflow

2012-02-28 Thread Ryan Frishberg
I find that approach a little bit too gun-slinger in the wild-west. If this was just an application, I wouldn't see as much of a point for component specification. However, this is an SDK. More developers are interested in our component specifications than just those who want to check out the ap

Re: Component creation workflow

2012-02-27 Thread Ryan Frishberg
This is a good question. I think it makes sense to create a spot on the wiki for specifications. Some of the stuff on there might not even be component specifications per sey, but some topics like the Architecture Review Board discussed. You can see how it was done on the old page: http://openso

Re: Apache Flex logo - spread the word

2012-02-09 Thread Ryan Frishberg
Thanks for all the work done on the logo. It really looks great! -Ryan 2012/2/9 Tomasz Maciąg | Fuse Collective > http://markmail.org/message/**5o56m24yvj5pbute- > there are some informations about what we plan to do next. Our motion guy > is busy

Re: [VOTE] final vote for logo color(s) selection

2012-02-03 Thread Ryan Frishberg
(Binding) +1 green logo On Fri, Feb 3, 2012 at 7:57 PM, Iwo Banaś wrote: > +1 e) green logo > [Binding] > > Cheers, > Iwo >

Re: [VOTE] Logo contest round #2

2012-01-24 Thread Ryan Frishberg
+1 #49 (binding) On Tue, Jan 24, 2012 at 2:55 PM, Stephen Adams wrote: > +1 #49 > > On 24 January 2012 14:43, Antonio Olmo Titos wrote: > > > > > +1 #49 > > > > -- > > Antonio Olmo Titos, software engineer > > > > > > >

Re: When will be the wiki up and running?

2012-01-23 Thread Ryan Frishberg
fri...@apache.org Thanks, Ryan On Mon, Jan 23, 2012 at 9:49 PM, Doug Arthur wrote: > dougart...@apache.org > > I'm also willing to help out here if needed, as I'm also familiar with > Confluence. > > - Doug >

Re: Flex 5 UIComponent - Behavior Pattern

2012-01-23 Thread Ryan Frishberg
> Actually, that makes it worse, espeically from a memory standpoint. Every > cached function reference is just making the allocation size of the > UIComponent larger and more inefficient. And, a function reference itself > is some 100 bytes or so because it is a closure, not a pointer into code.

Re: When will be the wiki up and running?

2012-01-23 Thread Ryan Frishberg
Created: https://issues.apache.org/jira/browse/INFRA-4351 How do I figure out who's on flex-private? Or should I just start a thread on there asking for people's JIRA usernames? -Ryan On Mon, Jan 23, 2012 at 7:13 PM, Bertrand Delacretaz wrote: > On Fri, Jan 20, 2012 at 1:58 AM, Michael Schma

Re: Apache Flex 3.7 - my planned mega-patch

2012-01-23 Thread Ryan Frishberg
I understand the frustration this is trying to solve, but I don't think having an official release like this is a good idea. Imagine someone picks up this release, and then wants to upgrade to Flex 4.x later on--the backwards-compatibility story would be completely lost. What you're proposing isn'

Re: Fast moving list - Blog or RSS feed

2012-01-21 Thread Ryan Frishberg
Hey jude, I agree that it is indeed hard to keep track of everything happening on this list. Michael has a good blog that is doing daily summaries for now: http://blog.teotigraphix.com/2012/01/21/apache-flex-flex-dev-summaries-17/ I'm not sure how most Apache groups work, but I was hoping we cou

Faster GroupingCollection2

2012-01-20 Thread Ryan Frishberg
I don't really like iterating on components for a third time, but from using GroupingCollection2, I ran into a few issues, plus it seemed to be pretty slow. I'm not sure how heavily used this component is or if people are interested, but I've attempted to write a new one. I checked it into my whi

Re: When will be the wiki up and running?

2012-01-19 Thread Ryan Frishberg
Personally I'm used to using confluence, so that'd be my vote. -Ryan 2012/1/19 João Saleiro > Doesn't JIRA as a wiki ? > If it has, and we decide to go with JIRA, can it be configured to be > publicly viewable, so it can be indexed by Google? > > João Saleiro > >

Re: Fix to get DropDownList working on Mobile

2012-01-19 Thread Ryan Frishberg
Hey Tink, I can't say for sure if I'll be here or not in May. My current lease expires in April, and if it's easy to find a short lease, I may stay a bit longer. Otherwise, I'll pack myself back to the states :-) I'll stay-tuned for the Spoon announcement and attempt to atleast make one London

Re: [VOTE] Logo contest

2012-01-19 Thread Ryan Frishberg
(binding) ID 04:1 pts ID 08: 1 pts ID 42:1 pts ID 49: 2 pts 2012/1/19 Deirdre Holub > id 49: 4 pts > id 14: 1 pts >

Re: Fix to get DropDownList working on Mobile

2012-01-17 Thread Ryan Frishberg
Hey Tink, In 4.6, SpinnerList was added--is that good enough, or is this serving a different use-case? -Ryan P.S. - I still plan on going to a London user group meeting, but I'm out of town or busy during all of the scheduled ones (including January). Hopefully soon, I'll get a chance to swing

Re: [JIRA] PPMC Jira usernames (was: JIRA instance is finally up and running!)

2012-01-17 Thread Ryan Frishberg
frishy On Tue, Jan 17, 2012 at 11:22 PM, Michael Schmalle wrote: > Quoting Jonathan Campos : > >> >> Sounds good to me, so here goes. >>> >> > mschmalle > > > >

Re: [VOTE] blog post

2012-01-12 Thread Ryan Frishberg
Blog post looks good to me. +1 (binding) On Thu, Jan 12, 2012 at 3:29 PM, Leif Wells wrote: > Oh, good. > > Let me know when/if you decide to add more to the post. I'd like one more > chance to re-read and edit. > > Thanks, > > Leif > > > > On Thu, Jan 12, 2012 at 3:24 PM, Peter Elst wrote: >

Re: Petition: Flash Catalyst must survive

2012-01-10 Thread Ryan Frishberg
Hey Tink, This was something that was discussed a few times at Adobe. The performance penalty of taking 2 display objects is high, so we thought about making either the SkinnableComponent or the Skin not a DisplayObject. In the end, we didn't have enough time to go about to fully investigate it;

Re: [VOTE] Flex logo contest page publish

2012-01-08 Thread Ryan Frishberg
+1 (binding). The proposal looks good to me. I think 2 weeks would probably be a good length for the competition. Cheers, Ryan On Sun, Jan 8, 2012 at 1:46 AM, Omar Gonzalez wrote: > +1 (binding) >

Re: First Flex release as soon as possible? (was: So, what should we do first?)

2012-01-05 Thread Ryan Frishberg
+1 It sounds like a good idea to do a simple release and keep messaging clear about it. As a next step, and to keep commits simple, I think working towards a 4.7 bug fix-only release might also be a good idea. I like the enthusiasm on the list for broad changes, but I am just worried about some o

Re: Apache Flex source code - timeline for the initial code contribution

2012-01-04 Thread Ryan Frishberg
Thanks for the update Alex. I know this may be asking too much, but would it be possible to maintain the SVN history as well? That history is often times invaluable in tracking down bugs and looking for specific fixes. Cheers, Ryan On Wed, Jan 4, 2012 at 3:40 AM, Raju Bitter wrote: > Thanks, A

[ACCOUNT]

2012-01-03 Thread Ryan Frishberg
I am an initial committer for Flex (listed as ryan.frishb...@ubs.com). Looking at http://people.apache.org/committer-index.html, it looks like you've already received my iCLA. Please create an @apache.org account for me. I'd like the user id frishy. Thanks, Ryan