[flexcoders] How to remove shadow

2006-12-11 Thread sanjaypmg
Hi All,

I have developed some screens in flex and integrated with the existing 
application but It doesnt match to the existing theme... Its looking 
totally different part of the application which should not be I 
have used many things which have shadow effect like panel... So to 
make this in sink with the existing application I wanna remove this 
shadow effect from all the components used in the application. but I 
couldnt find how to remove it...

If anyone knows please let me know... It would be a great help...

thanks in advance.

Thanks
Sanjay Sharma



RE: [flexcoders] How to remove shadow

2006-12-11 Thread Van De Velde Hans
Hi,
 
you can either put another BitmapFilter on the UIComponent 
or simply try this in the creationComplete handler to remove the shadow:
 
filters = new Array();
 
 
wkr,
Hans.
 
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sanjaypmg
Sent: maandag 11 december 2006 18:47
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to remove shadow



Hi All,

I have developed some screens in flex and integrated with the existing 
application but It doesnt match to the existing theme... Its looking 
totally different part of the application which should not be I 
have used many things which have shadow effect like panel... So to 
make this in sink with the existing application I wanna remove this 
shadow effect from all the components used in the application. but I 
couldnt find how to remove it...

If anyone knows please let me know... It would be a great help...

thanks in advance.

Thanks
Sanjay Sharma