Try:

disabledOverlayAlpha="0"

in the MXML for your Application class.

or from AS3:

this.setStyle("disabledOverlayAlpha",0);

(assuming 'this' is referring to your Application class.)

HTH,
   Ian

On Thu, Jul 30, 2009 at 2:53 PM, Willy Ci<[email protected]> wrote:
>
>
> I can't find any answer on the web.
>
> then I disable the app using this.enabled=false;
>
> this action also show a gray layer,
>
> is there anyway I can disable the app without the gray layer?
>
> thanks
>
> Willy
> 617-606-3437
> ----------------------------------------------------------------------
> 6 X 9 = 42
> http://www.wolframalpha.com/input/?i=meaning+of+life
> ----------------------------------------------------------------------
>
> 

Reply via email to