Re: [flexcoders] Re: Setting perspectiveProjection disable children interactivity

2010-01-22 Thread franto
Hi, I have same exact problem in Gumbo. I'm using native 3d support and when I set perspectiveProjection all children loose interactivity or it's screwed up... do you know how to fix it? It's very urgent :) Is there anybody who knows how to fix it? Franto -- Franto Kormanak

[flexcoders] Re: Setting perspectiveProjection disable children interactivity

2008-12-29 Thread gwangdesign
Just a follow-up from myself;) I am not able to re-compile my existing code using Gumbo sdk since all the code that tries to get/set UIComponent.transform seems to be broken on re-compile. For example: I got: TypeError: Error #1009: Cannot access a property or method of a null object reference.

[flexcoders] Re: Setting perspectiveProjection disable children interactivity

2008-12-29 Thread gwangdesign
Okay. So, okay. Here I am again. I just got a stripped down version of my code working on Gumbo but not sdk 3.2. In the following code, the Button instance maintains its interactivity (hover, tooltip, gets click event). If the same code gets complied to sdk 3.2, the Button looses hover/tooltip and