Oh, so solutions looks a lot like i used to do in Flash... thnx, i will check what can i do :)
----- Mensaje original ---- De: Jeri Lamy <[EMAIL PROTECTED]> Para: [email protected] Enviado: martes, 20 de mayo, 2008 16:42:07 Asunto: Re: [flexcoders] more data into alert, or panel acting as an alert All that we do is add another component to the Canvas like this: <mx:HBox id="searchWorkingBo x" 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 <xxmapachexx@ yahoo.es> 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? > ______________________________________________ Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.

