Re: New Android 4 skins

2013-09-26 Thread Jonathan Campos
On Thu, Sep 26, 2013 at 12:16 PM, OmPrakash Muppirala wrote: > Om I have a set of "jelly bean" - esk skins that I use. Let me know if you are missing any of these: ActionBarSkin ButtonSkin CalloutSkin CheckboxSkin LightCheckboxSkin RadioButtonSkin TextAreaSkin TextInputSkin

Re: multi threaded for datagrid component rendering

2013-09-11 Thread Jonathan Campos
hat columns offscreen aren't rendered that helps. The flex 4 DG does this. I had to build this functionality years ago in the flex 3 dg to save on a lot of rendering. J -- Jonathan Campos

Re: Apache Flex room at 360|Stack?

2013-07-23 Thread Jonathan Campos
possible to hang out. -- Jonathan Campos

Re: Flex mobile performance - Question on itemRenderers

2013-07-18 Thread Jonathan Campos
lly many ways to handle the solution. If you're needing to click on each individual image then you could still have one image and use x/y position from the click event to determine which image was pressed. Maybe if you provide an image of what you are trying to achieve it may be easier. J -- Jonathan Campos

Re: Flex mobile performance

2013-07-01 Thread Jonathan Campos
ce and to write out their item renderers. Just not everyone does it. I'm not sure what can be done on this other than working on the SDK to make even sloppy itemrenderers fast. And I don't think that should be the top of our agenda. J J -- Jonathan Campos

Re: Are we "nerd" driven or "business realistic" driven?

2013-07-01 Thread Jonathan Campos
s item renderers. Wouldn't you know when I switch out their item renderers things seem to move very smoothly and almost all their complaints go away. Yes there is still that half-second lag for the new View to come in but other than that all the performance issues are gone. J -- Jonathan Campos

Re: Multidimensional States

2013-06-01 Thread Jonathan Campos
> > > > > > > > > > > > > > > > > > And you would assign it like this, > > > > currentState = "state3_RedState"; > > > > or, > > > > currentState = ["state3", "redState"]; // if renamed to redState > > > > The nested state would inherit the properties of the parent state. The > > thing is there is an inherit property already on the State class. In > Flex 3 > > we had support for a base state and inheritance. So maybe there's some > > support for this already. I'd really like to know what the Flex team was > > talking about when they mentioned this. > > > > Jude > > > > > > > > > > [0] - > > > https://cwiki.apache.org/confluence/display/FLEX/Alex%27s+FlexJS+Prototype > > > -- Jonathan Campos

Re: [VOTE] Let's move JIRA emails to a new list

2013-05-31 Thread Jonathan Campos
ions >> started in response to emails on the new list will be sent there. >> >> I'll start the vote: >> >> +1 (binding) >> >> EdB >> >> >> >> -- >> Ix Multimedia Software >> >> Jan Luykenstraat 27 >> 3521 VB Utrecht >> >> T. 06-51952295 >> I. www.ixsoftware.nl >> > > > -- > Jeffry Houser > Technical Entrepreneur > http://www.jeffryhouser.com > 203-379-0773 > > -- Jonathan Campos

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Jonathan Campos
On Thu, May 9, 2013 at 11:10 PM, Alex Harui wrote: > I like 4.10, but has anyone tested that the various versioning code is > converting the 10 to a number so comparisons work? > agreed with 4.10. As long as it doesn't cause issues with version checks. -- Jonathan Campos

Re: [jira] [Commented] (FLEX-33497) Provide a new DPI density

2013-04-25 Thread Jonathan Campos
On Wed, Apr 24, 2013 at 7:53 PM, Justin Mclean wrote: > 400dpi is a bit awkward as there no clean multiplier form existing dpis. I'm okay with that reasoning. Just had to pose the question. -- Jonathan Campos

Re: 480 DPI density mobile support

2013-04-25 Thread Jonathan Campos
ditional sources should be necessary. However usually there are little tweaks you'll want to do. Like you said someone with maybe a bit more design skills may be interested in this task. -- Jonathan Campos

Re: [jira] [Commented] (FLEX-33497) Provide a new DPI density

2013-04-24 Thread Jonathan Campos
the multiplication of bitmap sizes easy. -- Jonathan Campos

Re: [Poll] Old Flex closed and later issues

2013-04-23 Thread Jonathan Campos
On Sat, Apr 20, 2013 at 11:22 PM, Alex Harui wrote: > 4. If someone cares enough to complain on the list, one of us can open for > them. > Agreed. I like 4. If they are an issue people will reraise. -- Jonathan Campos

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Jonathan Campos
committer can/cannot do. -- Jonathan Campos

Re: Simple Flex 4 Image

2013-03-21 Thread Jonathan Campos
On Thu, Mar 21, 2013 at 5:03 PM, Harbs wrote: > Why do you say that? Problem is that they aren't mouse enabled. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/InteractiveObject.html -- Jonathan Campos

Re: VRule and HRule

2013-02-26 Thread Jonathan Campos
I know that some people are worried about 100% parity, while other just don't see a point for something like the v/hrule. -- Jonathan Campos

Re: A code name for Apache Flex 5?

2013-01-30 Thread Jonathan Campos
ds" and people get behind it then the next version will most likely be known as "Beads". -- Jonathan Campos

Re: ASJS and Starling (was Re: [FalconJx] where I'm going to be)

2013-01-18 Thread Jonathan Campos
Very cool interesting work Alex. Going to need to stop and check this out. I've been using feathers recently for a few display object heavy mobile apps and it has worked well. Would like to get back some parts from flex. When I was playing with making a starling version of flex I felt the need for

Re: [VOTE] Release Apache Flex SDK Installer 2.0 - RC3

2013-01-07 Thread Jonathan Campos
o keep everything "clean". It would be good if it is a simple update though. -- Jonathan Campos

Re: [VOTE] Release Apache Flex SDK Installer 2.0 - RC3

2013-01-07 Thread Jonathan Campos
On Mon, Jan 7, 2013 at 8:52 AM, Christophe Herreman < christophe.herre...@gmail.com> wrote: > Installation went fine. installation worked for me. +1 (binding) Though I usually start by cleaning everything so I wouldn't see the cert issue that is being brought up. -- Jonathan Campos