View Single Post
Old 02-08-2007, 03:19 PM   #8
Californium
Knows Where the Search Button Is
 
Join Date: Aug 2006
Model: 8300
Carrier: Cingular
Posts: 35
Default

While I don't believe you can have a transparent Screen object on top of a background one, you can try creating a function that simply draws transparent icons on top of the current screen. The blackberry JDE has a CustomButtons example for making circular or specialized buttons. For transparency, include

Code:
graphics.setGlobalAlpha(90); // lower number => more transparent
before performing any draw operation.

Last edited by Californium; 02-08-2007 at 03:24 PM..
Offline