Display the Popup on the main screen

Hi all

I am developing the small gui application. I don't have any positive results in this regard.

My Reuirement is:

1. whenever I have luanch my application, I need to display a small popup with a label under textfield, under the ok button (just like the type of progress bar, ok button this is extra).

2 then I need to get the OK button action and whenever I click on the ok button, I need display pop anther upward with the label "you successfully process", then press ok button. Here also I need to get the action of the Ok button and when I clilk affecting my request goes to the back ground.

Is this possible in blackberry with blackberry gui API? Please if anyone has the idea of these gui design can share me the sample code or give suggestions.

Kind regards

Suresh has

[email protected]

If your problem is resolved, you can mark thread as resolved.

Tags: BlackBerry Developers

Similar Questions

  • 'Reply' / 'Write' form is hidden behind the main screen of you bird

    Since I updated to the latest version of you bird (v.24.6) last week, I am unable to make the electronic form forward when displaying the main screen of boxes to letters. By clicking on the edge of the screen to answer/write will show it only momentarily, then he is hiding behind the screen of mailboxes. To write a new email, I have to minimize the mailbox main screen.

    I looked for an option that will allow the form of response/writing stay on top, but fails. I made no changes to the options when I updated. I forget a new option somewhere?

    Thanks for any help
    P.S. Win 7 x 64

    Matt,

    You nailed it. Without the Add-ons, it works as it should. Now, I have to determine which of my modules is the culprit. I have day some after I installed the last you bird. I have not that much, so it should be an easy thing to disable all and then putting back one by one.

    Thank you.

  • How to show the main screen (home screen of blackberry)

    Hi guys,.

    I need to know how to show the main screen (home screen of the blackberry), even if it's in any screen (like saying "Calculator" etc)...

    This must be done by programming... is there a solution for this?

    Thanks in advance,

    I also had. This is to disconnect incoming call and display the main screen (home screen of the blackberry).

    EventInjector.invokeEvent (new EventInjector.KeyCodeEvent (EventInjector.KeyCodeEvent.KEY_DOWN, (char) Keypad.KEY_END, 0, 100));
    EventInjector.invokeEvent (new EventInjector.KeyCodeEvent (EventInjector.KeyCodeEvent.KEY_UP, (char) Keypad.KEY_END, 0, 100));

  • Seems to be a misinterpretation of the size of the file that is displayed in the bottom left of the main screen.

    Seems to be a misinterpretation of the size of the file that is displayed in the bottom left of the main screen. I thought that he used to be Tablet/no compressed size. But I get a lot of analysis that are the limit of 2 GB for PSD and when I back up, after trying for a while, it says file exceeds the limit of 2 GB for the PSD. I try tiff and get the field exceeds the limit of 4 GB for TIFF. PSD, it will do but can not be read by Lightroom, so they won't be in my catalog. If these numbers at the bottom right are not properly which is the file size they are for?

    The numbers on the bottom on the left represent just the size of the image that the file is open and not what it could be saved or compressed. You think if often is under the 2 GB limit, but it's really over. If she goes, save the file as a PSB.

  • Open a new file in photoshopcc and the name of the file is displayed but no Web white work. You can see it as a layer in the layers panel and if I pull on the grey area I see int on the layer, but not on the main screen.

    Open a new file in photoshop cc and the name of the file is displayed but no Web white work. You can see it as a layer in the layers panel and if I pull on the grey area I see int on the layer, but not on the main screen.

    Nice day!

    Could you please post a screenshot with the relevant panels visible?

    Not turning off"use graphics processor" in the Performance preference and restarting Photoshop have a bearing on the issue.

    Kind regards

    Pfaffenbichler

  • Update of the main screen to a background thread

    Hi guys im trying to update the main screen from a background thread. in this case I'm using a 2 static pictures. Once I click on a butotn on the popupScreen when the application is loaded, it will update the image on the main screen.

    I wrote a small excerpt for it and can you please give me some help with this. because when I've debugged and one of the developers helped me thereby to discover that the screen im trying to update is not the active screen.  Please have alook please.ive extract have 3 classes here

    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    SerializableAttribute public class MyApp extends UiApplication
    {

    Public Shared Sub main (String [] args)
    {
    Create a new instance of the application and make the currently
    who runs the thread of the application of the event dispatch thread.
    MyApp PAP = new MyApp();
    theApp.enterEventDispatcher ();
    }
        
    /**
    * Creates a new object MyApp
    */
    public MyApp()
    {
    Push a screen onto the stack in the user interface for rendering.
    pushScreen (new MyScreen());
    final Pinpopup pp = new Pinpopup();

    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run()
    {
    UiApplication.getUiApplication () .pushModalScreen (pp);
    }
    });
    }
    }
    ////////////////////////////////////////////////////////////////////////////////////////

    / public final class screen extends MyScreen
    {
    /**
    * Creates a new object of MyScreen
    */
    public Bitmap bmp image;
    public BitmapField bmpField;
    public ButtonField btnDisplay;
    public ImageThread imgThread;
            
    public MyScreen()
    {
            
    Set the displayed title of the screen
    setTitle ("MyTitle");
    BMP = Bitmap.getBitmapResource ("image.png");
    btnDisplay = new ButtonField ("Display");
    bmpField = new BitmapField (bmp);

    btnDisplay.setChangeListener (new FieldChangeListener() {}
                
    ' Public Sub fieldChanged (field field, int context) {}
    TODO self-generating method stub
                    
    if(Field == btnDisplay)
    {
    BMP = Bitmap.getBitmapResource ("image1.png");
    bmpField.setBitmap (bmp);
    signInButtonClicked ("07760926037", "1234");
    LaunchImageThread();
                        
    }
    }
    });
            
    Add (bmpField);
    Add (btnDisplay);
            
    }
        
        
    Public Sub LaunchImageThread()
    {
    imgThread = new ImageThread (this);
    System.out.println ("THIS screen:" + this.getScreen ()); I realized that the im screen update is not active but its strange I don't create any other refrence so
    New Thread (imgThread) m:System.NET.HttpListener.start ();
    }
    }
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// POPUPSCREEN CLASS
    class Pinpopup extends PopupScreen //implements FieldChangeListener
    {
    private ButtonField btnOk;
        
    Pinpopup()
    {
            
    Super (new HorizontalFieldManager());

    btnOk = new ButtonField ("Sign In");

    btnOk.setChangeListener (new FieldChangeListener() {}

    ' Public Sub fieldChanged (field field, int context)
    {
    TODO self-generating method stub
    Try
    {
    if(Field == btnOK)
    {
    Close();
    MyScreen ms = new MyScreen();
    Mrs. LaunchImageThread();
    }
    } catch (IllegalArgumentException e) {}
    TODO: handle exception
    System.out.println ("Exception Popup all in signingIn" + e.getMessage ());
    }
    }
    });
            
    Manager fieldManagerContext = new Manager (USE_ALL_WIDTH)
    {
    ' public void sublayout (int width, int height) {}

    int xPos = 10;
    int ypos = 40;

    Field = getField (0);
    layoutChild (field, 280, 50);
    setPositionChild (field, xpos ypos + 100 + 165);

    setPosition (300, 300);
    setExtent (350, 225);
    }
    };
            
    fieldManagerContext.add (btnOk);
    Add (fieldManagerContext);
    }
    }

    /////////////////////////////////////////////////////////////////////////////////////////////////////

    / public class ImageThread implements Runnable
    {
    private MyScreen parent;
        
    public ImageThread (MyScreen myScreen)
    {
    parent = myScreen;
    }

    public void run()
    {
    Try
    {
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
                    
    public void run() {}
    TODO self-generating method stub
    System.out.println ("active screen:" + UiApplication.getUiApplication () .getActiveScreen ());
    System.out.println ("active screen:" + parent.getScreen ());
    parent.bmp = Bitmap.getBitmapResource ("image1.png");
    parent.bmpField.setBitmap (parent.bmp);
                        
    }
    });
    }
    catch (Exception ex)
    {
    System.out.println ("Exception in Thread:" + ex.getMessage ());
    }
    }
    }

    was soon thanks

    I suspect that this is your problem:

    MyScreen ms = new MyScreen();
    Mrs. LaunchImageThread();

    I suspect that if you did as I suggested on the other Thread and put a breakpoint in the constructor of MyScreen, you'd have foiund, this creates a second instance.

    I hope that you can take it from here.

  • Problem with the main screen of firefox

    After the update of firefox to firefox 15.0 16.0.2's problem with the main screen. At the top of the main screen displays the bar (caption bar of the main form) that I have win xp and under this title is bar legend like win 7.

    Firefox is running on Windows Xp, if better, I can send the screen, but I don't know where is possible add image to this error report...

    Okay, the problem has been resolved, problem was with the Tab Mix Plus extension. I have an older version of this extension, because at work may not update directly, because I'm going to the Internet via a proxy. Download, update firefox extension directly through the proxy is not possible... I need to download via the other internet browser, in order to not do it often...

  • My mouse is stuck on the main screen (add pictures)

    I'm used to 2 monitors, and I want to keep it this way. So I implemented a QUANIX monitor I have via HDMI to my Sprout.

    I have extension success of two monitors. but my mouse cursor is stuck in the main screen of Sprout.

    If I drag a window to the next screen, the window can move to the second monitor. but my mouse cursor is stuck on the first monitor.

    How can I solve it?

    Please help me... T_T

    (You can see in detail through below the images)

    monitor 1: HP all-in-one

    Monitor 2: horizontal HP

    Monitor 3: MON-SIS330 (QNIX QX2400)

    Current value of monitors

    captured when dragging a window to the next monitor

    I can find the solution to another post. Sprout Service stop and I can't success using extended display.

  • set the second screen as the main screen

    I have an external monitor connected to my macbook pro. Is it possible to put this external monitor as the main screen. It seems that El Captain only opens new windows and applications on Macbook Pro screen.

    You can change the order via system preferences > display > Arrangement. Drag the white line (menubar) on the second screen to make it primary.

  • On the main screen color questions

    Hello

    So I use the X201T with very bright display on Win7 64.  From time to time display on my screen color seems to be very off, almost as if the gamma have been shifted too far.  All graphics settings seem fine, yet the only solution seems to be a reboot.  Initially, I noticed the problem seems to occur more often when waking from sleep, but this is no longer the case.  Took me to update to the latest version of the bios and video drivers, but always without success.

    Today, I noticed something interesting on the problem.  When I have an external display connected, the colors on the outside are very good if I cloned the original display or extended desktop.  However, what I've learned today, is that when the issue is raised, it is connected permanently to the main screen only - which means that if I have my external screen defined as my main screen, there only color problems while my laptop display looks great.

    I don't know if this could be a hardware problem, a bios problem, a driver problem or a graphic properties issues intel.  Any help would be greatly appreciated .

    Thank you

    Just a quick update incase somebody stumbles on this thread:

    The problem seems to be the lenovo display driver.  Although I tried to install the display driver intel in the past, the only solution was a clean Windows 7, followed by the installation of the driver setup intel only.

    Note that in my first own installation, I opted for the display of lenovo driver and still had persistent problems of color.  On my second try, I went straight for the intel driver and do not know the problem any longer.

  • Apple Watch is a day of rest on the main screen

    I noticed this morning that my Apple Watch is one day behind the main screen. The calendar is correct, however. Is there any solution for this?

    Hello

    If you have not already done so, it can help to upgrade your iPhone and Apple Watch to the latest version of the software, from your iPhone:

    Otherwise, the following steps may help:

  • my iphone 5 s has been disabled. I'm trying to restore my iphone with itunes and itunes asks me to put the password for my iphone. but my iphone does not display the unlock screen. What should I do now?

    my iphone 5 s has been disabled. I'm trying to restore my iphone with itunes and itunes asks me to put the password for my iphone. but my iphone does not display the unlock screen. What should I do now?

    Hello

    Follow the instructions here:

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

  • How to return to the main screen after watching downloads?

    This such a stupid question, but I have forgotten how to return to the main screen after watching downloads.

    Close the window or tab to download (if you are using some addon) or only to change the tab:

    Downloads:

  • Windows move to the main screen when sleeping Satellite-S50T-B

    Satellite S50T-B, Windows 8.1. Whenever my laptop sleeps, it moves all the icons and windows open on the secondary external monitor on the laptop monitor. Like a lover double screen, it's extremely annoying. I keep having to set up my work space.

    I expect that there is a bug in the video driver, which means that she sees the monitor off as a result of the command 'sleep' of the laptop as a monitor "unplugged" and it is reported to the operating system for the operating system moves all the icons and windows on the main screen, so when I turn again, they are all in the wrong place.

    Please note that the disappearance of the screen as a direct result of it being sent a sleep command should not be interpreted in any way other than the monitor to sleep as said.

    The graphics driver is old way... When can we expect an update?
    When I can see a fix for this frustrating problem?

    Hello

    If you would google for this problem, you will find a lot of discussions and information about this system.

    From my point of few this issue is linked to the State in sleep mode. There are the States of sleep mode (S0, S1, S2, S3, S4)

    S3 is generally the default standby mode, while the S4 is generally the mode of hibernation by default.
    Here all the details:
    http://msdn.Microsoft.com/en-us/library/Windows/hardware/ff564575

    You can use the PowerCfg command to change these settings
    http://TechNet.Microsoft.com/en-us/library/cc748940%28V=WS.10%29.aspx

  • How can I access my space girls 14 years old, on the main screen on the computer?

    How can I access my space girls 14 years old, on the main screen on the computer? So I can see what she gets up to the computer because I have no way of knowing.  She went totally bananas when I put parental controls on its site.  It has a password.  I am the administrator of computers.  Thank you

    I assume you have no access to the password for the user of your daughter.  As an administrator, you may open the control panel in Win XP and select user accounts.  The options will allow you to change or remove the password of your daughter.  Then you could sign on behalf of your daughter.
    However, who would probably trigger another outbreak of 'bananas', because your daughter will realize that you have changed or deleted her password.  This forum is not how parents react to problems of girl.  However, she is only 14, is YOUR computer and you have good reason to worry about his online activities.
     
     

    "maidmarion" wrote in message News: d6c42d7e-eb05-43a4-9723-ac451a17b15a...

    How can I access my space girls 14 years old, on the main screen on the computer? So I can see what she gets up to the computer because I have no way of knowing.  She went totally bananas when I put parental controls on its site.  It has a password.  I am the administrator of computers.  Thank you

  • Product key not recognized during a repair of xp pro sp2 on a genuine xp pro sp2 disk. stuck on the main screen of the product.

    After starting problems on my Toshiba satellite with xp pro sp2, I booted my xp pro sp2 disk and did a repair instead of a reinstall software.  He went through the motions, removed the sys files, copied them back and so on.  Then he asked my product key and I typed in it and it does not recognize.  It's a real bought copy of xp pro sp2.  Now, I'm stuck on the main screen of the product.  When I start the laptop on the xp disk it blue screens, the only option I have is to enter a product key in the configuration...  I have my receipt for my xp pro disk and product key for certification sticker.  Help, please!

    "XP MCE Pro? That is not normal! It would be one or the other (AFAIK). Here is an example:

    http://cdn2.ioffer.com/IMG/item/811/353/46/o_XyuQav94U1MQ0Ci.jpg

    If the hybrid you mention is the real thing, it's new to me! I know that some have described as a superset of Pro MCE, but I never used this version, so I can't tell you definitively that a COA sticker wouldn't this combo of terms...

    In addition, the term 'Enterprise Edition' implies something not legitimate. I do not think that Microsoft has never used the term marketing for Windows.

    If you had a legitimate retail version of Windows XP (any version) that is not used on another PC, you can perform a Clean Install (not a repair installation), using this key (not the key COST laptop). The only way you can use the key from your laptop COST would be if you used the correct installation CD - a generic OEM version of the corresponding XP (MCE?) version. In this way, you can perform a clean installation or a repair installation.

    Have you looked at the links I posted? What do you mean by "boot option? The instructions were to press the zero key while turning on the laptop. You are not supposed to enter the OS! The recovery partition is quite distinct.

    If your laptop does not a recovery partition, you should be able to get the correct recovery CD for this Toshiba - by Toshiba or you might need to find a reputable eBay merchant, etc.. Restoredisks.com, who has a good rating from Better Business Bureau, they probably sold too.

Maybe you are looking for

  • How to "sidebar" bookmark in Firefox 9.01?

    Just install 9.01 and look for the option to display bookmarks in a sidebar. Doesn't seem to be an option in the drop down menus from the top left "Firefox" with arrow. I have it working on an earlier version on a different system.

  • Screw stripped - Toshiba Satellite click Mini L9W - B

    Just noticed that the Mini replacement click on I received from Amazon has stripped the screw on the keyboard dock. I wondered why there were two joints of Toshiba, looks like it is opened at the factory (perhaps in conjunction with the battery probl

  • PCI 5154 sampling rate

    Hello What is the sample rate max 5154 PCI for two channel inputs? The manual States the 2GS/s is for one channel only. So, am I not able to get a bandwidth of 1 GHz for the simultaneous measurement of two channels? Thank you!

  • Should what key I use on my existing direct KMS host server for Windows 10 activations before the release of the 2016 Server?

    Issue of the company. At first glance, this should have a simple answer. Of course the Windows 2010 KMS key for my good company? Only I think Yes, because using a Windows client (which is Windows 10) KMS key on the KMS host allows only version and lo

  • Why I can't open a WPS on SkyDrive?

    Why I can't open a WPS on SkyDrive?I think I should be able to convert a WPS in DOCX file into the cloud.  In my humble OPINION, this task is an ideal application of cloud. GFH