All that we do is add another component to the Canvas like this:

<mx:HBox id="searchWorkingBox" width="100%" height="100%" x="0" y="0"
backgroundColor="#222222" backgroundAlpha="0.7" verticalAlign="middle"
horizontalAlign="center">
     <local:Spinner tickColor="#FFFFFF" />
     <mx:Label text="Loading..." color="#FFFFFF" fontSize="12"/>
</mx:HBox>

And then in code turn visible on/off.  In my case I just show a
spinner and a label, but you can show whatever you want on that
component.

Or, use the PopupManager if you want something that the user can
interact with more.  Either way works.

Jeri Lamy

On Tue, May 20, 2008 at 9:32 AM, David Pariente <[EMAIL PROTECTED]> wrote:
> great, i could use a tittlewindow instead of a panel....but....how to make
> the blur and disable effect i get with an Alert?
>

Reply via email to