Pls advise how can I remove the 'Loading' icon.

I have purchased a app called Kids Song All - 220 and I have downloaded it in itune as it has exceeded 20MB. But currently my iphone been showing "Loading'. Pls advise how can I remove the icon.

@cor-el: Thank you for your help. Got the issue fixed.
For those who are interested in a quick fix for this, go under (user profile depending on what OS you are using)\Mozilla\Firefox\Profiles\chrome , create a css file named userChrome.css (you have an example there... ) and paste in this code :
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#statusbar-display { display: none !important; }
Not sure if it's really correct, but it removed that annoying Status-bar, so I'm satisfied with it.

Similar Messages

  • How can I remove the "Notifications" icon from the Menu Bar in OS 10.9?

    How can I remove the "Notifications" icon from the Menu Bar in OS 10.9?

    As far as I can tell, this is your best option: http://reviews.cnet.com/8301-13727_7-57608829-263/how-to-turn-off-notification-c enter-in-os-x-mavericks/

  • How can I remove the Yahoo icon from my iphone?

    How can I remove the Yahoo icon from my iphone?

    This is covered in the manual.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)
    Hold an icon until they all wiggle, then tap the "x" in the corner.

  • How can I remove the Loading Progress Bar that pops-up at the bottom of the screen and relocates its self every time i try to mouse over it ?

    I noticed that the latest beta of Firefox has brought a new feature, namely that grey box that pops up when you load a new page and displays the progress : loading... transferring .. and so on. I find that very annoying. How can I remove it ?
    I have tried from the Customize panel... but I haven't found anything related to that.

    @cor-el: Thank you for your help. Got the issue fixed.
    For those who are interested in a quick fix for this, go under (user profile depending on what OS you are using)\Mozilla\Firefox\Profiles\chrome , create a css file named userChrome.css (you have an example there... ) and paste in this code :
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    #statusbar-display { display: none !important; }
    Not sure if it's really correct, but it removed that annoying Status-bar, so I'm satisfied with it.

  • How Can I Remove the Finder Icon From the Dock?

    Hi! Can someone tell me how to remove the Finder icon from the dock? I don't even care if Finder quits. I just want it removed from the dock. I really don't care if I can't get to my files. Please help.

    Start by going to your core services, (/system/library/coreservices). You can do this by pressing Shift+Cmd+G and then paste (/system/library/coreservices), without parentheses.
    After doing this, find Dock.app, right click, show package contents. This doesn't contain the icons on your dock, just finder and trash.
    After that, move all finder services to the desktop, and then erase them from the core services folder. At this point it will prompt you to put in your password, do so.
    Next you'll want to open terminal and type 'killall dock' or, you could restart your computer.
    This should remove the finder icon from your dock, while still giving you access to it from your desktop.
    Hope this helps!
    -C

  • How can i remove the acrobat icon in the upper right corner of the firefox window?

    it seems to have knocked out my evernote clipper.  if the two can coexist, fine.  otherwise i want to reinstall the clipper and it will not install with the acrobat icon in its place.  thanks.

    Tools --> Add ons. Disable the Acrobat extensions.
    Mylenium

  • How can I remove the flash icon from my taskbar when I fullscreen a video (Picture inside)

    I have dual monitors and watch videos on my left screen, I don't have this problem with Chrome and it is the only thing putting me off making the Switch.
    It is incredibly minor but it's make or break for me, please help /r/Firefox
    Here's a picture of my problem, sorry for the size.
    http://i.imgur.com/sGCwM0V.jpg

    If you right click on the icon on the taskbar you can select "Unpin this program from the taskbar"

  • How do you remove the Messages icon from iPad.

    How can I remove the Messages icon from iPad.

    The preinstalled apps cannot be deleted. You can move it into a folder and place the folder on another screen if you don't want to use the app or see the icon.
    Tap and hold down on the icon until it begins wiggling and then drag the wiggling icon on top of another icon - any other app that you do not want to use would be ideal - and that will create a folder. Name the folder whatever you like. Tap anywhere outside of the folder to close it.
    While the folder and icons are still wiggling - drag the folder over to the edge of the screen - about halfway over - and just hold it there for a second or so and it will jump over to the next screen. When you are done - Tap the home button to stop the apps from wiggling.

  • I have extra tracks of the same song,plus extra albums showing of the same album in their relevant lists how can i remove the extra ones safely?.

    Please advise, i have somehow downloaded some extra tracks  of the same songs, plus their relavant albums showing in songs/albums lists on my ipod nano 7th gen,how can i remove the unwanted extra songs/albums  safely. Please note i am a newcomer to using a ipod nano/uploading,downloading music.

    Hi Myketyke,
    Welcome to the Support Communities!
    Since you are syncing your iPod nano to your computer, the best option is to remove the duplicates from the iTunes library on your computer.  Then resync your device.  The article below will show you how:
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    Cheers,
    - Judy

  • How can I remove the recent OSi7 download?

    How can I remove the OSi7 download from my Ipad.  After downloading, I cannot even sign in!  Please advise ASAP.  Many thanks. 

    I have the same question, how do I remove OSI7 download from my IPad?

  • How can we remove the following zeros from quantity field ?

    Hi All.
    how can we remove the following zeros from quantity field while populating ALV by using FM REUSE_ALV_GRID_DISPLAY ?
    eg:getting output zqty = 2.000
    but i need           zqty = 2.
    help me to reslove this issue.
    Regards.
    jay

    Hi,
      While populating the field catlog do the following thing to   avoid zeros.
      wa_fieldcat-tabname = 'I_OUTPUT'.    " Curr
      wa_fieldcat-fieldname = 'FWAER'.
      wa_fieldcat-seltext_l = text-023.
      wa_fieldcat-no_zero = 'X'.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR  wa_fieldcat.
    Thanks,
    Khushbu.

  • How can we remove the key from the dataset which has json

    uid
    id
    Json
    4588
    51
    { "key": "1/0/234", "element1":{ "a":10 "b": "test1" } }
    4589
    52
    { "key": "1/0/234", "element1":{ "a":10 "b": "test1" } }
    4590
    53
    { "key": "1/0/234", "element1":{ "a":10 "b": "test1" } }
    I have the above dataset resulting from merge operation .
    UID -Integer data type
    ID- Integer data type
    Json- String data type holding json document
    How can I remove  the " key" element from the json field  and make my dataset look like 
    Expected output which will strip of key value pair from the json column
    uid
    id
    Json
    4588
    51
    { "element1":{ "a":10 "b": "test1" } }
    4589
    52
    { "element1":{ "a":10 "b": "test1" } }
    4590
    53
    { "element1":{ "a":10 "b": "test1" } }
    Mudassar

    Hello Mudassar,
    In SQL Server / T-SQL we don't have a native JSON support, so you would have to implement a solution on your own = parsing the string and remove the "Key" + it's value.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How can we remove the commas from the Formula value in SAP BW BEx query

    Hi All,
    How can we remove the commas from the Formula value in SAP BW BEx query
    We are using the formula replacing with characteristic.The characteristic value needs to be display as number with out commas.
    Regards
    Venkat.

    Do you want to remove the commas when you run the query on Bex Web or in RSRT?
    Regards

  • How can I remove the Apple ID authorization only on one computer and authorize another in his place?

    how can I remove the Apple ID authorization only on one computer and authorize another in his place?

    De-authorize the computer in question.
    Then authorize the new computer.
    Or de-authorize all computers and authorize only the ones that actually exist.

  • HT201363 My iPhone, iPad and iPod are all associated with the same Apple ID.  How can I remove the iPod and associate it with a new Apple ID without affecting the data on the other devices (note: there is no data on the iPod I want to keep)?

    My iPhone, iPad and iPod are all associated with the same Apple ID.  How can I remove the iPod and associate it with a new Apple ID without affecting the data on the other devices (note: there is no data on the iPod I want to keep)?

    Very simple.  Turn off Find my iDevice, then  Tap Settings, General, Erase, Erase all content and settings.

Maybe you are looking for

  • Ipod Not Working - Battery Issue?

    I have read some about the battery life of an Ipod not being that long. And you have to send it in to be replaced. Is that true? If so, how do you know when the issue is the battery and not something else. I havea problem with my Ipod that is9 months

  • Starting Blend when client not connected to internet?

    I've recently started experimenting with Blend with my Z30 and my laptop running Windows 7 Enterprise sp1; Blend Windows client v.1.1.0.17, Blackberry Blend app v.1.1.0.67 on the Z30. One thing we'd like to do is to use it in places where we have no

  • Safari not printing correctly....

    I have one small problem, when I'm in my store's admin interface and pull up the packing slip to print. The shipping and bill to boxes have straight lines and rounded edges on the form on the monitor. However, when I attempt to print with either Safa

  • Customise button wording for 'NEXT' that appears with Photo Gallery Thumbnails

    Is it possible to customise the wording of the 'NEXT' button that appears with the photo gallery thumbnails? ie, if you only have 5 thumbnails on page, but the gallery has more pics, a NEXT button is generated, but we'd like it to say MORE IMAGES ins

  • How to make a website?

    I enable the "web" item in the server admin, but I don't know where to put my webpage files, Is there any step by step tutorial?