View Single Post
Old 02-13-2007, 12:49 PM   #11
Californium
Knows Where the Search Button Is
 
Join Date: Aug 2006
Model: 8300
Carrier: Cingular
Posts: 35
Default

You can draw the background image for the application first and then draw the transparent pictures on top.

I've attached a simple program that demonstrates this method. A circle moves back and forth across the screen. Three transparent buttons are in the upperleft corner. Press 'ESC' to quit the program.

With this method, you need to redraw the transparent objects for each screen but it should hopefully provide the desired effect.
Attached Files
File Type: zip TransparentCustomButtons.zip (23.7 KB, 45 views)

Last edited by Californium; 02-15-2007 at 02:18 PM..
Offline