[flexcoders] Flex popup module ignores context menu

2012-02-20 Thread Adnan Doric
Hi all, I followed the Alex's Popup Dialogs as Modules blog entry: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html It works with mx.containers.TitleWindow as intended, the context menu shows and I can copy/paste text in a TextArea. But if I try to use

[flexcoders] Re: Upload app to Apple

2012-02-20 Thread DavidWolpe
From everything I've researched, here's the answer. You can NOT upload an .ipa via the web. You've got to download XCode and there are a couple of ways to do it. The simplest is by using Application Loader, which is (on a mac) here: [OSX DRIVE]/Developer/Applications/Utilities/Application

Re: [flexcoders] Flex popup module ignores context menu

2012-02-20 Thread Alex Harui
Set mouseEnabled=true on the TitleWindow On 2/20/12 3:29 AM, Adnan Doric astronaute@gmail.com wrote: Hi all, I followed the Alex's Popup Dialogs as Modules blog entry: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html It works with mx.containers.TitleWindow as