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 198469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:56:24+00:00 2026-05-11T16:56:24+00:00

Whenever I set a indeterminate progress bar in a modal pop-up via PopUpManager, there

  • 0

Whenever I set a indeterminate progress bar in a modal pop-up via PopUpManager, there is no progress displayed. If I add the same ProgressBar to the parent regularly or make the pop-up non-modal it works. Is there a reason why it doesn’t work in modal pop-ups? and a way to make it work?

Thanks.

  • 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-11T16:56:25+00:00Added an answer on May 11, 2026 at 4:56 pm

    I have had some other developers look at this, it turns out it is a bug, but there is a work around..I’ll post my original code and then the altered code for the work around:

    original:

    private function showLoading(e:Event = null):void
                {
                    if(_progBar == null)
                    {
                        _progBar = new ProgressBar();
                        _progBar.width = 200;
                        _progBar.indeterminate = true;
                        _progBar.labelPlacement = 'center';
                        _progBar.setStyle("removedEffect", fade);
                        _progBar.setStyle("addedEffect", fade);
                        _progBar.setStyle("color", 0xFFFFFF);
                        _progBar.setStyle("borderColor", 0x000000);
                        _progBar.setStyle("barColor", 0xf4b60f);
                        _progBar.label = "";
                    }
                    PopUpManager.addPopUp(_progBar,this,true);
                    PopUpManager.centerPopUp(_progBar);
                }
    

    work around:

    private function showLoading(e:Event = null):void
                {
                    if(_progBar == null)
                    {
                        _progBar = new ProgressBar();
                        _progBar.width = 200;
                        _progBar.indeterminate = true;
                        _progBar.labelPlacement = 'center';
                        _progBar.setStyle("removedEffect", fade);
                        _progBar.setStyle("addedEffect", fade);
                        _progBar.setStyle("color", 0xFFFFFF);
                        _progBar.setStyle("borderColor", 0x000000);
                        _progBar.setStyle("barColor", 0xf4b60f);
                        _progBar.label = "";
                        _progBar.mode = ProgressBarMode.MANUAL;
                    }
                    PopUpManager.addPopUp(_progBar,this,true);
                    PopUpManager.centerPopUp(_progBar);
                     _progBar.setProgress(0, 0);
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is a TextView of a certain size and whenever text set to it
I've got a variable in Emacs called my-var that I'd like to set whenever
I'm having an annoying problem with my iPhone app. Whenever I set the optimization
I have CruiseControl.NET Version 1.4 set up on my development server. Whenever a developer
Whenever I design a database, I always wonder if there is a best way
Whenever I try to add a new project to my SourceSafe repository it creates
Whenever I set the RichTextBox.Enabled property to false, its background color is automatically set
Whenever I set the Border.Effect property to a drop shadow effect every control contained
Is it possible to set Alpha to .75 or .50 (transparent) for Parent view
Whenever I add a new html file (or other text file) to the project

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.