Re: [flexcoders] Subclassing Class: The ABC data is corrupt.

2007-05-25 Thread Fabio Terracini
= function(...) {...} []s Fabio Terracini On 2/21/07, verifyfailed [EMAIL PROTECTED] wrote: Is subclassing Class legal? I have code like this: pre public class ArrayOf extends Class { public var elementType : Class; public function ArrayOf(elementType : Class) { this.elementType

Re: [flexcoders] Flex Player 9's (Flex 2) Memory Usage - What's Normal?

2007-03-07 Thread Fabio Terracini
On 3/6/07, Roger Gonzalez [EMAIL PROTECTED] wrote: The module (the SWF and the class factory it contains) are only ever loaded/instantiated once, ever, no matter how many times you call load. ModuleLoader, on the other hand, creates -instances- using the module's class factory, and adds them

Re: [flexcoders] Flex Player 9's (Flex 2) Memory Usage - What's Normal?

2007-03-06 Thread Fabio Terracini
mx:ModuleLoader / mx:ModuleLoader / /mx:ViewStack You might improve by using ModuleManager.getModule() to check if the Module is loaded, then load if necessary, or just change the selectedIndex, and so on. And build it using dynamic linking (either external or RSLs). []s Fabio Terracini On 3/5/07

Re: [flexcoders] Flex Coding Guidelines

2007-02-12 Thread Fabio Terracini
should start with a verb, why don't you prefer handleMouseClick() over mouseClickHandler() ? Cheers, Ralf. On 2/10/07, Fabio Terracini [EMAIL PROTECTED] wrote: Folks, As my commitment to community I'm releasing, with DClick support, our Adobe Flex Coding Guidelines, a document about Flex

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-12 Thread Fabio Terracini
I'm looking for a plug-in like this too (Java has one). You can use any XML formatter to format your MXML files, but I haven't find anything to format AS 3 classes. Maybe in FB 3? -- Fabio On 2/12/07, Adam Royle [EMAIL PROTECTED] wrote: I don't understand why there isn't a feature in

Re: [flexcoders] Re: Flex Coding Guidelines

2007-02-12 Thread Fabio Terracini
, there's standards. []s Fabio Terracini On 2/12/07, Matt Chotin [EMAIL PROTECTED] wrote: I'm not sure there's a single engineering organization that doesn't get into fights about curly brace placement. To each their own J I personally like separate lines. -- *From

[flexcoders] Flex Coding Guidelines

2007-02-10 Thread Fabio Terracini
://blog.dclick.com.br/wp-content/uploads/adobe-flex-coding-guidelines-v12-portugues.pdf Thanks, Fabio Terracini

Re: [flexcoders] Re: Compiling modules

2007-01-11 Thread Fabio Terracini
of the loaded application's objects (without talking about the Flex framework per se) to elect they to GC. Thanks Fabio Terracini On 1/9/07, Roger Gonzalez [EMAIL PROTECTED] wrote: The main difference between modules and applications is that modules have lower overhead, and they only ever get loaded once

[flexcoders] Job Opening in Brazil for Flex Engineers

2005-06-13 Thread Fabio Terracini
companies in B2B and business applications for industries in Brazil - Develop skills and learn new technologies - Location: São Paulo/SP, Brazil Please, send your resumes to [EMAIL PROTECTED] with Flex Engineer as subject. -- Fabio Terracini Synex Technologies Co. Fone/Fax: +55 (11) 3071-3363

[flexcoders] Headless Server

2005-05-31 Thread Fabio Terracini
the java.awt.headless=true in the virtual machine arguments worked fine. So, actually the box is working as expected, but I'm just curious why changing flex-config.xml file didn't worked. Any ideas on the flex-config.xml? Thanks, -- Fabio Terracini Yahoo! Groups Links * To visit your group