Strange progress bar

I'm having this strange problem with the progress bar in the gallery section of my site. I made the site on flash.
Go to the English section and click any image. you'll see the progress bar not working but wait a bit untill the gallery loads. There's no close button but if move your mouse pointer to the up right corner it's there, click it. Now click on the same image and you'll notice that now the progress bar and close button works fine.Anyone got a clue?
index
It's weird because when i publish the site and test it on my computer it works fine. But when i upload the files to the server this happens.
Thanks for your time

Thanks you. Yes, i've reached the conclusion that the problem only happens in certain web browsers. I've installed firefox and it works fine. But on certain versions of IE it doesn't. The scale, border will be corrected. It was only a test file.
So what should i do for it to work on all browsers?

Similar Messages

  • Strange progress bar after waking from sleep

    This, i am experiencing for the first time.
    1. Ive put my mac pro 3,1 to sleep.
    2. Then, after some minutes (20+) i came back to wake it, but the white led next to the power button was not blinking, but wasnt on at all.
    3. Then i turned computer on (as waking him up) by pressing the power button - because the keys nor the mouse buttons wasnt doing the thing.
    4. THEN I SEE THIS SCREEN with progress bar.
    What does it mean ?
    Was my computer hibernating ?
    5. Then when the progress bar ended, the display went off. The computer power diode was on, but i couldnt do anything.
    'No signal' at display... no response on the keyboard/mouse.
    What was that?
    What should I do now?
    Thanks!

    This is the same, but with my MacBook Pro 9,2 running 10.8.2.
    It does the same, I'll leave it to sleep for an hour, or overnight and then when I open the lid again, I have to put my password in at the FileVault screen and then get this bar. Then my other login screen will come up (with my desktop background) but then, my Mac goes off. The screen goes black and I assume it is trying to sleep again.

  • Progress bar in a JProgressBar component is not always drawn

    Hi experts,
    I have a strange issue with a swing application. This app contains of a JFrame including a JTable. This table has multiple columns, one of them is a JProgressBar (implementing a TableCellRenderer). Multiple background threads are running, every of them updates one row's progress bar via the InvokeLater() method. This works fine.
    At a specific point within the runtime of the application, the value of a progress bar is set back to 0, and instead of the default percentage text a custom string is displayed (then continuing to progress with this custom text set). This works fine as well.
    Problem is, that when a custom string is set to one progress bar as described above, then the bars of the other JProgressBars are not painted any more. But the default percentage text of these other JProgressBars are still incremented and painted correctly. When the one progress bar, that has the custom string set, has finished and this row is removed from table, then the other progress bars are again painted correctly (including the default percentage text).
    A part of the custom TableCellRenderer class is shown here:
         public class ProgressRenderer extends JProgressBar implements TableCellRenderer
         public ProgressRenderer()
              super(SwingConstants.HORIZONTAL);
              setBorderPainted(false);
              setStringPainted(true);
         public Component getTableCellRendererComponent(JTable table, Object value,
              boolean isSelected, boolean hasFocus, int row, int column)
              if(value != null)
                   setValue(((JProgressBar) value).getValue());
                   setString(((JProgressBar) value).getString());
                   setMinimum(((JProgressBar) value).getMinimum());
                   setMaximum(((JProgressBar) value).getMaximum());
              return this;
    ...Any ideas what could be wrong here?
    I am really out of ideas here :(
    Thanks in advance for your help!
    Kind regards, Matthias

    I have solved the problem:
         public Component getTableCellRendererComponent(JTable table, Object value,
              boolean isSelected, boolean hasFocus, int row, int column)
              if(value != null)
                   setString(((JProgressBar) value).getString());
                   setMinimum(((JProgressBar) value).getMinimum());
                   setMaximum(((JProgressBar) value).getMaximum());
                   setValue(((JProgressBar) value).getValue());
              return this;
         }

  • Missing status bar or progress bar

    I just installed Yosemite and I am experiencing a strange problem. Whenever I perform a function that is not quick, like compressing a large folder or copying a large folder to another hard drive, I do NOT see any status or progress bar. Do I need to change something in my preferences or is this a glitch on older iMacs?
    Thanks!

    Neither of those normally do anything more than post a progress dialog. Are you sure it's not hidden behind an existing open window? Otherwise, the installation is defective. You should reinstall:
    Reinstall Lion, Mountain Lion, Mavericks or Yosemite without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, Mavericks, or Yosemite
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • UJI Progress bar / Loader woes

    Hi. I'm new here. Only a beginner with Flash really, been
    using for a few months. I only have Flash 8 due to finances, but I
    use CS3 at work.
    I have built my own preloaders/progress bars in the past but
    decided to have a go with the UI progress bar / Loader for quick
    setup purposes.
    Strange things afoot - works when published with "simulate
    download" in Flash, works locally in browsers (quickly, obviously)
    - but when I upload it to a server, Firefox is fine, but IE (6
    & 7) it WAS working properly earlier, but when revisiting site,
    progress bar hangs at 0%, then fails to disappear when main film is
    loaded in. I have noticed this recurring problem with this
    component over the last couple of days.
    Perhaps I ought to just stick to writing manual ones, but
    this one seemed like a very quick way of doing it - if the client
    is satisfied with a generic, albeit slightly styled one.
    Any ideas? Is it the styling causing it in some way? I have
    fontFamily, fontSize, themeColor.

    Both load instantly for me after the first load, check if it
    is also doing this for you, if not than i am completely lost, i
    cant see how a change in URL could possibly change the
    flash.

  • Progress bar squashed

    whenever there is a task I am displaying a progress bar of all the tasks that is going on. It shows the prgress and a scroll pane when it needs to scroll. The strange thing is in 1.4 it appears squashy but in 1.5 it works fine.
    I am just wondering who has knowledge about the differences between 1.4 and 1.5 when it comes to using jscrollpane and progress bars.
    Cheers,
    kirku

    It is not narrow. It works fine under 1.5 but in 1.4 the text appears on top of each other and not clear at all. It is strange that it shows correctly in Java 1.5 but not Java 1.4.

  • I'm having trouble upgrading to ITunes v12.0.1 with Win 7. Download progress bar stalls and eventually cancels itself. Have tried Tools -- Download Only, but same result. Have been using iTunes for 3  years without difficulty

    I'm having trouble upgrading to ITunes v12.0.1 with
    Win 7. Download progress bar stalls and eventually cancels itself. Have tried
    Tools --> Download Only, but same result. Have been using iTunes for 3+
    years without difficulty; I have lots of ram, hard drive and speed.
    Thanks for your input

    One step listed in the link to "helpful" info, was (when Iooked 30 seconds ago), to search for and download the newest version of iTunes. I'm running iTunes on Win 7 machine and was prompted to update today, 10.22.2014, and did so without a problem. Having said that, however, it looks as though the latest iTunes (12.0.1.26) is finally doing what the last version refused to do, which is to actually fully populate all my playlists on my 6, but there is a hitch: 12.0.1.26 will NOT allow you to show the sidebar unless you click on "playlists," that is, you cannot keep it open all the time.
    And, when plugging the 6 into the computer, the phone icon shows up but clicking on it does nada. What does work, for some strange reason, is clicking on the tiny icon (just under the "Store" menu link at top screen) which looks much like a tiny barrel, someone's idea of external drives, I suppose. The phone then comes up, with the list of stuff on the phone just under it where the sidebar used to be. Sync is now restricted to the lower right of the screen.
    Apparently, you will also need to update your iPhone's software as well; some friends with the 4 and 4s, however, had troubles with them after upgrading. The message from Silicon Valley (I can see Apple from my backyard, ha ha) is apparently, "keep upgrading," folks, get rid of those old phones.

  • Proper Progress Bar Technique

    Hi,
    I have been having a few strange issues lately and have done alot of research, but I am confused about the proper way to implement a progress bar that updates as a specific task is being performed. Here is some example code before I explain where my confusion lies...
    public class Test extends JFrame {
    public JFrame DisplayFrame;
    public StatusBar statusBar;
    public JButton button;
    public static void main( String args[] ) {
         Test t = new Test();
    public Test(){
         init();
    public void init(){
         DisplayFrame = new JFrame( "Test Window" );
         DisplayFrame.setSize( 600, 600 );
         statusBar = new StatusBar();
         statusBar.setPreferredSize( new Dimension( 300, 100 ) );
         statusBar.setVisible(true);
         button = new JButton("go");
         button.addActionListener( new ActionListener() {
              public void actionPerformed( ActionEvent e ) {
              testProgressBar();     
         final Container cont = getContentPane();
         cont.removeAll();
         cont.add( button, BorderLayout.CENTER );
         cont.add( statusBar, BorderLayout.SOUTH );
         DisplayFrame.setContentPane( cont );          
         DisplayFrame.setVisible( true );
    public void testProgressBar(){
         statusBar.progressBar.setMaximum(200);
         statusBar.progressBar.setValue(0);
         for ( int i = 0; i < 200; i++ ){
         for( int j=0; j<1000000; j++ ) {
         statusBar.progressBar.setValue(i);
         statusBar.progressBar.update(statusBar.progressBar.getGraphics());
    class StatusBar extends JPanel {
    public JProgressBar progressBar;
    public StatusBar() {
         progressBar = new JProgressBar();
         progressBar.setVisible(true);
         progressBar.setStringPainted(true);
         add( progressBar );     
    Now, when I run this code it seems to work fine, and as you would expect it to. The ProgressBar is updated at the appropriate intervals...However, I have read that updating a part of a swing GUI such as this, should not update at regular intervals but instead should hang until the Event Dispatch Thread has finished and releases its control.
    I am confused as to why this actually works. I have a much more elaborate system with many progress bars where I have been updating them similar to the above example code. I have never had any problems whatsoever, but I am convinced, that I am just getting lucky, and this is a poor way to solve this problem. Anyone have any suggestions to help alleviate my confusion? I would really like to know why this works when it looks as if it should not update unless the progress bar was capable of interupting the EDT in order to facilitate its changes....

    Your code works fine because all of it - excluding main() of course - is running on the EDT.
    But what happens
    - if you overlay your frame with another application?
    - if you try to change the size of your frame?
    The EDT will not be able to process events and your GUI will not be painted and/or layout until your loop finishes.
    Only your progressBar will be painted because you're doing it explicitly.
    If you want to do it right, take a look at SwingWorker or http://spin.sourceforge.net .
    Sven

  • Progress Bar doesn't look correct in Windows 7

    I use a progress bar control and set ATTR_USE_PROGESS_BAR_VISUAL_STYLES attribute. It works perfect in Windows XP. The progress bar looks identical to Windows ones. Though now check how it looks in Windows 7. No matter either aero windows style is on or off, the progress bar looks very strange. It does not fill smoothly and fill not the whole control - the edges are left unfilled.
    I have attached the screenshot.
    Any ideas what do I do wrong?
    Solved!
    Go to Solution.

    I use VAL_PROGRESSBAR_MANUAL_MODE and call ProgressBar_Start (for any case).
    I call the updating routine manually and call ProgressBar_SetPercentage function.
    After calling it I call ProcessSystemEvents and ProcessDrawEvents (for any case).
    It does not matter either another control is shown over it ot it's own label is being placed over the progress bar. In both cases it is drawn incorrect.
    I noticed that it try to draw progress bar not a Windows 7 style (one filled green bar) but Windows XP (separated green bars) sometime. So perhaps there is a problem with progress bar drawing routine (just a speculation).
    I use CVI 2009 without SP1 (and I did not find a note about fixing something similar in SP1).
    As for the outline around the green portion of the progress bar. I do not mind, I just wanted to know if I do something wrong.
    Thanks for reply.

  • Safari progress bar stops halfway

    More of an annoyance than a real problem, but the progress bar stops halfway when visiting a site, even though the page is done downloading. Running Safari 3.0.4 in Leopard with latest updates. Very strange. Seems to slow down occasionally as well, and started when I upgraded the MacBook Pro to Leopard. Thoughts?

    Hi Stevie and welcome to the forums!
    Try this:
    Empty Safari's cache (from the Safari menu), then close Safari.
    Go to Home/Library/Safari and delete the following files:
    form values
    download.plist
    Then go to Home/Library/Preferences and delete
    com.apple.Safari.plist
    Repair permissions.
    Start up Safari again, and things should have improved.
    If not, MacFixit have published a very detailed (very!) article on speeding up a slow Safari, here:
    http://www.macfixit.com/article.php?story=20070416000657464

  • Strange Navigation Bar Behavior

    Hi, I'm currently designing a web page for non-profit
    government organization.
    Unfortunately, I'm running into some strange behavioral
    problems with the navigation bar.
    The tabs in my navigation bar run from left to right. As the
    links are visited through the navigation bar, the links to the left
    of which ever link is active stop working. I can't for the life of
    me figure out why!
    The pages are arranged in such a way that each page involves
    three html files. One body file, one navigation bar file with it's
    respective tab hilighted, and a little file that simply loads the
    two, one on top of the other. The tabs in the navigation bar are
    linked to the file that then loads the body and navigation(of
    course). Clicking on a tab to the right of the active tab loads
    everything perfectly. However, if the active tab is the right-most
    tab, the tabs to the left no longer work properly. They seem to
    reload the navigation bar, but the body gets left behind and the
    URL still appears to be that of the right-most tab.
    Here is an example of my site in progress:
    Site in
    Progress
    By going through the four tabs at the top, you can quickly
    see things are going wrong.
    The drop-down menu can be used to access the same pages that
    the navigation bar refuses to load.
    If you could please take a look at the site and reply with
    any comments or suggestions as to what might be going wrong or what
    I could do to fix it, I would be very grateful.
    Note that I previously read something about strange
    navigation bar behavior being caused by image names beginning with
    numbers. This isn't what's happening here as my image names are all
    "image 1" etc.
    Also note that I'm using dreamweaver8
    Thank you in advance for your help.
    - Paul M
    - Transitions for Youth
    - [email protected]

    Well thanks for the suggestion, but that's not actually the
    problem I'm having.
    The newsletter link along with all that other stuff on the
    left hand side is just stuff I havn't gotten to yet.
    The problem I'm having is with the navigation tabs at the TOP
    of the page(policies, forms, info and M.R.)! I know the links for
    those tabs are correct, because I can see from hovering over the
    tabs that they're pointing in the right direction, and if it's the
    policies page(leftmost tab at the top) I'm on, all the tabs to the
    right work perfectly. The problem is that when I'm on any other
    page (such as the M.R. page which is the rightmost tab), all the
    tabs to the left of it mysteriously stop working!
    As I said, just quickly click back and forth through the four
    tabs at the top of the page and you'll see what the problem is. In
    fact, completely ignore everything that isn't those four tabs at
    the top of the page, because everything else is unfinished.
    Please help! Thanks!

  • Directories in finder greyed out, with partially-filled progress bars

    I attempted to use the finder to copy some SSDs to an external hard drive.  Normally I use rsync, and this has never failed me.  This time I decided to use the Finder to do the copy because I wanted to know in advance how long the 1.6TB transfer would take.  When I started the copy operation, the finder told me it would take 16 hours.  I left for Boston, expecting the copy to be done when I returned.  It failed, so I re-started it.
    Very close to the end of the copy of the last two SSDs, I received an alert that my external drive had been disconnected (I hadn't touched it).  However, after physically removing the FW800 cable and reconnecting, the drive re-mounted, and the two directories I was trying again to copy were reconnected with it, but they were greyed out, each one showing a progress bar of the defunct copy operation from the last time.
    How do I get the disk, which has now been properly updated via rsync, to forget this vestigal information from the finder that, apparently, was not enough information to get the Mac to just Do The Right Thing and continue the copy, nor sufficiently self-aware to remove itself after the failed copy?
    What''s the fix?

    Well the strange partially-completed progress bars are gone, but my directories in those directories remain grayed out.  Using the command line, I can easily see the tens of thousands of files in those directories (RAW files from a BlackMagic Cinema Camera for an hour-long event).  But the finder refuses to open the directory.
    Does anybody else have any thoughts on how to tell the Finder "you are confused.  Forget everything you think you know, and just rebuild your knowledge from evidence in the filesystem, rather than your own preconceived notion of what you think should be there"?  Or better yet, how to tell the Finder "never try to be smarter than the filesystem.  Just be a **** GUI and let the file system be the file sytem?"

  • OSX 10.10: Is it normal to have a loading progress bar at each startup

    My MBP-13 (Mid 2010) has become very slow on startup and each time I start (from cold or re-start) it has a "process bar" as if an update is loading, on the Grey Screen where previous to the update there was just the Apple Logo. This began when I upgraded to Yosemite. Admittedly, my hard drive is a bit full (51 GB remaining) and that could be partly to blame for the slower startup, I feel like something is not quite right since the update. Earlier today on the left pane of my finder window, there were 5 versions of this MBP under the "Shared" column (5 versions of itself!). I thought this was strange so I did a restart and while it did take care of the 'ghost' shared versions of itself, it was still slow to startup again, and the progress bar was there again during the grey screen part of the startup process, as it is each time the computer starts.
    So My questions are:
    1. Is it normal to have that progress bar during startup with Yosemite when it was never there before the update?
    and
    2. What would cause this computer to show what I like to refer as 'ghost' versions of itself under the shared column on its own finder window left pane?
    Thanks in advance for any wisdom you may impart.
    Regard,
    Capt Ron

    1. Yes, the progress bar replaced the spinning gear. Haven't a clue why, but might be to mimic iOS devices ( I don't have any, so can't check).
    2,  Can't answer, since I share nothing.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Help needed please, with Iphone stuck with apple picture and progress bar after software update attempted

    Help needed please, everytime I try to update the software version on my iphone it comes up with a message saying it could not be completed and is now frozen with the apple picture and progress bar on it. Do I unplug it and hope the macbook pro sees it again, I also stupidly did not back up before starting the download which I realise I will have to go back to the previous back up. This keeps happening, everytime I do this type of update, I'm starting to think I should just give up on updating my software on the Iphone. I thought it was happening because I was using a window based computer to do the updates, this time I used my Macbook Pro. Please somebody help

    ljm17 wrote:
    ...This keeps happening, everytime I do this type of update, I...
    Then you should know what you need to do... If you don't remember...
    See Here  >  http://support.apple.com/kb/HT1808

  • Problem installating Snow Leopard on old Macbook Pro with Intel Core 2 Duo. After creating partition on internal hard disk (Extended Journaled), installation starts but stops at half of the progress bar. Screen asking Restart appears.

    Hello:
    I have tried installing Snow Leopard via the installation disc on a Macbook Pro (2007) with an Intel Core 2 Duo, but I the installation has failed more than 5 times.
    I have first formatted and partitioned the internal hard disk with Mac Os Extended Journal format.
    Once the installation starts, it starts without a problem unti lthe progress bar gest until half completed then a screen asking for a Computer Restart shows up.
    It asks to press the power button for some time until it the computer shuts down and then, press again to turn it on.
    Once turned on, the installation disc gets readed, the installation screen appears again and asks again to start the whole installation process form the beginning.

    Then you have a Hardware Problem.
    Your system is Crashing part way through the install and Re-Booting because of the crash.
    Could be the drive itself or it could be some other hardware part in your system. Like the RAM.
    To check if it is the internal drive connect an External drive to the system by USB and do the install on that external. If the install completes then it more then likely the drive is bad. If it crashes again then it is more then likely some other piece of hardware in your system.

Maybe you are looking for