Ipod app - Sometimes no progress bar

Hey folks, It seems that sometimes when using the iPod app on my 3GS, there isnt a progress bar where you can drag the button to a different part of the song? Is this a glitch or am I missing something?
But I know I have definitely used it at times.
Thanks
James

when the ipod app is open, and in portrait mode, tap the album artwork once and the bar will appear.
tapping it again will hide it.
when its visible you can drag the dot to scrub through the track.
hope this helps.

Similar Messages

  • How i display mac app store downloading progress bar ? please help, how i display mac app store downloading progress bar ? please help

    how i display mac app store downloading progress bar ? please help ?

    it does not respond every time i hit download button,nothing appers

  • I bought fifa 2012, while I sync with ipod touch 4g the progress bar more than half, after that my ipod says "the trasferiment fifa 2012 has failed." What should I do?

    I bought fifa 2012, while i sync with ipod the progress bar more then half,after my ipod says " the trasferment of fifa 2012 has failed". What should i do?

    - Try directly downloading it on the iPod. To not get charged again see:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - You can also delete it form iTunes and then redownload (see link above) and try resyncing.

  • I have downloaded audiobooks.  Manually synced my iphone, and they appear to be on the device when viewing on itunes.  But the ipod App on the phone is empty..

    Hi, I am going crazy with frustration.  THis is the first time I have tried to download podcasts to my (partner's) iphone.
    I have downloaded the latest itunes software. 
    Having gone round and round in circles I'm fairly confused over what happened when.  But I got scared when I tried to Apply settings and kept being told that this would Erase and Sync.  ERASE?   Was also told that I wasn't connecting to the correct library, which baffled me.  How did I end up with 2 libraries?  Isn't Apple supposed to simplify this stuff?  Was told that clicking Apply would mean files not downloaded to the Mac would be deleted.  ***?  
    I got scared by all these messages and so paid £20 for an app that allows me to transfer files from the iphone to the Mac, because I seemed to be in danger of losing precious photographs.   I actuallly own an Android phone, and all I have to do is connect it to my windows laptop and it behaves like any other storage device, allowing me to copy files back and forth.   But this is not possible with the iphone.  It's a closed device.  Hence the need for software to allow this simple procedure.
    Anyway, enough griping.  Sorry I can't be more specific as to how I arrived at this problem.  But the problem IS:
    I chose to manually sync files between Mac and iphone.  Selected all the audiobook chapters I wanted to sync.  Pressed sync.  Sync occurred.  According to itunes, the audiobook files are sitting on the iphone.   According to the iphone (looking via ipod App), THE CUPBOARD IS BARE.   No files have been synced from itunes to iphone.  
    I have found a lot of people have this problem, on other forums.  But there are no definitive answers.  Just confusion and frustration.   I would be SO grateful if someone could give me idiot-proof advice on how to deal with this.  My partner is counting on me to sort this out, as he desperately needs audiobooks on his iphone so he can decompress from work stress and do some exercise!   As the barely technical-literate one, it's down to me to fix this!
    Here's hoping.   If none of this makes any sense, please do ask for more detail, and I will happily respond.
    Lisa

    You got the new iphone?????   I have same problem.  I transferred audiobooks to device to find no audiobooks on device (despite it being in iTunes as if it was).  Have you found a solution?????   I even tried to change import settings on format transfer but hasn't worked. 

  • Itunes won't open after 2.0 update and ipod says sync in progress

    I have downloaded the ipod 2.0 update after hours of trying, it did what it was supposed to, then it got to "resotring back-up files to ipod touch" , the little progress bar showed up, now itunes is in the toolbar on the bottom, my ipod says sync in progress and it has been like that for more than 20 minutes.
    I have windows XP, and the task manager says it isnt responding.
    WHat do i do? i dont wanna lose everything i had..
    Thanks in advance

    I am having the same problem - I upgraded to iTunes 6.0 and now I cannot open iTunes or Quicktime. Any ideas?

  • Finally! A progress bar for AppleScripters!

    Progress bars are something that my scripts have lacked as I mainly program in AppleScript. I had resorted to using an outside app as a progress bar in my scripts...
    But no more!! I have borrowed Marc Autret's Javascript progress bar code from this post and made it into some handy handlers. I hope this helps other people too.
    Here they are in an example AppleScript.
    on myProgressBarCreate(pbBarName, firstAction, pbMax)
      set pbJS to "#targetengine 'pbar'
    var ProgressBar = function(/*str*/title)
         var w = new Window('palette', ' '+title, {x:0, y:0, width:340, height:60}),
              pb = w.add('progressbar', {x:20, y:12, width:300, height:12}, 0, 100),
              st = w.add('statictext', {x:10, y:36, width:320, height:20}, '');
         st.justify = 'center';
         w.center();
         this.reset = function(msg,maxValue)
              st.text = msg;
              pb.value = 0;
              pb.maxvalue = maxValue||0;
              pb.visible = !!maxValue;
              w.show();
         this.hit = function() {++pb.value;};
         this.hide = function() {w.hide();};
         this.close = function() {w.close();};
    pBar = new ProgressBar('" & pbBarName & "');
    pBar.reset('" & firstAction & "', " &a pbMax & ");"
      tell application "Adobe InDesign CS5"
      activate
      do script pbJS language javascript
      end tell
    end myProgressBarCreate
    on myProgressBarIncrement()
      set pbJS to "#targetengine 'pbar'
      pBar.hit()"
      tell application "Adobe InDesign CS5" to do script pbJS language javascript
    end myProgressBarIncrement
    on myProgressBarReset(newAction, newMax)
      set pbJS to "#targetengine 'pbar'
      pBar.reset('" & newAction & "', " & newMax & ");"
      tell application "Adobe InDesign CS5" to do script pbJS language javascript
    end myProgressBarReset
    on myProgressBarClose()
      set pbJS to "#targetengine 'pbar'
      pBar.close();"
      tell application "Adobe InDesign CS5" to do script pbJS language javascript
    end myProgressBarClose
    tell application "Adobe InDesign CS5"
      activate
      my myProgressBarCreate("Test", "PDFing...", 10)
      repeat 10 times
      my myProgressBarIncrement()
      delay 0.25
      end epeat
      my myProgressBarReset("Creating pages...", 5)
      repeat 5 times
      my myProgressBarIncrement()
      delay 0.5
      end repeat
      my myProgressBarClose()
    end tell

    How is your file itself going to show a progres bar if it isn't loaded yet?  Seems to me it would have to load before it could do anything like that.
    Have you tried experimenting with different browsers and OS's to see what happens?  With Firefox 4 on Windows XP here I don't get a progress bar but I do get a little spinning graphic when I try to load a large PDF like this one here:

  • Why do my apps show no progress when they are supposed to be updating? 0% for over 24 hours of my laptop being on worries me.

    Four of my apps reveal that they need to be updated. That's fine. I click on each of the blue update buttons to see one app load a progress bar next to its name and the other 3 state that they are waiting. Unfortunately, no matter how long I wait, the app with the progress bar, regardless of which app I choose first (I've done this multiple times), the progress seems to always remain at 0%. My internet connection seems to be just fine (since I am typing this to you all right now). Any ideas to what the solution could be? I've paid more than enough money for these things to be happening at the least convenient times.

    you have not provided any proper system info or other useful details, so we can't know what may be going on.
    Mylenium

  • Youtube progress bar problem on ipad

    When playing a YouTube video on my ipad air, the progress bar is now appearing higher up in the video and obstructs it.  Normaly, and on my imac, it appears just above the controls section on the bottom. 

    How are trying to watch this YouTube video? With Safari? Or with the YouTube app?
    I see no problems viewing YouTube videos on my iPad using the YouTube app. The progress bar shows at the bottom of the screen as the video starts and it quickly faded away.

  • Why I cannot see the progress bar whenever I download my apps directly from my App Store ?

    Whenever I install an app, I cannot see the app's icon on the home screen and then when I proceed into the home page, the apps will not be installed unless I stay into the App Store and wait till the circle on the top of the screen stop turning. It is really very inconvenient. I'm using iPhone 4S. Anyone knows the solution? And I'm can't see the progress bar showing whether its downloading. I'm using IOS 6. And I've got another issue. Why whenever I want to reinstall the youtube they would say its free. When I press the 'free' it will go into the 'install' and then when I press the 'install', it would go back to 'free' and because of that I'm unable to download youtube. It's only youtube I'm able to install other apps. But ya, I cannot see the progress bar. Help anyone?

    Actually, the app is there, and it asks to PAY AGAIN, that was the issue, but I have just solved the problem using your first advice, as I tried a few times with different names in my account.
    For example, you told me to use the same ID...
    I have a ONE account, but sometimes I sign in as [email protected] and sometimes I sign in as [email protected] and sometimes I sign in as [email protected] and that made all the difference, as I tried them all and finally with [email protected] worked and gave me the opportunity to download again.
    Thanks a lot for the tip.
    Luiz

  • I listen to podcast alot on my ipod recently something changed and I am no longer able to slide the progress bar forward to jump ahead. the bar has disappeared and I dont know how to get it back

    I use my Ipod touch to listen to podcast alot. Recently my screen changed somehow and I can no longer jump ahead thu the podcast by sliding the progress bar. The bar has disappeared

    No problem.  Glad to have helped!
    B-rock

  • Since I have installed iOS 6.1.3 on my iPhone 5 I have sometimes problems to start a phone call. Everything looks fine, but no ring tone... A workaround is to stop phone app in the multitasking bar. But this is more than inconvenient ;-) Any solution?

    In this cases everything looks fine, but no ring tone is there and after sometimes the phone informs me that no connection can be estabilished (its a German phone, therefore I am not sure about the message in English systems). A workaround is to stop the telephone app in the multitasking bar (double click on home button, hold the app symbol pressed for some seconds, close app). Next several call work after this.
    I am not sure if an incomming call would work in this mode...
    Faces anybody the same problems or has solution for it?

    Basic troubleshooting
    Restart
    Reset
    Restore with backup
    restore as new if required

  • Trying to install CC apps, Progress bar stuck

    I have spent most of my day trying to get the Creative Cloud desktop application installed (I have had to now create a new user on my computer which has seemingly fixed that), and when I tried to install Audition as a test, the progress bar got stuck at 40%. Since it wasn't going anywhere, I tried to cancel it, but it got stuck on cancelling for ages. So what I did was close the application, end all the Adobe processes and open CC Desktop up again. It crashed twice, and I then tried running it as administrator. It is now running, but my Audition download is now stuck at 11% for no obvious reason.
    Has anyone had similar problems? Is there any way to fix it? (I've tried deleting the adobe files in %appdata%).
    This is a 64-bit computer running on what should be fully updated Windows 7 with 8GB of RAM and an i5 4670K.

    if you've already gone through all the help on that page, you really need to make sure your cc app is properly installed.
    i would uninstall it.
    run the cleaner to see if it can find anything, http://www.adobe.com/support/contact/cscleanertool.html
    restart your computer.
    then reinstall the cc app and make sure it installs without problem.

  • HT1339 My iPod classic shows that memory full in "other" category however there is nothing on it. I have left it connected all day and over night trying to restore it but the progress bar  never goes away.

    My iPod classic shows that memory full in other category however there is nothing on it. I have left it connected all day and over night trying to restore it but the progress bar  never goes away. Is it shot or are there other options to restore to factory settings?

    Hi pbworth,
    When troubleshooting issues with iPod classic, it may be helpful to place the iPod into Disk Mode. For information on how to do so:
    Putting iPod into Disk Mode
    http://support.apple.com/kb/HT1363
    Thanks,
    Matt M.

  • I have apps that want to get updated but when i try to update them, the progress bar appears but also dissapeares again, the app isnt updated..

    I have apps that want to get updated but when i try to update them, the progress bar appears but also dissapeares again, the app isnt updated..
    I keep trying but i cant update the apps..

    First reboot the iPad by pressing and holding down the home and sleep/wake buttons (power) at the same time until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the phone by going to settings/general/reset/reset all settings

  • Progress bar (app.thermometer) ???

    Need to display a progress bar using thermomter object while invoking a web service.
    Lets assume the function loadWebService() has the logic to connect and retrieve data from a web service.
    Can anyone drop a few lines of code to implement this logic??
    I have tried the following it doesn't works:
    line 1: var tObj = app.thermometer;
    line 2: tObj.duration = 100000;
    line 3: tObj.begin();
    line 4: loadWebService();
    //optionally i ve included the following lines too
    line 5: for(var i=0;i<100000;i++)
    line 6:   {
    line 7:        tObj.text = "Processing, please wait";
    line 8:   }
    line 9: tObj.end();
    Thanks,
    Nith

    Just tried your code and it works for me ...the only thing that I noticed is that you never actual update the progress bar .....if you add the command:
    tObj.value = i
    to the inside of your loop, then it works as I would expect.
    Paul

Maybe you are looking for

  • MIDI Timeout - Mountain Lion 10.8.2 - Logic Pro 9.1.7

    This issue is driving me INSANE. Everything was working great a couple of weeks ago.  I'm fairly certain but not 100% this worked after my upgrade to 10.8.1 I am seeing the dreaded MIDI Timeout that seems to have NO ANSWER for some.  Others claim cle

  • MacbookPro2,1 Model identifier: what is the latest OSX that is worth running on this hardware?

    Hi All, I'm running Snow Leopard (10.6.8) with few problems. This system seems to be right on the bubble for Mavericks support. http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-2-duo-2 .33-17-specs.html seems to say the hardwa

  • Customer Downpayment Update in Project Infosystems

    Hi, I am facing problems w.r.t. update of customer down payment in project info systems. As per standard SAP, after doing customer down payments, this will get updated in project info systems (CN41/CN41N). Please suggest me to fix the issue. Best Reg

  • Bleeding background shape will not export to PDF

    Hello everyone, I am working in InDesign v. 7.0.3 and when I set a rectangle to bleed on all sides it will not export to PDF (using Adobe Acrobat Pro, v. 9.4.2) . That being said, shapes and text within the page all show up. Does anyone have any sugg

  • Have more then 1 summary in an sql

    Hi, Assuming I have a table as below:- Name attendance_date attendance A 11/11/03 Y B 11/11/03 Y C 11/11/03 N How can use 1 sql to display a summary report as follows:- attendance_date Absent present total 11/11/03 1 2 3 thanks