Transparency for clipboard image

2017-12-05 Thread DanielMcQ
I have a feature in my Flex/AIR app that allows the user to copy a selected part of their drawing to the clipboard and then paste to some other app. On Mac OS it preserves the transparency of the image, but on Windows I get a black background when pasting to, e.g. PowerPoint. Wondering if there

Re: ModuleLoader vs SWFLoader

2017-12-05 Thread Alex Harui
Theoretically, modules are dynamically loaded libraries of classes, whereas SWFLoader loads applications that can function as sub-applications so more like launching sub-processes or something like Iframe. SWFLoader SWFs often can run on their own unless they expect something from the host

Re: ModuleLoader vs SWFLoader

2017-12-05 Thread Kyle McKnight
1. I think it's a matter of preference and style really. In my mind I view modules as more standalone than SWFs I might be loading otherwise. Though I rarely use modules in my programming, but I come from a more pure AS3 background so I tend to use those APIs even within Flex and stick

ModuleLoader vs SWFLoader

2017-12-05 Thread aceinc
I am using the Flex 3.5 SDK. My entire application(s) have been developed using the moduleloader and mx:module. I am having memory leak(s) and I am trying to isolate and remove them. In my research I noticed "SWFLoader" and its UnloadAndStop() method. I was wondering if; 1) This would be

ModuleLoader vs SWFLoader

2017-12-05 Thread aceinc
I am using the Flex 3.5 SDK. My entire application(s) have been developed using the moduleloader and mx:module. I am having memory leak(s) and I am trying to isolate and remove them. In my research I noticed "SWFLoader" and its UnloadAndStop() method. I was wondering if; 1) This would be a

Re: Strange error for existing project on Mac while Windows version works with same SDK version

2017-12-05 Thread Alex Harui
Good to know you figured it out. This is a good reminder about the risks of using generic folder/package names like "components". -Alex On 12/5/17, 9:02 AM, "Fréderic Cox" wrote: >Hi Alex, > >Thanks for helping me figuring this out! You were right (as always .. ;-)) >I

Re: Strange error for existing project on Mac while Windows version works with same SDK version

2017-12-05 Thread Fréderic Cox
Hi Alex, Thanks for helping me figuring this out! You were right (as always .. ;-)) I was using a new theme and it has a built-in components.DashboardIcon which was different then the components.DashboardIcon class in this older project that now uses the new theme. Now it works as I deleted the