Progress bar border

Hello

int i = 0;

VerticalFieldManagervfmMain;

Timer;

public GaugeField progressBar = null;

progressBar = new GaugeField (null, 0, 100, 0, GaugeField.NO_TEXT |) GaugeField.FIELD_HCENTER) {}
Protected Sub layout (int width, int height) {}
setExtent (300,10);
}
};

Timer = new Timer();
Timer.Schedule (new RemindTask (), 1000, 1000);

vfmMain = new VerticalFieldManager ();

vfmMain.add (progressBar);

class RemindTask extends TimerTask {}
public void run() {}
If (i<>
I += 10;
progressBar.setValue (i);
}
else {}
Timer.Cancel ();
}
}
}

This is how I create progress bar in my application. But now the problem is, progress var has no borders. I want to give border for her so that the bar of progression everything is visible.

Any solution?

Thanks in advance.

Have you tried something like this?

percentGauge = new GaugeField("Waiting.... ", 0, 100, 0,GaugeField.PERCENT)
        {
            public void paint(Graphics g)
            {
                g.setColor(0xFF0000);
                g.drawRect(0, 0, 300, 100);
                super.paint(g);
            }
        };

For JDE 4.6 and later you can use the class Border and define the border.

Tags: BlackBerry Developers

Similar Questions

  • Display of progress bar problem

    Hello

    I have a strange problem with dynamic action jQuery.

    I worked with Apex 4.2 on IE 11. I tried 7 and 26 theme!

    First of all, I modified a page template and added a div of progress bar:

    ...
    <body #ONLOAD#>
      <div id="OWN_PROGRESS_BAR"
        <h1>Loading!</h1>
      </div>
    ...
    
    
    

    #OWN_PROGRESS_BAR
    {
      height:200px;
      width:400px;
      position:absolute;
      top:50%;
      left:50%;
      margin:-100px auto auto -200px;
      background:#fff;
      border:1px solid #555;
      z-index: 99999999;
      display: none;
    }
    
    
    

    I then added js functions fo show and hide the element:

      function ShowOwnProgressBar()
      {
        $("#OWN_PROGRESS_BAR").show("slow");
      }
    
      function HideOwnProgressBar()
      {
        $("#OWN_PROGRESS_BAR").hide("slow");
      }
    
    
    

    Then I added a button that triggers an event, which is caught by a dynamic action.

    In dynamic action, I do following steps:

    1. run Javascript: ShowOwnProgressBar()

    2 run PL/SQL (result of wait)

    3 SetValue

    4 SetValue

    5 refreshment area

    6 run Javascript: HideOwnProgressBar

    It does not work! The progress bar is displayed for one second after completing the process of PL/SQL.

    Does anyone have an idea where the problem would be?

    I'm grateful for any help!

    The problem is that the way in which the work DA browser will be busy and will not refresh the screen while the thread DA is running.

    This can help, try calling ShowOwnProgressBar() with timer.

    setTimeout (ShowOwnProgressBar (), 1);

    I used 1 as gift ' r you really want a delay. But I think that this will make the enforcement code on its own thread.

    Let me know if it helps.

    Thank you

    -Jorge

  • in IE progress bar problem with on call for application

    I have several on the enforcement of the application process that I have called from javascript. The application process call pl/sql procedures in turn. Some of the procedures can take up to 10 seconds to complete, and while they are running, the screen just to freeze so that the user does not know that they are actually running. So, I would add some kind of a progression or Hourglass bar or an indication that things are moving.

    So I found the instructions of Re: hourglass display when the Page is processing . This works fine in Firefox but not in Internet Explorer.

    My footer text:

    < Style > #AjaxLoading {padding: 5px; do-size: 18px; width: 200px; text-align: center; left: 50%; top: 20%; position: absolute; border: 2px solid #666; background-color: #FFF ;}}
    < / style >
    < div id = "AjaxLoading" style = "" display: none; ">..." Treatment...
    < img src = "" #IMAGE_PREFIX #processing3.gif "id ="wait"/ >"
    < / div >

    My javascript:

    function create_invoice (pMilestoneNumber) {}
    Okay var = ("are confirm you sure you want to charge this invoice?");
    get var = new htmldb_Get (null, $v ('pFlowId'), 'APPLICATION_PROCESS is P110_CREATE_INVOICE', $v ('pFlowStepId'));
    If (! OK)
    return;
    html_ShowElement ('AjaxLoading');
    get.addParam('x01',pMilestoneNumber);
    gReturn = get.get ();
    Alert (gReturn);
    get = null;
    doSubmit();
    }

    In Firefox, the progress bar is displayed immediately after the user clicks ok to the confirmation request. In Internet Explorer, it does not appear until the application process of return with the return message.

    Any help would be greatly appreciated.

    Hello

    OK, it wasn't - it is just because there was a bug in my process it seemed that it worked. Sorry end that.

    So I re-tested, and the same problem that you experience will occur if you use Chrome. I think the best way is to use the technique suggested in the original thread that you connected. I so like this:

    function AjaxTest(){
         if(confirm("Are you sure you want to bill this Invoice?")){
              html_ShowElement('AjaxLoading');
              var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=IE_TEST',$v('pFlowStepId'));
              gReturn = get.GetAsync(g_AsyncReturn);
         }
    }
    
    function g_AsyncReturn(){
         if(p.readyState == 4){
              alert(p.responseText);
         }else{
              return false;
         }
    }
    

    That seems to work for me.

    In addition, you will notice in the example page, it shows the AjaxLoading element when loan State == 1, but in my experience, it doesn't work well not with chrome, so who's right for which I left out of the call back and just show before the process begins.

    Van
    Trent

  • How to create a circular gradient progress bar

    In Illustrator, I'm truying to create a round progress bar. You may know that the loading windiws7 slider, or the circle loading in FireFox. (It looks like a circle with no fill, only a line of fat - a bit like a doughnut. I want border line to be a gradual gradient at the end - see attached picture below, it is the upper right). Things I only get done sofar me a half a circle/gradient, just like the image below. What I want is a gradient that will completely round. What I did is the following: create a small circle, no fill, just a big edge. Expand it and give it a gradient.

    I imagined an another way to get what I want, only problem is that I don't know if this can be done in Illustrator: can you create a rectangle with a gradient, and 'bend' or leave it to 'follow' along a path of circle? Just like text can give a path?

    Or am I think far and is there another way to accomplisch this? Sure hope so.

    Oh by the way, I only intend to use this photo in a photo Station slider. So there is no need to load percentages, as your regular rectangle can do bar.

    Thank you!

    http://us.123rf.com/400wm/400/400/maxkrasnov/maxkrasnov1009/maxkrasnov100900033/7852251-blue-round-progress-indicators.jpg

    Illustrator does not provide what is sometimes referred to as a "radar" or "conical" sweep degraded. Its gradients are limited to the most basic linear and radial. Recent versions of Illustrator also provide an objects gradient mesh, but it's pretty heavy for such a commonplace treatment.

    This question has been answered and described several times in this forum. Illustrator solutions are to use mixtures (and, if you have the brushes from these mixtures.) Search the Forum and you will find them.

    JET

  • Flex 3: showing a progress bar during the Application loading time

    Hello

    I have 3 end Flex before Application.

    Currently, at the beginning of the Application, its shows a blank white page.
    I want to have a progress bar on this effect.

    I saw this thing

    < mx:ProgressBar id = "progressBar" minimum maximum = "100" = "100" = "manual" mode
    Label = "5%" labelPlacement = 'bottom' x = '207' y = '299' >
    < / mx:ProgressBar >

    I saw an example of using ProgressBar with Image, providing the source of the image of the ProgressBar?

    Could any body please let me know as how to provide my < mx:Application > as a source for this
    ProgresBar.

    Help, please.

    Thank you.

    Here's a brand preloader component that I created that allows you to have the text and image in the proloader:

    ---com/stardustsystems/preloader/BrandedPreloader.as---

    package com.stardustsystems.preloader
    {
      import flash.display.DisplayObject;
      import flash.geom.Rectangle;
      import flash.text.TextField;
      import mx.graphics.RoundedRectangle;
      import mx.preloaders.DownloadProgressBar;
    
      public class BrandedPreloader extends DownloadProgressBar{
        private var _title:String = "DEFAULT APPLICATION TITLE";
        private var _titleObj:TextField;
        private var _titleX:Number = 80;
        private var _titleY:Number = 15;
        private var _titleWidth:Number = 165;
        private var _titleHeight:Number = 32;
        private var _titleTextColor:Number = 0xFFFFFF;
        private var _marquee:String = "DEFAULT MARQUEE";
        private var _marqueeObj:TextField;
        private var _marqueeX:Number = 80;
        private var _marqueeY:Number = 80;
        private var _marqueeWidth:Number = 165;
        private var _marqueeHeight:Number = 32;
        private var _marqueeTextColor:Number = 0xFFFFFF;
        private var _logoX:Number = 15;
        private var _logoY:Number = 15;
        private var _borderRectX:Number = 0;
        private var _borderRectY:Number = 0;
        private var _borderRectWidth:Number = 260;
        private var _borderRectHeight:Number = 120;
        private var _borderRectCornerRadius:Number = 4;
        private var _labelRectX:Number = 80;
        private var _labelRectY:Number = 55;
        private var _labelRectWidth:Number = 165;
        private var _labelRectHeight:Number = 16;
        private var _barRectX:Number = 80;
        private var _barRectY:Number = 72;
        private var _barRectWidth:Number = 165;
        private var _barRectHeight:Number = 6;
        private var _barRectCornerRadius:Number = 0;
        private var _barFrameRectX:Number = 80;
        private var _barFrameRectY:Number = 73;
        private var _barFrameRectWidth:Number = 165;
        private var _barFrameRectHeight:Number = 4;
    
        // The logo file should be in the same directory as this file.
        // Embed the logo file because using Loader is not efficient,
        //   because a Loader would load with the application, and we
        //   need it to load before the application, because it is
        //   displayed in the preloader.
        [Embed("SDSLogo1.png")]
        [Bindable] public var logoCls:Class;
        private var logoDO:DisplayObject;
        // Config file allowing configuration of various areas of the preloader.
        [Embed("config.txt", mimeType="application/octet-stream")]
        [Bindable] public var configCls:Class;
        private var configObj:Object;
        private var configProps:Object;
    
        public function BrandedPreloader(){
          super();
          // Load the config file.
          configObj = new configCls();
          // Parse the config property key/value pairs.
          configProps = getConfigProps(configObj.toString());
          // Apply the config properties.
          applyConfiguration();
        }
    
        private function applyConfiguration():void{
          if(configProps.title){
            _title = configProps.title;
          }
          if(configProps.marquee){
            _marquee = configProps.marquee;
          }
          if(configProps.titleX){
            _titleX = configProps.titleX;
          }
          if(configProps.titleY){
            _titleY = configProps.titleY;
          }
          if(configProps.titleWidth){
            _titleWidth = configProps.titleWidth;
          }
          if(configProps.titleHeight){
            _titleHeight = configProps.titleHeight;
          }
          if(configProps.titleTextColor){
            _titleTextColor = configProps.titleTextColor;
          }
          if(configProps.marqueeX){
            _marqueeX = configProps.marqueeX;
          }
          if(configProps.marqueeY){
            _marqueeY = configProps.marqueeY;
          }
          if(configProps.marqueeWidth){
            _marqueeWidth = configProps.marqueeWidth;
          }
          if(configProps.marqueeHeight){
            _marqueeHeight = configProps.marqueeHeight;
          }
          if(configProps.marqueeTextColor){
            _marqueeTextColor = configProps.marqueeTextColor;
          }
          if(configProps.logoX){
            _logoX = configProps.logoX;
          }
          if(configProps.logoY){
            _logoY = configProps.logoY;
          }
          if(configProps.borderRectX){
            _borderRectX = configProps.borderRectX;
          }
          if(configProps.borderRectY){
            _borderRectY = configProps.borderRectY;
          }
          if(configProps.borderRectWidth){
            _borderRectWidth = configProps.borderRectWidth;
          }
          if(configProps.borderRectHeight){
            _borderRectHeight = configProps.borderRectHeight;
          }
          if(configProps.borderRectCornerRadius){
            _borderRectCornerRadius = configProps.borderRectCornerRadius;
          }
          if(configProps.labelRectX){
            _labelRectX = configProps.labelRectX;
          }
          if(configProps.labelRectY){
            _labelRectY = configProps.labelRectY;
          }
          if(configProps.labelRectWidth){
            _labelRectWidth = configProps.labelRectWidth;
          }
          if(configProps.labelRectHeight){
            _labelRectHeight = configProps.labelRectHeight;
          }
          if(configProps.barRectX){
            _barRectX = configProps.barRectX;
          }
          if(configProps.barRectY){
            _barRectY = configProps.barRectY;
          }
          if(configProps.barRectWidth){
            _barRectWidth = configProps.barRectWidth;
          }
          if(configProps.barRectHeight){
            _barRectHeight = configProps.barRectHeight;
          }
          if(configProps.barRectCornerRadius){
            _barRectCornerRadius = configProps.barRectCornerRadius;
          }
          if(configProps.barFrameRectX){
            _barFrameRectX = configProps.barFrameRectX;
          }
          if(configProps.barFrameRectY){
            _barFrameRectY = configProps.barFrameRectY;
          }
          if(configProps.barFrameRectWidth){
            _barFrameRectWidth = configProps.barFrameRectWidth;
          }
          if(configProps.barFrameRectHeight){
            _barFrameRectHeight = configProps.barFrameRectHeight;
          }
        }
    
        private function getConfigProps(configStr:String):Object{
          var retVal:Object = new Object();
          var linesArray:Array = configStr.match(/".*"/g);
          for each(var line:String in linesArray){
            line = line.substring(1,line.length-1);
            if(line != "0"){
              var parts:Array = line.split("$$$");
              if(parts.length==2){
                retVal[parts[0]] = parts[1];
              }
            }
          }
          // trace for debugging
          for(var key:String in retVal){
            //trace("key: " + key);
            //trace("value: " + retVal[key]);
          }
          return retVal;
        }
    
        override protected function createChildren():void{
          super.createChildren();
          // Attach the logo image.
          logoDO = new logoCls();
          logoDO.x = (stageWidth/2)-(borderRect.width/2)+_logoX;
          logoDO.y = (stageHeight/2)-(borderRect.height/2)+_logoY;
          addChild(logoDO);
    
        // Attach the title TextField.
        _titleObj = new TextField();
        _titleObj.x = (stageWidth/2)-(borderRect.width/2)+_titleX;
        _titleObj.y = (stageHeight/2)-(borderRect.height/2)+_titleY;
        _titleObj.width = _titleWidth;
        _titleObj.height = _titleHeight;
        _titleObj.selectable = false;
        _titleObj.defaultTextFormat = super.labelFormat;
        _titleObj.htmlText = _title;
        _titleObj.multiline = true;
        _titleObj.wordWrap = true;
        _titleObj.textColor = _titleTextColor;
        this.addChild(_titleObj);
      // Attach the marquee TextField.
        _marqueeObj = new TextField();
        _marqueeObj.x = (stageWidth/2)-(borderRect.width/2)+_marqueeX;
        _marqueeObj.y = (stageHeight/2)-(borderRect.height/2)+_marqueeY;
        _marqueeObj.width = _marqueeWidth;
        _marqueeObj.height = _marqueeHeight;
        _marqueeObj.selectable = false;
        _marqueeObj.defaultTextFormat = super.labelFormat;
        _marqueeObj.htmlText = _marquee;
        _marqueeObj.multiline = true;
        _marqueeObj.wordWrap = true;
        _marqueeObj.textColor = _marqueeTextColor;
        this.addChild(_marqueeObj);
        }
        // Determines the dimensions of the large rectangle for the preloader.
        override protected function get borderRect():RoundedRectangle{
          return new RoundedRectangle(_borderRectX, _borderRectY, _borderRectWidth, _borderRectHeight, _borderRectCornerRadius);
        }
        // Determines the dimensions of the rectangle for the "loading..." and "initializing..." string.
        override protected function get labelRect():Rectangle{
          return new Rectangle(_labelRectX, _labelRectY, _labelRectWidth, _labelRectHeight);
        }
        // Determines the dimensions of the rectangle for the preloader bar.
        override protected function get barRect():RoundedRectangle{
          return new RoundedRectangle(_barRectX, _barRectY, _barRectWidth, _barRectHeight, _barRectCornerRadius);
        }
        // Determines the dimensions of the frame rectangle for the preloader bar.
        override protected function get barFrameRect():RoundedRectangle{
          return new RoundedRectangle(_barFrameRectX, _barFrameRectY, _barFrameRectWidth, _barFrameRectHeight);
        }
      }
    }
    

    ---com/stardustsystems/preloader/config.txt---

    # Comments in this file should start with #
    # Entries in this file should be formatted as follows:
    #    - enclose entries in standard double-quotes (not locale specific double-quotes)
    #    - do not use double quotes within the entries (use single quotes)
    #    - entries are key/value pairs, with key and value separated by $$$
    #    - keys and values can only contain characters in ISO-8859-1 (English and latin characters)
    # The file should be saved in Windows ansi encoding. To support characters in other
    #   character sets, further enhancement is necessary.
    # config properties for the application title string
    "title$$$Image Browser"
    "titleX$$$80"
    "titleY$$$15"
    "titleWidth$$$165"
    "titleHeight$$$32"
    "titleTextColor$$$0xFFFFFF"
    # config properties for the application marquee string
    "marquee$$$Stardust Systems Application"
    "marqueeX$$$80"
    "marqueeY$$$80"
    "marqueeWidth$$$165"
    "marqueeHeight$$$32"
    "marqueeTextColor$$$0xFFFFFF"
    # config properties for the logo x and y
    "logoX$$$15"
    "logoY$$$15"
    # config properties for the border rectangle
    "borderRectX$$$0"
    "borderRectY$$$0"
    "borderRectWidth$$$260"
    "borderRectHeight$$$120"
    "borderRectCornerRadius$$$4"
    # config properties for the label rectangle
    "labelRectX$$$80"
    "labelRectY$$$55"
    "labelRectWidth$$$165"
    "labelRectHeight$$$16"
    # config properties for the preloader bar rectangle
    "barRectX$$$80"
    "barRectY$$$72"
    "barRectWidth$$$165"
    "barRectHeight$$$6"
    "barRectCornerRadius$$$0"
    # config properties for the preloader bar frame rectangle
    "barFrameRectX$$$80"
    "barFrameRectY$$$73"
    "barFrameRectWidth$$$165"
    "barFrameRectHeight$$$4"
    

    -BrandedPreloader.mxml-

    
    
      
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
      
        
          
          
          
        
      
    
    

    ----------------- states.xml -----------------

    
    
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    
    

    If this post answers your question or assistance, please mark it as such. Thank you!

    http://www.stardustsystems.com
    Adobe Flex development and Support Services

  • Progress bar get about 60% and stuck

    Hello

    I had difficulties with the last update of El Capitan - my imac will not re-start and could get stuck on the spinning wheel. I could turn it off with the power switch and turn it back on w/out the update and it works great except for chrome.

    Today I was asked to restart the update and I thought I'd give it a try. This time, he stops normally and looked like it will re-start! While she has been reset the progress bar froze on the gray apple screen and then the screen started to Flash. If anyone has any suggestions on how to fix this would be appreciated. Thanks in advance!

    Use the Combo Update 10.11.6:

    Apple - Support - downloads

    The Combo update is a complete installation, as opposed to an incremental "delta" update, so you have to overwrite all files are damaged or missing. It does not matter if you have previously applied. All your data and settings must be kept, but that said, you should always have a backup.

  • Where the dialogue progress bar copy

    Hello

    I tried to copy something big (about 6 GB) from one folder to another folder to an external HARD drive. How is he had no copy automatically appeared in the Yosemite progress bar to display the status of the copy.

    How can I get the dcopy progress bar dialog to appear (as he did in Yosemite)?

    Thank you

    Not sure I understand the question. If you move a file from one folder to another folder on the same drive, there is no need of a progress bar. It would be just to change the path of the file.

  • When I use the mail merge with excel file, after I press ok the progress bar indicates "NaN", mail project window crashes. My record is nice little CVS n

    When I use the mail merge with excel file, after I press ok of the progress bar indicates "NaN", mail project window crashes. My file is in the correct format and small size (4-column 4 raws). I use an English version of thunderbird after accidentally, I installed one in my tongue.

    I am attaching the screenshot

    I solved the problem
    has been st@pid excel

    I created a CSV file in openoffice calculator and everything went smoothly

  • With the help of the CocoDialog in AppleScript progress bar

    Script editor 2.7 (176)

    2.4 AppleScript

    I'm trying to use CocoaDialog with AppleScript to view and update a progress bar. However, I can't know exactly how to invoke a progress in AppleScript bar. I could not even open a window for future progress bar, and still less of the update.

    Please could someone advise me as to what AppleScript code should I put in the simple loop example below to create a progress bar CocoaDialog and running.

    Thank you very much

    Andrew.

    ----------------------------------------------------------

    cocoaDialogFilePath the value "/ Applications/CocoaDialog.app/Contents/MacOS/CocoaDialog".

    the value of myText to form quotes "is a progress bar.

    -Bar settings first progress

    shell script cocoaDialogFilePath & "progressbar - text" & myText & "‑‑percent" & 0 & '‑‑float' & '‑‑stoppable '.

    -Create a loop and update the progress bar

    Repeat with 1 to 5 myCounter

    < What code put here for display and update the bar using the value of the progression CocoaDialog myCounter? >

    delay 1

    end repeat

    ----------------------------------------------------------

    There is an short and progress bar example here macosautomation. Or an example of an AppleScript/CocoaDialog Progress bar here. The native OS X 10.10 or later AppleScript approach to a progress bar displayed in the Script Editor status bar and a progression for applications and compiled scripts dialog box.

  • There was formerly a progress bar for when the e-mails were being downloaded. It has now disappeared. What happened to him?

    My e-mail provider does not always play nice. There has always been a progress bar in the status bar to indicate that the emails were download correctly. If I don't see the progress bar, I knew to check with the provider. Recently, the progress bar went, and I have no way of knowing whether or not the emails are downloading. They appear any kind of surprise. In addition, I used to send a message that there is no new messages availalble to download (if there is no message to download) on the status bar even. He went as well. I have so no way of knowing if I get no messages because there is no, or if I don't receive messages because the provider did something. So my question is: is this an error with Thunderbird or was there an update which resulted in a loss of function that I relied on? If it's an error, what should I do about it?

    Good to know. It has been long since this problem was asked about. I thought Ad Blocker had fixed their add on.

    You mark this as resolved if it is satisfied? Thanks for the update of the question in order to help the next user of Thunderbird.

  • When the connection progress bar

    I have a MacBook 11 "(mi-2013) I've upgraded to El Captain 10.11.5"
    Since the upgrade, I see a bar when I enter my password when connecting to progress.
    Before the upgrade, there was a progress bar when I switched to Mac.

    Why is there a progress bar now? I was under the impression that Mac is not that!

    PS. I'm new to Mac.

    Hi itAftab,

    It's not bad! Happens to me as well on my Macbook Air. Don't worry - it's just a way for you to see the progress of starting.

  • Download mail and progress bar does not.

    New installation Win 8.1 and tuberculosis 24.5.0 with IMAP email server and there are no Add-ons installed. No solution on the web searches or forum.

    So far, the issue was seen in Win 7, where the progress bar has been distorted on a classic theme but not an Aero theme. In Win 8, the default themes are similar to the Win 7 classic themes, and there is no default Aero themes.

    However, TB works very well by about 8.1 win a classic or a custom theme. If, as a test, you need to install (just) a theme customized Windows site, I wonder if you would see any difference with TB.

  • How can I remove the message "sending progress bar?

    When I send an e-mail, sometimes with a send notification with a scrolling box progress bar. How to disable this option?

    Tools(or AppMenu/options)/Options/Advanced/general/Config. Editor, copy mailnews.sendInBackground into the search box, double-click to change for real.

    http://KB.mozillazine.org/Thunderbird_3.0_-_New_Features_and_Changes#Send_in_Background

  • iPad 2 Mini stuck on the progress bar with the Apple logo and progress bar is not loaded, his impasse

    I pressed on restart all the settings on my iPad Mini 2, so it loaded but it drained. So I rebooted it until he turned back when he turned his back, it was still showing the progress bar, but it was quite moving. I tried to hold down the lock button and the home button, but still, it loads, its stuck on the progress bar and did not progress. I tried to connect to my computer to connect to itunes, but it does Duke host because its deadlock on the progress bar with the apple logo.  .pls help me!

    Try restoring your backup and recovery mode: If you cannot update or restore your iPhone, iPad, or iPod touch - Apple Support

  • YouTube progress bar keeps flashing

    I don't think it's a problem of FF because it also happens when I use IE 10, but I always get better help than Youtube or IE.

    When I watch a video on Youtube the guard progress bar appearing and disappearing every few seconds if you move the mouse. I tried to move the mouse in an area off the screen and turn it off (the mouse, it's a Microsoft 3500 wireless) but that made no difference, it just guard appearing and disappearing every few seconds.

    It does exactly the same thing if I use IE10, so I don't think it's an add-on to FF or app. I never use IE10 so I don't have a bunch of applications loaded on it.

    Other sites video don't do this then I think it's a problem of Yotube. He just started to arrive two days ago. Does anyone else have this problem? Or a solution?

    Well I don't know if it will work or not. When I'm went on Youtube to try your suggestion the problem had resolved itself!

    Your good suggestion sounds and quick response is appreciated so I'll mark your message as useful/solved.

    Firefox rules! I always get excellent help.

Maybe you are looking for

  • Mozilla firefox strange characters corrupt

    http://postimg.org/image/pjhnyk36j/ pls, can someone help me solve this problem of characters corrupt in FF, you can see in this picture? THX

  • New Vista drivers published recently for Qosmio G30 - nothing good for the G20?

    Hi all users of the G20 (including Francisco Jr). I just noticed a lot of new drivers Vista for the G30 were posted on this Web site in the last days. Has anyone tested them on the G20? If all goes well, it will help with some of our outstanding issu

  • Wndr3400v3 - router restarts constantly

    Installed large 31/12/15 & worked until 10/07/16. Constantly, the router restarts & no internet. Why the router would constantly reboot?

  • rs232 USB problem

    Hello world I've been in vain looking for a solution to a problem that I seem to have with standard equipment communication using a converter USB to rs232. I'm using Labview 2013 on a windows 7 computer and using a converter using the FTDI chip.  My

  • Stop C000021a error with hp recovery discs

    This error is visible after you start using recovery discs c000021a {fatal system error} the windows logon system process ended unexpectedly with status 0 x 00000080 {0x00000000 0x00000000} the system has been turned off. dv1615ts hp pavilion noteboo