Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7420065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:10:28+00:00 2026-05-29T08:10:28+00:00

I am using a popup screen to show the update status of background uploading

  • 0

I am using a popup screen to show the update status of background uploading processes. I want to cancel the uploading in between. I am trying to achieve this either by addin a button to the pop up screen or with the physical backbutton of the device. But it seems that none of the events generated are caught by the app.

Here is how I am creating a popup screen and displaying it t user

    DialogFieldManager manager = new DialogFieldManager();
                        //DialogFieldManager manager = (DialogFieldManager)getDelegate();
                        statusUpdate = new LabelField("Please Wait...");
                        manager.addCustomField(statusUpdate);
                        _gaugeField = new GaugeField("", 0, 100, 0, GaugeField.PERCENT);
                        manager.addCustomField(_gaugeField);
                        cncl_Btn = new ButtonField("Cancel",ButtonField.CONSUME_CLICK | ButtonField.FIELD_HCENTER | ButtonField.NEVER_DIRTY);
                        manager.addCustomField(cncl_Btn);
                        cancelFlag = 0;
                        cncl_Btn.setChangeListener(new FieldChangeListener()
                        {

                            public void fieldChanged(Field field, int context) {
                                //  Auto-generated method stub
                                UiApplication.getUiApplication().invokeLater(new Runnable()
                                {               
                                    public void run()
                                    {
                                        cancelFlag = 1;
                                        //onClose();//as this method exited from application
                                       // close();//this method gave me IllegalStateException
                                    }
                                 });

                            }

                        });

                        //BackUpScreen.this.addMenuItem(_viewItem);
                        popup = new PopupScreen(manager);
UiApplication.getUiApplication().pushScreen(popup);

Soon afther this line I am calling the actual upload process in a thread like this

UiApplication.getUiApplication().invokeLater(new Runnable() { 
                            public void run() {
                                    //.... do other stuff I wanted done...
                                backUpThread = Thread.currentThread();
                                    uploadItems();


                            }
                    });

But if I press the cancel button inside the popup screen its not responding. I checked this by adding a breakpoint inside the fieldchange listener method of button.

How can I do this in blackberry?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T08:10:29+00:00Added an answer on May 29, 2026 at 8:10 am

    The call to invokeLater (int the second bit of code) causes that Runnable to be executed on the event thread. If anything you do on the event thread blocks then the UI will become unresponsive as you describe. Any calls that may block must not be run on the event thread.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to show a popup screen on my page using JQuery UI Dialog
I am using a popup menu in Delphi. I want to use it in
I am trying to create popup using the jqueryui dialog. I am trying to
I'm trying to open my chat script in a popup window using window.open function.
I'm trying to share a project between my desktop and laptop using Subversion. The
When my app start I want to show splash screen and create httpwebrequest and
Ive been trying to acheive the same, this is exactly what i want :-
I've got a modal popup (using ModalPopupExtender) working in a kind of master/detail view
In my project i am using Ajax popup control to display address details. Popup
I am using AJAX modal popup in my project, but there is problem with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.