BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-24-2008, 09:38 AM   #1
Amit_kk
New Member
 
Join Date: Sep 2008
Model: 8300
PIN: N/A
Carrier: Vodafone
Posts: 4
Default How to use setGlobalAlpha value in popupscreen

Please Login to Remove!

Hello Everybody,

I want to create the semitransparent popup screen. I have read somewhere in API. Use setGlobalAlpha to set the Transparency.

How to use this API in application.

Any help will be appreciated.

if possible please explain with code snippet.

Thanks in advance.
Offline  
Old 09-24-2008, 10:49 AM   #2
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default Global Alpha - from API doc

public void setGlobalAlpha(int alpha)

Sets the current global alpha value for drawing operations. It ranges from 0 (fully transparent) to 255 (fully opaque).

Be sure to reset the global alpha value when appropriate since all subsequent operations are done using the value specified. Global alpha is stored on the stack so popContext will restore it to the previous value.

Note that alpha will be clamped to the range 0-255.

Parameters:
alpha - Alpha value to use, from 0 (fully transparent) to 255 (fully opaque).
Since:
JDE 3.7.0
Category:
Colour: Pertains to devices' ability to display colour. May only be applicable on colour devices.
Offline  
Old 09-24-2008, 10:51 AM   #3
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

This is from the class Graphic. Your paint() method is passed the Graphic object, os this is where you would place your call to setGlobalAlpha().
Offline  
Old 09-26-2008, 06:20 AM   #4
Amit_kk
New Member
 
Join Date: Sep 2008
Model: 8300
PIN: N/A
Carrier: Vodafone
Posts: 4
Default

How to remove the stored alpha value ?

protected void paintBackground(Graphics g) {
try {
XYRect myExtent = getExtent();
int color = g.getColor();
int alpha = g.getGlobalAlpha();
g.setGlobalAlpha(0xCC);
g.setColor(0x000000);
g.fillRoundRect(0, 0, myExtent.width, myExtent.height, 30, 30);
g.setColor(color);
g.setGlobalAlpha(alpha);
} catch (Exception e) {
System.out.println(e.toString());
}
}

I have created the transparent screen using the above code but when I am changing focus (i.e I am moving the focus from one to another field ) at that time the transparency looses.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Flash Technology 2-4740-14 Timing and Trigger Board picture

Flash Technology 2-4740-14 Timing and Trigger Board

$180.00



ZIP System Liquid Flash 10.3 oz. Cartridge ***10pk*** picture

ZIP System Liquid Flash 10.3 oz. Cartridge ***10pk***

$190.00



LG ARC FLASH KIT,40 CAL,NSA, National Safety Apparel, ENESPRO,NAVY, KIT4SC40NGLG picture

LG ARC FLASH KIT,40 CAL,NSA, National Safety Apparel, ENESPRO,NAVY, KIT4SC40NGLG

$750.00



ZIP System Flashing Tape 3.75

ZIP System Flashing Tape 3.75" x 90' (12 Rolls) Huber ZIP Tape Full Case

$320.00



Closed Cup Flash Point Tester Full Automatic Pensky Martens Tester picture

Closed Cup Flash Point Tester Full Automatic Pensky Martens Tester

$1270.00



New Flash Technology Double LED Marker L-810 OL-2 Aviation Steampunk Industrial picture

New Flash Technology Double LED Marker L-810 OL-2 Aviation Steampunk Industrial

$800.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.