Re: [flexcoders] How do i get rid of the white box?

2008-02-17 Thread Sherif Abdou
well it is a protected variable so you need to extend whatever componenet your 
working on, you can just remove it in validateDisplayList or just remove it 
totally
override public function validateDisplayList():void{
super.validateDisplayList();
//we really dont need to be running this everytime we invalidate so we do it 
only once
//we hide all the scrolls and the boxes, reason we cant exclude them is we need 
information
//about the positions and what not
if(firstTime){

whiteBox.visible=false;
firstTime=false;
}
}



- Original Message 
From: Vivian Richard <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 17, 2008 1:21:39 AM
Subject: Re: [flexcoders] How do i get rid of the white box?



   So!!! How did you remove it. Please let me know!!!
   Thanks..





On Feb 16, 2008 3:03 PM, Sherif Abdou <[EMAIL PROTECTED] com> wrote:

never mind, i guess it is called whiteBox who woulda thought it would be that 
easy.



- Original Message 
From: Sherif Abdou <[EMAIL PROTECTED] com>
To: [EMAIL PROTECTED] ups.com
Sent: Saturday, February 16, 2008 4:55:49 PM
Subject: [flexcoders] How do i get rid of the white box?


Picture is attatched, i have no idea what it is or how to get rid of it. Thanks



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. 





Looking for last minute shopping deals? Find them fast with Yahoo! Search. 





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

RE: [flexcoders] How do i get rid of the white box?

2008-02-17 Thread Brad Bueche
Sorry, responded on the wrong thread.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Brad Bueche
Sent: Sunday, February 17, 2008 8:36 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How do i get rid of the white box?





Well really I think the problem could be solved (1 way anyway) by just
telling it not to move to the next view (viewstack) until my
initDataDrovider function finishes.  Is there a way to do this? I'm not
used to things operating in parallel. I need the program to wait until
the dataprovider function returns. 
 
brad

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sherif Abdou
Sent: Saturday, February 16, 2008 6:03 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How do i get rid of the white box?





never mind, i guess it is called whiteBox who woulda thought it would be
that easy.


- Original Message 
From: Sherif Abdou <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Saturday, February 16, 2008 4:55:49 PM
Subject: [flexcoders] How do i get rid of the white box?





Picture is attatched, i have no idea what it is or how to get rid of it.
Thanks

  _  

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
it now.
<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i6
2sR8HDtDypao8Wcj9tAcJ>  


  _  

Looking for last minute shopping deals? Find
<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsear
ch/category.php?category=shopping> them fast with Yahoo! Search. 





 



RE: [flexcoders] How do i get rid of the white box?

2008-02-17 Thread Brad Bueche
Well really I think the problem could be solved (1 way anyway) by just
telling it not to move to the next view (viewstack) until my
initDataDrovider function finishes.  Is there a way to do this? I'm not
used to things operating in parallel. I need the program to wait until
the dataprovider function returns. 
 
brad

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sherif Abdou
Sent: Saturday, February 16, 2008 6:03 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How do i get rid of the white box?





never mind, i guess it is called whiteBox who woulda thought it would be
that easy.


- Original Message 
From: Sherif Abdou <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Saturday, February 16, 2008 4:55:49 PM
Subject: [flexcoders] How do i get rid of the white box?





Picture is attatched, i have no idea what it is or how to get rid of it.
Thanks

  _  

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
it now.
<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i6
2sR8HDtDypao8Wcj9tAcJ>  


  _  

Looking for last minute shopping deals? Find
<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsear
ch/category.php?category=shopping> them fast with Yahoo! Search. 



 



Re: [flexcoders] How do i get rid of the white box?

2008-02-16 Thread Vivian Richard
   So!!! How did you remove it. Please let me know!!!
   Thanks..




On Feb 16, 2008 3:03 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote:

>   never mind, i guess it is called whiteBox who woulda thought it would be
> that easy.
>
> - Original Message 
> From: Sherif Abdou <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Saturday, February 16, 2008 4:55:49 PM
> Subject: [flexcoders] How do i get rid of the white box?
>
>   Picture is attatched, i have no idea what it is or how to get rid of it.
> Thanks
>
> --
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ>
>
>
> --
> Looking for last minute shopping deals? Find them fast with Yahoo! 
> Search.<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping>
> 
>


Re: [flexcoders] How do i get rid of the white box?

2008-02-16 Thread Sherif Abdou
never mind, i guess it is called whiteBox who woulda thought it would be that 
easy.


- Original Message 
From: Sherif Abdou <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Saturday, February 16, 2008 4:55:49 PM
Subject: [flexcoders] How do i get rid of the white box?

Picture is attatched, i have no idea what it is or how to get rid of it. Thanks



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ