01-25-2010 05:30 AM
I also override the
protected void applyTheme(){}
you can see the code i attached .
But i don't know how to override this method.
Just type like this:
protected void applyTheme(){}
???
01-25-2010 10:13 PM
I use the last development vesion. Vesion 5.0
May be this is the version problem. Can not support the transparent image?
So confused. Becasue i have so many images with transparent border.
01-25-2010 10:52 PM
If i use this image to create a BitmapField, This BitmalField show the transparent part correctly.
So just useGraphics.drawBitmap can not show the transparent part correctly. It always get the white border
How to void this problem?
Pls help me
Thanks very much
01-29-2010 03:17 AM
No one will help me ?
So confuse .
How to get that ?
Pls
01-31-2010 11:46 PM
Nobody have solutions? Or only me get this problem?
........ be at stand here
02-08-2010 02:48 PM
Remove your call to graphics.clear. This draws the entire area with the background colour (default being white). If you don't call clear, whatever is behind the manager will bleed through and you'll get the transparent effect you are looking for.
02-09-2010 02:12 AM
Thanks. It's ok now.