Re: Memory Leak

2018-05-23 Thread Alex Harui
In general, child UI widgets don't cause leaks unless they attach something to the stage. So ComboBox is always suspect because it has a dropDown that is attached to the SystemManager/Stage. A few other components listen for events from the stage. Also, I want to remind you that

Re: Memory Leak

2018-05-23 Thread aceinc
This is a traditional business application. There are no videos or other gimcracks. However some of the modules have multiple tabs with close to 200 (maybe more) data entry objects, including enhanced versions of the combo box, text input, text area, etc. -- Sent from:

Re: Multi-dpi Autoscaling dimensions (android)

2018-05-23 Thread bilbosax
leokan23, I don't know if this will help you, but I will tell you my process for laying things out. I do not place and widths, heights, positions, or paddings in my MXML. When you use percentages for these settings, AIR has to do a lot of self-measuring, calculating, and then laying out

Re: Memory Leak

2018-05-23 Thread Alex Harui
IIRC, if you can run the Flash Builder profiler, you can try to see what the references are to the objects coming from the modules. Another technique is to comment out parts of the module until it unloads. Are there any SWF assets in the modules? Animations and timer-based/interval-based code

Re: Memory Leak

2018-05-23 Thread aceinc
To get a flavor for the application, think of a desktop application where there is a menu bar, from which you select items. These items would bring up "programs" (modules/panels) which are discreet items that perform very specific functions. When finished with the "program" it exits (unloads the

Re: ModuleLoader vs SWFLoader

2018-05-23 Thread aceinc
I have started a new thread regarding this issue; http://apache-flex-users.246.n4.nabble.com/Memory-Leak-td17013.html -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Memory Leak

2018-05-23 Thread aceinc
I have created a monster in Flex V3.0 (SDK 3.5). The monster is effectively a group of tools that allow me to create applications with an Oracle DB back end somewhat efficiently. The front end is quite lovely, and generally works well. However, I am using module loader, and when I unload modules

Re: Flex SDK Installer - is it broken?

2018-05-23 Thread Alex Harui
I updated some of the MD5s. Adobe had updated some of the downloads. HTH, -Alex On 5/22/18, 11:01 PM, "Piotr Zarzycki" wrote: Hi Guys, I have my hands full with other tasks, so not sure when I will find the time to look into that. If you would like

Re: Flex SDK Installer - is it broken?

2018-05-23 Thread Piotr Zarzycki
Hi Guys, I have my hands full with other tasks, so not sure when I will find the time to look into that. If you would like to download SDK you have also other option by using ant. 1) Download SDK binaries from here [1] 2) Run in downloaded folder: "ant -f installer.xml -Dair.sdk.version=29.0