Mode in status bar

There is INS & OVR mode in end of status bar.What is the use of these modes? when it is used?

hi khanna,
when you see the INS on your status bar, this means that Inserting of values is active.
Example:
you are in MM03 and you have a field for material number.
if the material number is 1234567 and your cursor is in the middle of 3 and 4 then you press 9, the value of the field will be 12394567.
before pressing 9.
1234567
after pressing 9
12394567
if OVR is on your status bar, this means that Overwriting of values is active.
we will be using the same example as above.
before pressing 9
1234567
after pressing 9
1239567
you can toggle these values by pressing the insert key on your keyboard.
regards,
Peter

Similar Messages

  • IPhone 6: Where's the status bar in landscape mode?

    I just got the iPhone 6 (I believe iOS 8.1) and my only problem is that it removes the status bar in when in landscape mode. I find it extremely annoying that I can no longer see the time, monitor my battery life, check whether if I'm even receiving a signal, etc. when I'm using apps such as Safari or Notes in landscape mode. Is there any way to get the status bar back like in previous software versions? So far, I hate having to switch to portrait mode, using the pull down menu, or pressing the home button just to see it...

    Same here - I returned my original, same problem on the second one, and same problem on my son's phone. I called Apple tech months ago, got to a senior supervisor who assured me he'd get back to me, but never did.

  • Status bar in BUSY mode while displaying bean calendar

    Hi all
    Iam using 10g Forms running from 10gAS.
    We are using Java Bean Calendar for date picking.
    As bean components run from the client's applet, i suppose calling a calendar bean should not have any server communication.
    But while i call the calendar bean from my form, the status bar of the form window goes to BUSY mode until i select or cancel the calendar.
    I have to justify the reason for this to my client asap.
    So any help regarding this is highly appreciated.
    Thanks in advance.
    Sriram

    Thanks Herbert, even i said the same to my client.But his question is "Whether the BUSY state just meant as waiting for user input or is there any middle tier communication that is happening from the form for the bean component.
    Tthanks again
    Sriram

  • How to remove status bar at bottom of browser when in full screen mode

    We have an application that runs in full screen mode for public display, so having the status bar pop-up at the bottom of the screen is distracting when it moves between pages is distracting and detracts from the user experience.
    How do I disable the status bar so that it no longer pops up when the browser is in full screen mode?

    Or do you mean the floating message that describes the current activity of the browser (for example, Waiting...) or shows the URL of the currently hovered link?
    That can be suppressed using custom style rules. Here is an example of a past thread on how you might do that:
    [https://support.mozilla.org/questions/976248 How do I disable the link address popup at bottom of the page?]
    That was as of Firefox 25. Does it still work in Firefox 30?

  • "Waiting for iPhone... " alwayz stuck at this stage...Already tried using DFU mode and many times...but always stuck at this stage. However in iphone APPLE LOGO and Status bar is coming but not processing ahead!

    "Waiting for iPhone... " alwayz stuck at this stage...Already tried using DFU mode and many times...but always stuck at this stage. However in iphone APPLE LOGO and Status bar is coming but not processing ahead! Even my device is not jailbroken.
    iTunes recognize this device and giving option for Restore. i go for it and in the continue process WAITING FOR iPHONE /// at this stage it stuck.. and keep serching like for something and in the iPhone APPLE LOGO and Status bar showing..but not processing further.

    Shaishel,
    Did you resolve this?  I am having the same problem!  Let me know if you have any suggestions.
    Thanks

  • Lollipop 5.1.1, priority vs silent mode and volume status bar symbols

    hi all just upgraded to lollipop 5.1.1 (from 5.0.2). Thank you sony devs. Went without a hitch - apps preserved, etc. However, decided to start afresh so wiped internal memory. I've noticed that priority mode is no more (at least it doesn't appear now when you press the hard volume keys - you just get 'normal' volume controls).
    "interruptions" are now described in sound and notifications as "silent mode". I've also noticed that the few volume symbols in the status bar seem no more. For example, I'd know with the star symbol that my volume settings were in priority mode i.e. quiet or silent. With the struck through circle, I should be on silent and the phone with the wee vertical bars meant I was in vibrate mode. I can only now get the vibrate mode symbol to appear. Finally, what's the status of alarms? There used to be a note in the interruptions menu about alarms always being treated as priority events. Sorry if this is straight forward.   Regards,
    Gary

    uliwooly wrote:
    @MyAliasIsGary http://talk.sonymobile.com/t5/Software-Updates/Lollipop-New-Features/m-p/955490#U955490 You are correct, you might want to contact Sony with your feedback. http://support.sonymobile.com/global-en/contactUs/ @uliwooly Hi How you doing mate? Thanks for the reply. Worked it out. It hammers the volume keys but basically, you volume down to zero - this takes you to vibrate mode. One more down-press takes you to silent. Here you get your priority controls and the ability to silence alarm too, as necessary. Star and struck-through-circle symbols are active in the status bar, depending on whether you toggle the "allow exceptions" switch. It's annoying that you can't shortcut from the power button menu like you used to but I think it's a lot clearer now, in terms of the layout i.e. these are the permutations you can have in silent mode.   Cheers, Gazza

  • How do I turn off and on the icon size slider bar at the lower right status bar of a folder window.

    I have been trying for days to help a friend with a new iMac to turn on the icon size slider bar that on my iMac appears at the bottom of ever folder when it is open when in the "view" > "icon" mode.  I cannot find anything that discusses this slider bar.  I can turn this status bar off and on on both my machine and my friends machine, but I cannot turn off or on the slider on either machine. 

    This did not help.  I am a Mac User since 1984 and generally I am never stymied buy the Mac OS, but this one has me.   I can open and close the lower status bar, as you described, and that works fine for me because I have the icon slider bar already there and it works fine; however when I open the lower status bar on my friends machine there is no icon size slider bar, and I can't seem to find out how to get it there, as it is on my machine or at all. The icon size can be controlled from the View menu, but as a photographer, it is really handy to have it at the bottom of the folder window.  Thanks for trying. 

  • How can I implement a status bar at the bottom of a resizable application?

    Hello all,
    I am a JavaFx newbie and I am implementing an application (a Sokoban game), with a menu at the top of the frame and a gaming area covering the rest of the frame. To support the game, I have to load images at certain positions in the gaming area.
    The game also includes a level editor with another menubar and where images are set to other positions.
    I implemented this in another view, swiching from the game mode to the level editor mode and vice versa is just done by setting the other view visible. Up to now this works, here the important statements building these details:
    Group root = new Group();
    gameView = new Group(); // for gaming mode
    le_view = new Group()   // for level editor mode
    MenuBar gameMenubar = new MenuBar();
    Menu menuGame = new Menu(bundle.getString("MenuGame"));
    ... building the menu items and menues ...
    gameView.getChildren().add(gameMenubar);
    ImageView buildingView[][] = new ImageView[22][22];
    for (nCol = 0; nCol < 22; nCol++) {
        for (nRow = 0; nRow < 22; nRow++) {
            buildingView[nCol][nRow] = new ImageView();
            buildingView[nCol][nRow].setX(nCol * 26 + 5);
            buildingView[nCol][nRow].setY(nRow * 26 + 40);
            gameView.getChildren().add(buildingView[nCol][nRow]);
    gameView.setVisible(true);
    root.getChildren().add(gameView);
    ... same stuff to build the le_view ...
    le_View.setVisible(false);
    root.getChildren().add(le_View);
    Scene scene = new Scene(root, 800, 600, Color.CORNSILK); Now I want to introduce a status bar at the bottom of the frame, which of course has to follow the bottom of the frame, if it is resized. And of course the menu and the status bar should not grow vertically, if the height of the frame is increased.
    The implementation seems to be easy with StackPane for the frame and one BorderPane for each mode.
    For the first step I only tried implementing the game mode with only one BorderPane (just setting the menu, the gaming area and the status bar each into a HBox and setting these three HBoxes at the top, into the center and at the bottom). I also tried this via GridPane and via VBox; I always get any erroneous behaviour:
    Either the menubar is visible, but the menus do not pop up the menu items, or the anchor point of the menu and of gaming area are set 100 pixels left of the left frame border and move into the frame when the frame width is increased, or the menu is set 20 pixels below the top of the frame, or HBox with the menu grows when the frame height is increased, so that the anchor point of the gaming area moves down.
    Can you describe me a correct construction of such a frame? Thanks in advance.
    Best regards
    Gerhard

    Hello Gerhard,
    Glad the code helped, thanks for a fun layout exercise.
    For the draft code I just pulled an icon off the internet over a http connection.
    If you haven't done so already place any icons and graphics you need local to your project, so that resource lookups like:
    Image img = new Image("http://www.julepstudios.com/images/close-icon.png");become
    Image img = new Image("close-icon.png");then performance may improve.
    Another possible reason for your performance problem could be that when you use a vbox, the vbox content can overflow the area of the borderpane center and might be sitting on top of the menu pane, making you unable to click the menu (which is what happens to me when I try that with the draft program with the vbox wrapping mod, then resize the scene to make it smaller). This was a trick which caught me and the reason that I used a Group originally rather than a vbox. I found a vbox still works but you need to tweak things a bit. The trick I saw was that the order in which you add stuff to the borderpane is important. The borderpane acts like a stack where the last thing added floats over the top of everything else if you size the scene small enough. For your project you want the menu on top always, so it always needs to be the last thing added to the borderpane, but when you swap in the level pane for the game pane, then back out again, the game pane can end up on top of the menu which makes the menu seem like you can't click it (only when the scene is sized small enough). It was quite a subtle bug which took me a little while to work out what was happening. For me the solution was to add just one vbox to the center of the border, and then swap the game pane and the level editor in and out of the vbox, that way the center of the layout always stayed behind the menu bar and the status bar.
    I added some revisions to reflect the comments above and placed some comments in the code to note what was changed and why.
    public class SampleGameLayoutRevised extends Application {
      public static void main(String[] args) { Application.launch(args); }
      public void start(Stage stage) throws Exception {
        final BorderPane gameLayout = new BorderPane();
        final Group gameView = new Group();
        final MenuBar gameMenubar = new MenuBar();
        final Menu gameMenu = new Menu("Mode");
        final VBox centerView = new VBox();
        centerView.setStyle("-fx-background-color: darkgreen");  // we set a background color on the center view to check if it overwrites the game menu.
        MenuItem playGameMenu = new MenuItem("Play Game");
        MenuItem levelEditMenu = new MenuItem("Edit Levels");
        gameMenu.getItems().add(playGameMenu);
        gameMenu.getItems().add(levelEditMenu);
        gameMenubar.getMenus().add(gameMenu);
        final StackPane levelEditView = new StackPane();
        levelEditView.getChildren().add(new Text("Level Editor"));
        ImageView buildingView[][] = new ImageView[22][22];
        Image img = new Image("http://www.julepstudios.com/images/close-icon.png");  // use of http here is just for example, instead use an image resource from your project files.
        for (int nCol = 0; nCol < 22; nCol++) {
          for (int nRow = 0; nRow < 22; nRow++) {
            ImageView imgView = new ImageView(img);
            imgView.setScaleX(0.5);
            imgView.setScaleY(0.5);
            buildingView[nCol][nRow] = imgView;
            buildingView[nCol][nRow].setX(nCol * 20 + 5);
            buildingView[nCol][nRow].setY(nRow * 20 + 40);
            gameView.getChildren().add(buildingView[nCol][nRow]);
        final VBox statusBar = new VBox();
        final Text statusText = new Text("Playing Game");
        statusBar.getChildren().add(statusText);
        statusBar.setStyle("-fx-background-color: cornsilk"); // we set a background color on the status bar,
                                                              // because we can't rely on the scene background color
                                                              // because, if the scene is sized small, the status bar will start to overlay the game view
                                                              // and if we don't explicitly set the statusBar background the center view will start
                                                              // to bleed through the transparent background of the statusBar.
        gameLayout.setCenter(centerView); // we add the centerview first and we never change it, instead we put it's changeable contents in a vbox and change out the vbox content.
        gameLayout.setBottom(statusBar);
        gameLayout.setTop(gameMenubar);   // note the game layout is the last thing added to the borderpane so it will always stay on top if the border pane is resized.
        playGameMenu.setOnAction(new EventHandler<ActionEvent>() {
          public void handle(ActionEvent event) {
            centerView.getChildren().clear();  // here we perform a centerview vbox content swap.
            centerView.getChildren().add(gameView);
            statusText.setText("Playing Game");
        levelEditMenu.setOnAction(new EventHandler<ActionEvent>() {
          public void handle(ActionEvent event) {
            centerView.getChildren().clear();  // here we perform a centerview vbox content swap.
            centerView.getChildren().add(levelEditView);
            statusText.setText("Editing Level");
        playGameMenu.fire();
        Scene scene = new Scene(gameLayout, 800, 600, Color.CORNSILK);
        stage.setScene(scene);
        stage.show();
    }Other than that I am not sure of a reason for the slowdown you are seeing. In my experience JavaFX has been quick and responsive for the tasks I have been using it for. Admittedly, I just use if for a bunch of small trial projects, but I've never seen it unresponsive for a minute.
    - John

  • Why does the address/status bar not work?

    After updating to 9.0.1, my status bar will not work, or my address bar. If I try to type in anything and press enter into the address bar, nothing happens. Also, I cannot press forward or back as they always remain grayed out. The only way I can get to a website is by pressing home, which is thankfully google. I have to google the url to go to it.
    Remembering now actually, I copied all the folders from the main firefox folder and pasted them into a new install of firefox (I had this problem actually before firefox updated). I was hoping that copying these folders would save my addons and etc. after I downloaded a new firefox and re-installed it. I put the folders back and firefox is still messed up :/
    I just want it to work more Q_Q

    That issue can be caused by an extension that isn't working properly.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • My phone will not load past the apple icon when trying to turn on. all it has on the screan is apple icon and a blank status bar. whats wrong? and what can i do?

    my phone will not load past the apple icon when trying to turn on. all it has on the screan is apple icon and a blank status bar. whats wrong? and what can i do?

    Hi, Just put phone in the recovery mode and restore to the factory settings. It should work.

  • There's a huge blank white screen below the status bar, that covers half of the screen in 3.6

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    When I opened Firefox there is a big blank screen below the status bar covering up half of the screen. It only happens on 3.6 version of Firefox
    == This happened
    ==
    Every time Firefox opened
    == Few Days Ago
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.7
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Stylish 1.0.9 true {46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
    Cooliris 1.12.0.36949 true [email protected]
    FoxTab 1.3 true
    WOT 20100503 true
    ImTranslator 3.3.3 true {9AA46F4F-4DC7-4c06-97AF-5035170634FE}
    Are You Watching This?! 2.5 true [email protected]
    SearchPreview 4.6 true
    qtl 14.3 true [email protected]
    DVDVideoSoft Menu 1.0.1 true
    NEW Glasser by SzymekPL 2.2.0.3.7 true [email protected]
    foof 1.2.8 true [email protected]
    Java Console 6.0.20 true
    Full Screen Homestar Runner 2.9 true
    Flash Game Maximizer 1.3.6 true {258735dc-6743-4805-95fc-f95941fffdad}
    MultiMediaWebRecorder 0.397 true [email protected]
    Download Statusbar 0.9.7 true
    Extended Statusbar 1.5.4 true
    NoScript 1.10 false {73a6fe31-595d-460b-a920-fcc0f8843232}
    WebSitePulse Transaction Recorder 1.4 false [email protected]
    Smart Bookmarks Bar 1.4.3 true [email protected]
    Xmarks 3.7.8 true [email protected]
    Gmail Watcher 1.10 true gmailwatcher@sonthakit
    Yahoo! Mail Watcher 1.10 true yahoomailwatcher@sonthakit
    Dr.Web anti-virus link checker 1.0.21 true {6614d11d-d21d-b211-ae23-815234e1ebb5}
    FIFA Online Web Launcher 1.1 false [email protected]
    ReminderFox 1.9.8.2 false
    1-Click YouTube Video Downloader 1.4 true [email protected]
    OurWorld.com Toolbar 2.7.0.14 true {80f6f9bf-9fd1-4f41-9ddf-6dd070f4f62f}
    Yahoo! Toolbar 2.1.1.20091029021655 false {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Yoono 7.3.6 false
    Form History Control 1.2.6 true [email protected]
    Boost for Facebook 10.0.2 false {47624dda-b77e-4feb-820a-e4f077d5d4ca}
    Fireclam 0.6.5 false
    Viral Threat Level 0.54 false [email protected]
    Ghostery 2.2.1 true [email protected]
    FootieFox 2.1.10 false {9fb7d178-155a-4318-9173-1a8eaaea7fe4}
    Puzzle 0.4.3 true [email protected]
    Tab Mix Plus 0.3.8.4 true
    FastestFox 4.1.5 true [email protected]
    AniWeather 0.7.4 true {4176DFF4-4698-11DE-BEEB-45DA55D89593}
    Get Styles 1.0.22 true {6236BA26-C117-4007-928C-DE0716C7FA80}
    Usage Stat 1.0.2 true {6236BA26-C117-4007-928C-DE0716C7FA96}
    FBFan 1.0.1 true {6236BA26-C117-4007-928C-DE0716C7FA99}
    Better YouTube 0.4.3 true [email protected]
    Show my Password 2.0 true
    LastPass 1.69.1 true [email protected]
    Favicon Picker 3 0.5 true {446c03e0-2c35-11db-a98b-0800200c9a67}
    Glassy Urlbar 0.5.2 true tgrsc@glassyUrlbar
    RSS Ticker 3.2.2 true {1f91cde0-c040-11da-a94d-0800200c9a66}
    iMacros for Firefox 6.7.0.1 true {81BF1D23-5F17-408D-AC6B-BD6DF7CAF670}
    Amplify 3.0.0 true {8f5ce3f8-1735-4680-b15e-108f2f50e8ba}
    Tidy Favorites Online 6.23 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind true
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days.mirror 180
    browser.link.open_newwindow.restriction 0
    browser.places.importBookmarksHTML false
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage http://www.google.com/
    browser.startup.homepage_override.mstone rv:1.9.2.7
    browser.tabs.insertRelatedAfterCurrent false
    browser.tabs.warnOnClose false
    extensions.lastAppVersion 3.6.7
    keyword.URL http://search.conduit.com/ResultsExt.aspx?ctid=CT2383985&q=
    network.cookie.prefsMigrated true
    places.history.expiration.transient_current_max_pages 32166
    places.last_vacuum 1278789082
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.downloads false
    privacy.clearOnShutdown.sessions false
    privacy.cpd.cookies false
    privacy.cpd.downloads false
    privacy.cpd.extensions-tabmix false
    privacy.cpd.history false
    privacy.cpd.sessions false
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 0
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.7
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
    == Plugins installed
    ==
    *-Cooliris embedded in a tab
    *Office Plugin for Netscape Navigator
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Default Plug-in
    *Provides additional functionality on Facebook. See our web site for details.
    *Game Loader Plugin for Power Challenge Games
    *Unity Player 2.6.1f3
    *BrowserPlus -- Improve your browser! -- http://browserplus.yahoo.com/
    *Pando Web Plugin
    *Shockwave Flash 10.1 r53
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *GEPlugin
    *Yahoo Application State Plugin version 1.0.0.7
    *Google Update
    *Version 0.9.17, copyright 2008-2010 Veetle Inchttp://www.veetle.com/
    *Version 0.9.17, Copyright 2006-2009 Veetle Inchttp://www.veetle.com/
    *Version 0.9.17, copyright 2006-2010 Veetle Inchttp://www.veetle.com/
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    I have v. 3.6.8. It will display blank white pages at some site and not at others. I use safe mode and the access is reversed... what used to open doesn't and what didn't does. . .
    Is anyone trying to fix this problem - or are users just left to chasing their tails on this issue?
    Just curious ... in order to help me decide to wait for help or move on to something else...
    Until that time ... Earl J.

  • IPod Touch Graphics Weirdness - Status Bar mirrored at bottom of screen!!!

    Okay, this is VERY weird and I have no idea what's going on - This morning when I woke up, I grabbed my trusty iPod Touch (4th Gen, 32GB with iOS 5) to check my calendar and noticed that the Status Bar (if I'm calling it the right thing - the white bar at the very top of the screen that shows the time, battery charge, WiFi signal,etc) was not only at the top - but also at the BOTTOM of the screen too!
    The mirrored Status Bar has the correct time and battery life as the top and the time updates just as it should. I can also see the lock icon when I first turn it on. However, to the extreme left the bottom bar is sort of "washed out" and is so white that I can't make out the word "iPod" that shows on the top bar. In fact, it's also sort of translucent as I can see the dock, icon name and part of my wallpaper behind/thru it! I also just realized something else weird - if I pull down the Notifications panel, I can see the notification panel sort of "scrolling" thru the bottom Status Bar!!! I hope I'm explaining this well enough - but it's like..I dunno, like the ideo memory for the top of the screen is being mirrored over the bottom of the screen too - I can see what should be there as well, it;s like it's overlayed or something. The Notification panel is especially weird since it totally obsured the top status bar as it's being pulled down - and this is exactly what the bottom status bar area shows me - what's in the section in the top bar is prescisely what is showing in the bottom bar section!!!!
    It stays displayed along the bottom no matter what app I'm in, even a full screen video, game, lock screen, etc; nor does it disappear when rotating to landscape mode - it still stays in the exact same place (tho in landscape it's now on the right side as it were). I have soft reset, synched, etc but it wil not go away. As I said, I deleted all recently installed packages, but I didn't install anything the night before (remember I just found it this way this morning) - i.e. I wasn't doing anything weird or experimental or anything remotely like that with my beloved little iPod (never JailBroken it or any of that stuff - am happy as it is and never been tempted to do anything like that to it). I also have never used any of the AV Out cables or whatever they are called that allow you to mirror an iPod screen on a TV or monitor or whatever - never used anything but the sync cable (now at my sisters), my Belkin charge auto charge cable, and that's it (I'm mentioning all this since I see other people asking this sort of thing for other problems when I was trying to find anyone else experiencing/ed this issue).
    I have not tried a factory restore yet, and wanted to post here before I go that route to see if this is maybe something Apple has seen before and can offer a quick and easy fix. Otherwise I'm guessing a hard/factory reset is the only way to go - I'm a bit worried about this since (of course) my sync cable is no longer here - gave it to my sister the last time she was in town and have just been using my charge cable (no sync capabilities, just power) since I don't really need it with iOS5's wonderful WiFi Sync. I do use iCloud - but if I hard reset/factory reset, will iCloud restore the synching info so I can sync all my apps and music & videos back via iTunes from my Laptop, or will I need to buy another sync cable? IF factory reset is the only way, please let me know (anyone that knows!) what I'm in for in regards to restoring from iCloud if anyone here is experienced with that. I know my non-iTunes music and videos are not backed up in the Cloud, but as long as it restores the ability to sync wirelessly with iTunes on my Laptop that's fine. Asuming, of course, that a factory reset will even fix this Status Bar oddity - I'm really afraid it means my little iPod's internal board is going fry-happy or something awful like that. :-(
    I tried taking some screen snapshots (home + power off) to post, however the camera roll just displays a standard beautiful looking screen, no double bar - not sure what that indicates. However after some fiddling and emailng to myself,  I do have a couple pics posted below. I apologize for the lack of quality - I took them - and don't laugh - with my Android Phone (yes, I have every intention of upgrading to an iPhone 4S as soon as I can - having a bit of enforced financial conservatism going on at the present unfortunately - which is one of the main reasons I'm so worried my beloved iPod Touch 4 is having issues as it's either very close to warranty expriration and can't afford another right now, and really don't want to have to rely on my Android Phone for everything I do on my iPod Touch - there truly is no comparison!).
    If anyone has any ideas or has seen something similar please let me know! I did search the Apple forums prior to posting this, and even googled the web but could find nothing like this ever happening to anyone else. I absolutely love my iPod Touch and would be uterly lost without it, so I'm hoping with all my might that this isn't some sign of a bad board or something in my beloved little beautiful iPod Touch!
    Thanks in advance for any assistance, suggestions, etc!!!
    NewtonDKC
    Message was edited by: NewtonDKC (embarrassing spelling errors corrected and a couple additional discoveries added!) :-)

    I understand the various methods - I was just worried because I've never restored via iCloud - from the limited experience I've had thus far, I'm impressed! But of course if Apple does it, it's going to be the best experience possible! :-)
    And as you may have guessed from my now having iCloud restore experience, it is due to me going ahead and trying a reset to factory settings/wiping it clean. And unfortunately - the bottom bar is STILL THERE! <much argghhing! and %^$#@*&^%$'ing loudly>
    I did try wiping it a couple of times, but no joy. At this point, I'm guessing this means there's something majorly wrong with the graphics subsystem and/or main board? It's not a screen issue as it's working fine - in fact it's working double-time displaying two things at once - dimensional transcendentalists take note! <grin>
    So unless anyone else has some fantastically bright ideas, I'm guessing this means I need to call Apple next? I'm guessing one of these pages has the appropriate contact info - I'm just not at all looking forward to being without my favorite gadget in the history of gadgetdom (and as you can tell from my username, I've been a fan of Apple Gadgets for quite awhile now!).
    Anyone know if Apple offers any advanced replacement options? Or if there's anyway to tell if my Touch is stil under warranty? I can't remember the exact purchase date but probably coming up very soon - have they been out a year? Sorry if thee questions are silly, as I said, I'm a newbie to Apple Support - first Apple product I've ever owned that broke!
    Thanks for any info for anyone coming in late to the fun, and/or for any tips on who/what to call and ask about.
    Wish me luck! :-0
    Newt

  • Grey start-up screen with status bar freezing and shutting down

    Hello
    I have a 13.1 MBP running 10.8.1 that is about 18 months old and when starting it up, it makes the traditional apple "ding" and then starts up with the little spinning wheel.
    Then the status bar appears reminicent of when you install a firmware update and after 23 seconds, the MBP competely shuts down.
    I have reset the PRAM, tried to start up from the disc, tried to start in Safe Mode and everything in between. 
    Nothing seems to remedy the situation. 
    Any thoughts would be most helpful!
    Thanks!

    Actually, you should hold the C key to start up from a Mac OS X install disk. Holding the D key boots into Apple Hardware Test (assuming you've got the right disc in). If both of those things fail, resulting in identical behavior, then it's likely to be a hardware issue.

  • DROID RAZR issues with status bar - Winamp

    When i pull the status bar all the way down it is really hard to get it to stay locked.  It just keeps flying back up to its normal position.  Winamp is also borked

    If your Having Issue Linking too Winamp an other Stuff with it you might Give this A Look an see if can Help Ya:
    You need to install both the Winamp for Android and the latest Winamp Media Player for your PC.
    Step 1::
    On your Android device, download Winamp for Android.
    Step 2:
    When you initially launch the application you'll see a "Winamp Help" screen. Click on the "Wi-Fi Sync" button and following the onscreen instructions. If you don't see the Winamp Help screen, simply launch Winamp and from the Home screen press the Menu button (hard button), go to "Settings" and "Enable wireless sync".
    Step 3:
    Make sure your PC and Android phone are on the same Wi-Fi network.
    Step 4:
    From your PC, download & install Winamp Standard (free) or Winamp Pro (premium). Version 5.6 or later is required. Please note that Wi-Fi sync with Winamp for Android will not work with "Winamp Lite". After launching Winamp you will be prompted to "Add Media to Library" or "Import from iTunes".
    Step 5:
    From the Media Library tab, select "Devices" in the navigation panel (left-hand side of screen).
    Step 6:
    Your Android device should now be visible in the "Discovered" area of the "Devices" view. If not, click the "Discover" button. You'll also want to be sure that your device is not in sleep mode.
    The "Discovered" view only indicates available devices. To sync with your device, you will first have to attach it.
    Step 7:
    To attach a device, double click on your device icon (or single click on the attach overlay button). This will send a pairing notification to your device.
    Step 8:
    After clicking "Attach", a notification will be sent from the Winamp Media Player to your Android device asking you if you would like to allow Wi-Fi pairing. Click allow.
    Step 9:
    Once you have selected "Allow", you should now see your device in the "Attached" area of the "Devices" view. Additionally, you will see your device name appear under the "Devices" node in navigation panel.
    (Note: You only have to pair your phone once. After initial pairing, your device should automatically appear in the attached state. You may be prompted to pair again after upgrading to a newer version of Winamp for Android).
    At this point your Wi-Fi set-up is complete and you are ready for wireless syncing.
    Step 10:
    Once your device is "Attached", mouse over the device icon and click on the "Sync" overlay button. Alternatively, you can manually drag and drop files in your "Audio" library to your device (pictured below).
    You also have the option of setting up your Preferences by right-clicking on your device or by going to Options >> Preferences >> Portables >> [Device Name]. Learn more about sync preferences and settings.

  • STATUS BAR AT DIFFRENT POSITIONS

    Hi to all,
    i have the following problem:
    The first call to a form modul shows the status bar/message line at the bottom of the applet window.
    After exit_form and calling the same module again status bar/message line is shown at the
    bottom of the forms module window.
    In Forms 6i Patch 3a everything worked fine. Since Patch 9a and even in Forms
    9i i got this behaviour.
    In formsweb.cfg i use the following parameters:
    usesdi=yes
    HTMLbodyAttrs=TOPMARGIN=0 BOTTOMMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0
    width=1000
    height=600
    separateFrame=false
    This parameters lets the forms applet window full fill the browsers window.
    In the first modul the console window is set to null, in the following one's
    the console window is set to the forms modul window(width=745 height=388). The
    canvas size inside the called modul is width=744 height=387. I tried with other
    sizes but still get the same behaviour.
    Does someone got the same error or may be a solution ?
    Thanks
    HJ.Alles

    Hello Darryl.
    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.

Maybe you are looking for

  • Conversion of string into XML object

    Hi I am having some problems with conversion of string (containing XML data) into Flex XML object and binding it later to UI elements to output/maintain this data. Binding of XML structure to UI elements works perfectly fine if I will do following: 1

  • How to upgrade from Vista to Windows 7?

    I recently bought the upgrade version of Windows 7 utimate for my laptop, my laptop is new and Windows Vista pre-installed. I would like to know if I upgrade Windows 7 from this "Fresh", pre-installed vista, would this Windows 7 operate as good as th

  • Run VHD/VMCX without admin rights?

    Hi, Is it possible to run Windows Virtual PC without Admin rights? My goal is to have basic users running a Windows XP VHD. I can install the application and set everything up using my admin credentials, but I want to leave the other users as basic o

  • How to udate 0Unit

    We recently added a new key figure to a existing cube A. (Cost - it is a Currency data type) All the historical data is blank for the 0Unit and Cost columns. Then I need to load Cost from another cube B. Since 0Unit is a new key, even other character

  • Maintenance plan search for no attached task list

    Hello Experts!      I have tried searching for an answer to this to no avail. Is it possible to execute a search for maintenance plans that have no task list attached to them? I have tried IP15 thinking their would be a status to include or exclude b