Re: How to fit all-screen 11-inch iPad Pro

2019-01-30 Thread verafang
Thanks, I'll try this as soon as I can. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: iOS build not completing

2019-01-30 Thread verafang
I got the same problem, updated from flex4.16.0-air23-flash23 to flex4.16.1-air32-flash32 in flash builder 4.7. The compile-abc.exe and compile-abc-64.exe takes no CPU resouces, just hanging there. waited hours and nothing happens. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Debugging memory leak in Flex 3.5

2019-01-30 Thread Alex Harui
Are you calling close() on the NetConnection? Are there animations in the module? Or timers? Is the instance count on RemoteConnection and Responders also going up? Commenting out code can sometimes help you find the problem. Comment out the NetConnection.call and see if that allows the

Re: Debugging memory leak in Flex 3.5

2019-01-30 Thread Paul Stearns
Alex: I have a group of 10 Sent: 1/30/19 3:31 PM To: "users@flex.apache.org" , "pa...@compuace.com" Subject: Re: Debugging memory leak in Flex 3.5 Paul, In step 3, when they click the X and ModuleLoader unloads the module, do you see the module unload in the debugger player? I think you

Re: Debugging memory leak in Flex 3.5

2019-01-30 Thread Alex Harui
Paul, In step 3, when they click the X and ModuleLoader unloads the module, do you see the module unload in the debugger player? I think you would see a line like [UnloadSWF] in the debugger console. In step 4, are the "children" you refer to the child UI widgets of the module? One technique

Debugging memory leak in Flex 3.5

2019-01-30 Thread Paul Stearns
I started down this path some time ago, when I ran into a dead end and other projects piled up, I needed to abandon the hunt for memory leaks in my application. I am now 100% focused on solving this as it has gotten to be a real problem. I use FlexBuilder 3 as a tool. I am not opposed to using

Re: Best mxmlc compiler to use for existing application.

2019-01-30 Thread Alex Harui
Hi Paul, I think the safest play is to use the compiler in your 3.x SDK. I believe the compiler in Apache Flex releases is from the 4.x code base and you might have to change some settings to get it to output 3.x code. There are almost no other differences between the compilers, so using the

Re: Best mxmlc compiler to use for existing application.

2019-01-30 Thread Alex Harui
Hi Paul, My memory of these sorts of issues are fading. In looking at the source history, there have been almost no changes to the compiler output since Adobe donated Flex to Apache. I only saw a couple of fixes for Vector. So, it probably doesn't matter which compiler you use. HTH, -Alex

Re: How to fit all-screen 11-inch iPad Pro

2019-01-30 Thread Lydecker
Here are the names you need (in the comments): https://tracker.adobe.com/#/view/AIR-4198773 -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: How to fit all-screen 11-inch iPad Pro

2019-01-30 Thread Lydecker
I Imagine you need to bundle a correctly names Launch Image https://wiki.starling-framework.org/manual/ios_launch_images -- Sent from: http://apache-flex-users.246.n4.nabble.com/