RE: [flexcoders] Re: Loading mask or overlay for datagrids while loading

2008-01-02 Thread Alex Harui
Yes.  Good luck.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of brey_magenta
Sent: Wednesday, January 02, 2008 5:28 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Loading mask or overlay for datagrids while
loading

 

Ok, so just using a popupmanager, size it to cover the component and
remove it when the loading is done should do the trick?

--- In flexcoders@yahoogroups.com 
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> A mask in Flash is a specific thing that clips the object it masks. I
> think you really want an overlay and PopUpManager is a good way to
> overlay things temporarily. Whether you want it for the datagrid or
> other components doesn't matter. The Alert puts up a transparent blur
> over the whole app via PopUpManager. You can popup some animation in a
> similar way at specific sizes and positions.
> 
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com 
] On
> Behalf Of brey_magenta
> Sent: Thursday, December 20, 2007 3:06 AM
> To: flexcoders@yahoogroups.com  
> Subject: [flexcoders] Re: Loading mask or overlay for datagrids while
> loading
> 
> 
> 
> 
> Because that is not the way I want?
> 
> It's not only ment for datagrids, also for components that load data.
> 
> --- In flexcoders@yahoogroups.com


> , "Alex Harui"  wrote:
> >
> > How about using PopUpManager to popup something over the datagrid?
> > 
> > 
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com


> [mailto:flexcoders@yahoogroups.com


> ] On
> > Behalf Of brey_magenta
> > Sent: Monday, December 17, 2007 12:08 AM
> > To: flexcoders@yahoogroups.com 
 
> > Subject: [flexcoders] Re: Loading mask or overlay for datagrids
while
> > loading
> > 
> > 
> > 
> > Well, for example, using a mask? I know you can put a 'mask' over
any
> > visible object but I don't know how to make a mask which shows a
> > animated loading swf/image.
> > 
> > --- In flexcoders@yahoogroups.com
 
> 
> 
> > , "Alex Harui"  wrote:
> > >
> > > There are so many options, I don't know where to start. You can
use
> > > masks, overlays, popups, effects, transitions. 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > From: flexcoders@yahoogroups.com
 
> 
> 
> > [mailto:flexcoders@yahoogroups.com
 
> 
> 
> > ] On
> > > Behalf Of brey_magenta
> > > Sent: Wednesday, December 12, 2007 11:50 PM
> > > To: flexcoders@yahoogroups.com


>  
> > > Subject: [flexcoders] Loading mask or overlay for datagrids while
> > > loading
> > > 
> > > 
> > > 
> > > I've been wondering how to show a nice loading animation while a
> > > datagrid or other component is loading and fading it out when it's
> > > done loading. 
> > > 
> > > I've been looking everywhere for a nice solution but I haven't
found
> a
> > > decent one so far. Is there an easy way? By using a mask or
> something?
> > >
> >
>

 



RE: [flexcoders] Re: Loading mask or overlay for datagrids while loading

2007-12-20 Thread Alex Harui
A mask in Flash is a specific thing that clips the object it masks.  I
think you really want an overlay and PopUpManager is a good way to
overlay things temporarily.  Whether you want it for the datagrid or
other components doesn't matter.  The Alert puts up a transparent blur
over the whole app via PopUpManager.  You can popup some animation in a
similar way at specific sizes and positions.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of brey_magenta
Sent: Thursday, December 20, 2007 3:06 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Loading mask or overlay for datagrids while
loading

 


Because that is not the way I want?

It's not only ment for datagrids, also for components that load data.

--- In flexcoders@yahoogroups.com 
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> How about using PopUpManager to popup something over the datagrid?
> 
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com 
] On
> Behalf Of brey_magenta
> Sent: Monday, December 17, 2007 12:08 AM
> To: flexcoders@yahoogroups.com  
> Subject: [flexcoders] Re: Loading mask or overlay for datagrids while
> loading
> 
> 
> 
> Well, for example, using a mask? I know you can put a 'mask' over any
> visible object but I don't know how to make a mask which shows a
> animated loading swf/image.
> 
> --- In flexcoders@yahoogroups.com


> , "Alex Harui"  wrote:
> >
> > There are so many options, I don't know where to start. You can use
> > masks, overlays, popups, effects, transitions. 
> > 
> > 
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com


> [mailto:flexcoders@yahoogroups.com


> ] On
> > Behalf Of brey_magenta
> > Sent: Wednesday, December 12, 2007 11:50 PM
> > To: flexcoders@yahoogroups.com 
 
> > Subject: [flexcoders] Loading mask or overlay for datagrids while
> > loading
> > 
> > 
> > 
> > I've been wondering how to show a nice loading animation while a
> > datagrid or other component is loading and fading it out when it's
> > done loading. 
> > 
> > I've been looking everywhere for a nice solution but I haven't found
a
> > decent one so far. Is there an easy way? By using a mask or
something?
> >
>

 



RE: [flexcoders] Re: Loading mask or overlay for datagrids while loading

2007-12-17 Thread Randy Martin
Why not a popup with a progressBar? If there's nothing to report progress
on, you can just use a Timer to increment the progress bar and have the
event listener handler get rid of the popup when whatever you're doing is
finished.
 
~randy


   _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alex Harui
Sent: Monday, December 17, 2007 11:58 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Loading mask or overlay for datagrids while
loading






How about using PopUpManager to popup something over the datagrid?




   _  


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of brey_magenta
Sent: Monday, December 17, 2007 12:08 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Loading mask or overlay for datagrids while
loading



Well, for example, using a mask? I know you can put a 'mask' over any
visible object but I don't know how to make a mask which shows a
animated loading swf/image.

--- In HYPERLINK
"mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED], "Alex
Harui" <[EMAIL PROTECTED]> wrote:
>
> There are so many options, I don't know where to start. You can use
> masks, overlays, popups, effects, transitions. 
> 
> 
> 
> -_-_-__
> 
> From: HYPERLINK
"mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED]
[mailto:HYPERLINK
"mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED] On
> Behalf Of brey_magenta
> Sent: Wednesday, December 12, 2007 11:50 PM
> To: HYPERLINK
"mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED]
> Subject: [flexcoders] Loading mask or overlay for datagrids while
> loading
> 
> 
> 
> I've been wondering how to show a nice loading animation while a
> datagrid or other component is loading and fading it out when it's
> done loading. 
> 
> I've been looking everywhere for a nice solution but I haven't found a
> decent one so far. Is there an easy way? By using a mask or something?
>





 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: 12/16/2007
11:36 AM
 


RE: [flexcoders] Re: Loading mask or overlay for datagrids while loading

2007-12-17 Thread Alex Harui
How about using PopUpManager to popup something over the datagrid?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of brey_magenta
Sent: Monday, December 17, 2007 12:08 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Loading mask or overlay for datagrids while
loading

 

Well, for example, using a mask? I know you can put a 'mask' over any
visible object but I don't know how to make a mask which shows a
animated loading swf/image.

--- In flexcoders@yahoogroups.com 
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> There are so many options, I don't know where to start. You can use
> masks, overlays, popups, effects, transitions. 
> 
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com 
] On
> Behalf Of brey_magenta
> Sent: Wednesday, December 12, 2007 11:50 PM
> To: flexcoders@yahoogroups.com  
> Subject: [flexcoders] Loading mask or overlay for datagrids while
> loading
> 
> 
> 
> I've been wondering how to show a nice loading animation while a
> datagrid or other component is loading and fading it out when it's
> done loading. 
> 
> I've been looking everywhere for a nice solution but I haven't found a
> decent one so far. Is there an easy way? By using a mask or something?
>