Re: Improvement of mobile scrollings

2014-10-08 Thread jude
I think it should be the same as the framerate unless the developer overrides it. So, public function get minUpdateInterval ():int { if (_minUpdateInterval==null) { _minUpdateInterval = stage.framerate; } return _minUpdateInterval; } So minUpdateInterval would be null by default. On Wednesday,

Re: Installer Updates

2014-10-08 Thread Alex Harui
Hi Neil, Thanks for contributing! I am hopeful that one of our recently-added committers will be eager enough to try out your patches. Otherwise, I¹ll try to remember to look at it in a couple of days. -Alex On 10/8/14, 9:43 AM, "Neil Madsen" wrote: >I've gone ahead and done some patches for

Installer Updates

2014-10-08 Thread Neil Madsen
I've gone ahead and done some patches for the installer. These issues have been addressed: FLEX-34445 [1] (This one is committed I believe) FLEX-34398 [2] (Patch is attached to jira) FLEX-34408 [3] I ended up with FLEX-34398 and FLEX-34408 being addressed in the same patch. There is a comment

Re: Build VM: copy of flex-sdk job gives error

2014-10-08 Thread Alex Harui
It looked like a different error to me this time. Is the path to this workspace significantly longer than the main flex-sdk run? On 10/8/14, 2:59 AM, "Erik de Bruin" wrote: >Nope, that didn’t solve it. Alex, if you don’t mind, can you please take a >shot at this one? > >EdB > > > >On Wed, Oct 8

Re: Flex audio recording platform

2014-10-08 Thread Scott Talsma
Hi Bruce, I'm not familiar w/any specific Flex recording tool, unless you are referring to the native microphone API that Flash Player provides. Have you looked into the overview in the docs? http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d1d.html Assuming you are not

Re: Build VM: copy of flex-sdk job gives error

2014-10-08 Thread Erik de Bruin
Nope, that didn’t solve it. Alex, if you don’t mind, can you please take a shot at this one? EdB On Wed, Oct 8, 2014 at 9:04 AM, Erik de Bruin wrote: > I added it as a separate build step. Split up the current one to be able > to start with ‘super-clean’, then the ‘makemustellaswc’ before fin

Re: Build VM: copy of flex-sdk job gives error

2014-10-08 Thread Erik de Bruin
I added it as a separate build step. Split up the current one to be able to start with ‘super-clean’, then the ‘makemustellaswc’ before finally doing ‘release create-md5’. It’s in the queue now, fingers crossed ;-) EdB On Wed, Oct 8, 2014 at 8:55 AM, Alex Harui wrote: > I¹m about out of time