[flexcoders] Debbugging of Flex swf running in ActiveX control

2007-10-15 Thread mnorrstrand
Hi, I'm looking for a way to use the debugger in Flex (the breakpoints, stepping etc) when running a flex-built swf in a standalone ActiveX control launched by a c++ application (backend built in c++, gui in Flex/AS3, using ExternalInterface to communicate). Any ideas or pointers to libraries to u

[flexcoders] Problem with button size when skinning

2008-01-15 Thread mnorrstrand
Hi, I'm using a runtime CSS to skin my app, but for some reason my buttons won't resize according to the skin. I am not using scale9 since the app is not resizable by the user and the button skin is a static image loaded as a symbol from a .swf. The button remains squashed and deformed, but if I

[flexcoders] C++ calling Flex/ActionScript 3

2007-08-28 Thread mnorrstrand
Hi all, I am currently working on a piece of software written in C++/Flash 8/ActionScript 2. The UI is written in Flash/AS2 and the backend in C++. We are now looking at migrating the UI to Flex/ActionScript 3 but I have a hard time finding out if the same functionality can be achieved with AS3. T

[flexcoders] Child-parent communication, Flex and Flash

2008-04-02 Thread mnorrstrand
Hi I'm building a framework where a third party will deliver Flash swf's to be loaded into my Flex app (probably using SWFLoader). How do the loaded child swf communicate with the parent Flex app? For instance if i have a function in a class in the main app (would be a Singleton), eg SomeSingl

[flexcoders] Re: Child-parent communication, Flex and Flash

2008-04-04 Thread mnorrstrand
SingletonClass.someMethod() > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of mnorrstrand > Sent: Wednesday, April 02, 2008 3:01 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Child-parent communica