Re: [4.14] release status update

2015-01-10 Thread OmPrakash Muppirala
On Jan 10, 2015 1:34 PM, "Alex Harui" wrote: > > > > On 1/8/15, 1:00 AM, "OmPrakash Muppirala" wrote: > > > >The intention is to keep the graphics just the same, but move the display > >logic to the new skin. Obviously something weren't wrong with the move, > >just wrong enough to break the test

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-10 Thread piotrz
Thank you Kevin. Let's wait till Tuesday and see whether someone else will have some additional thoughts on this. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Can-somebody-verify-my-code-fix-for-bug

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-10 Thread kevin.godell
I moved the code to the newly created function, per your suggestion. https://github.com/kevinGodell/flex-sdk/commit/ba0144f5f9d97d02246dfa4b89b21188ae060199#diff-0a74af61d4412a0cf5a0b5b00b2ccad3 If you think it looks right, I can submit a pull request. -- View this message in context: http://a

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-10 Thread piotrz
I think the most efficient way would be to create this function "someOtherFunctionToCall" and put it in the callLater. I'm ok with this solution. Does anyone from the Team has something to add ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apa

Re: [4.14] release status update

2015-01-10 Thread Alex Harui
On 1/8/15, 1:00 AM, "OmPrakash Muppirala" wrote: > >The intention is to keep the graphics just the same, but move the display >logic to the new skin. Obviously something weren't wrong with the move, >just wrong enough to break the tests. > I remember you asking about skin sizing. I took a qui