[flexcoders] Re: antiAliasType null exception with Text instances!

2006-07-27 Thread loftling
--- In flexcoders@yahoogroups.com, "Sergey Kovalyov" <[EMAIL PROTECTED]> wrote: > > Hi All! > > Each time I create new Text instance in ActionScript using new Text() > and then add it to parent container, I get exception: > > TypeError: Error #2007: Parameter antiAliasType must be non-null. I'm

[flexcoders] Re: importing button designed in flash

2006-04-19 Thread loftling
--- In flexcoders@yahoogroups.com, "Chaitanya" <[EMAIL PROTECTED]> wrote: > > Hi, > >    I am trying to import a button designed in flash into my flex > project and use it. I imported it and I can see it in my navigator > view. But when I try to drag it into my Panel I cant do it. Looks like >

[flexcoders] Re: Flex2b2: Problem casting super to an Interface

2006-04-19 Thread loftling
> IInterface( super ).InterfaceMethod(); It seems to me that the bug is that super is allowed to be used by itself (without calling a method). It seems that the compiler is just treating "super" as an alias for "this", which is about the most sensible thing it can do other than generate an er

[flexcoders] RENDER event: before every frame or only when certain UI elements change?

2006-04-12 Thread loftling
Does anyone know if the RENDER event (flex 2 / actionscript 3.0, flash.events.Event.RENDER) is supposed to be dispatched to the display list prior to every frame, or is it merely supposed to be dispatched prior to a frame in when *certain* UI elements (like mx controls) have their state updated. Th

[flexcoders] compiler errors, runtime errors, requests for enhancement (Flex 2 beta)

2006-03-29 Thread loftling
I'm posting this here in the hopes that some of the Adobe engineers active on this group will read the messages I've been posting to their own forums. I've been having a lot of problems that other haven't, and I'd love some responses. A NullPointerException in the compiler prevents me from us