BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 06-27-2008, 10:00 PM   #1
arv
Knows Where the Search Button Is
 
Join Date: May 2007
Location: indonesia
Model: 8800
PIN: N/A
Carrier: vodafone
Posts: 21
Default Popup Screen from background thread (without white background)

Please Login to Remove!

Hi,

I need information how to create Popup Screen from background thread.
I already try to create it, but I always get white background behind
my Popup Screen.
what should i do to create Popup Screen with transparent background,
so the Popup Screen will use Home Screen as Background?

Code:
    private class BackGroundApp extends Thread {
        public void run() {
            System.out.println("Application is running");
            try {
                sleep(5000);
            }
            catch (Exception e){}
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                public void run() {        
                    Screen screen = new PopupScreen1();
                    UiApplication.getUiApplication().pushScreen(screen);
                }
            });
        }
    }
i attach a capture screen of my simulator that show a white background.

thanks.
Attached Images
File Type: png 8300.png (2.6 KB, 10 views)
Offline  
Old 06-30-2008, 03:09 AM   #2
simon.hain
CrackBerry Addict
 
Join Date: Apr 2005
Location: hamburg, germany
Model: 8900
Carrier: o2
Posts: 838
Default

did you try pushmodalscreen (etc) ?
__________________
java developer, Devinto, hamburg/germany
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


JOHNSON CONTROLS 022-10054-000 / 02210054000 picture

JOHNSON CONTROLS 022-10054-000 / 02210054000

$189.90



A419GBF-1C Johnson controls Temp Controller- New picture

A419GBF-1C Johnson controls Temp Controller- New

$80.00



Johnson Controls Metasys CVE03050 controller.     M4-CVE03050-0P (NEW) picture

Johnson Controls Metasys CVE03050 controller. M4-CVE03050-0P (NEW)

$300.00



JOHNSON CONTROLS CONTROL BOARD PART# AS-COM1100-0 new picture

JOHNSON CONTROLS CONTROL BOARD PART# AS-COM1100-0 new

$39.95



Johnson Controls MS-NCE2566-0 Metasys Network Control Engine picture

Johnson Controls MS-NCE2566-0 Metasys Network Control Engine

$119.99



Johnson Controls NS-BTP7001-0 Network Sensor Temp Adjustment Modular Jack picture

Johnson Controls NS-BTP7001-0 Network Sensor Temp Adjustment Modular Jack

$79.00







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