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


AVNET ULTRAZED SOM ZYNQ ULTRASCALE+ XCZU3EG SYSTEM ON MODULE -  picture

AVNET ULTRAZED SOM ZYNQ ULTRASCALE+ XCZU3EG SYSTEM ON MODULE -

$225.00



Avnet UltraZed-EG AES-ZU3EG-1-SOM-I-G Zynq UltraScale+ MPSoC System-on-Module picture

Avnet UltraZed-EG AES-ZU3EG-1-SOM-I-G Zynq UltraScale+ MPSoC System-on-Module

$129.99



AZ Bi-Stable Memory Element 04.005.4 picture

AZ Bi-Stable Memory Element 04.005.4

$205.56



Yaskawa DF8100829 JANCD-MM09 Rev B Circuit Drive Board Memory  picture

Yaskawa DF8100829 JANCD-MM09 Rev B Circuit Drive Board Memory

$220.50



Argolladora We R Memory Keepers Heidi Swapp Cinch Binding Machine 71050-9 by AC picture

Argolladora We R Memory Keepers Heidi Swapp Cinch Binding Machine 71050-9 by AC

$79.99



10pcs GD25Q64CSIG 25Q64CSIG 64Mbit SPI FLASH Memory chip SOP-8 picture

10pcs GD25Q64CSIG 25Q64CSIG 64Mbit SPI FLASH Memory chip SOP-8

$12.34







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