Windows/Status Bar/Icons = big and pixilated

I unplugged my computer. When I turned it back on all the windows and everything is really pixilated and big. It's like everything is zoomed in. Except that it isn't. Everything in the system preferences seems to be normal, zoom is off, resolution is right, text size is normal. I don't know what it is? Can anyone help? Anyone know what it could be?

It sounds like you are using an LCD monitor, correct? If so, you probably have the OS X display resolution set to something other than the monitor's native resolution -- if you do this on an LCD monitor, the result is a blurry screen -- photographic images (like your wallpaper) won't appear blurry, but icons and fixed-sized graphical UI elements will.
Go into System Preferences -> Displays, select the Display tab, and make sure the Resolution is set to your LCD's "native" resolution (which you can find your monitor's manual).

Similar Messages

  • Windows Task Bar Icon (Access 2013)

    This is my first database I created from scratch in Access 2013, and I am not sure how to change my Windows Task Bar Icon use the Application Icon.  Not a huge deal, but to keep consistency between my systems, it would be nice to resolve.  
    How does one get Access 2013 to use the Application Icon to show in the Windows Task Bar when the program is launched?

    Hi Mark,
    >> it wasn't a big issue, it is just by assigning an Icon in Access 2010, the application magically had that same icon on the task bar showing open programs.<<
    Based on my test, the icon in Windows Task Bar will not change after I assign an icon for Access 2010. I tested in Access 2010 on Windows 7, here is the screenshot for your reference:
    If you want to Access support this feature, I suggest that you submit the feedback from link below:
    Submit Feedback - Microsoft Support
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Help frame is not opening to user, but displayed on the windows status bar.

    Hi All,
    In my application help frame is displaying on the windows status bar. But when i click on the icon it is not displayed on the desktop.
    This is not happening again to reproduce it.
    If you have faced this problem anytime, please let me know.
    May be a problem with the windows OS.
    In general, is there any case that, java Frame behaves like this?
    Regards,
    Nar

    Have you currently got private browsing enabled : Settings > Safari > Private Browsing 'on' ?

  • How create a tooltips in status bar icons

    the answer is in the title
    I want to create a tooltips on my application icon tray, in the status bar icon.
    I think that the solution is in the SDK, but i dont know to implement this code:
    source MSDN:
    #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
    NOTIFYICONDATA IconData = {0};
    IconData.cbSize = sizeof(IconData);
    IconData.hWnd = hwndNI;
    IconData.uFlags = NIF_INFO;
    HRESULT hr = StringCchCopy(IconData.szInfo, ARRAYSIZE(IconData.szInfo), TEXT("Your message text goes here."));
    if(FAILED(hr))
    // TODO: Write an error handler in case the call to StringCchCopy fails.
    IconData.uTimeout = 15000; // in milliseconds
    Shell_NotifyIcon(NIM_MODIFY, &IconData);

    If you're interested in the icons in the notification area, I think the easiest solution is to use the "System Tray Icons" functions in toolbox.fp.
    You can create a new icon calling InstallSysTrayIcon(), and you can also set the tooltip text.
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

  • Firefox Sync (Weave) 1.4b2 removes status bar icon

    After updating Sync to 1.4b2 the status bar icon is removed. This is annoying as i use a third party password manager.
    Why has it been removed or where to ask for Sync support?
    Please help, Sync is a life-saver!
    == This happened ==
    Every time Firefox opened
    == I updated to 1.4b2

    v1.3 was perfect, v1.4 is a disaster... please bring back the icon... Since I upgraded to v1.4, I do not know if things have been sync'ed and it should be done automatically, not manually like in v1.4. I have gone back to v1.3... and I have to do this to all my computers... please ask the users before making any changes, if you really care about the users who use this.
    bad! bad! bad! bad! bad! bad! bad!

  • Status bar icon meaning

    hello,
    can anybody help identity what this icon/symbol mean? how do i remove it?
    here's a close-up view (below)
    hoping for some help.

    well said, uselessSABOTAGE
    thank you for the perspective. btw, your suggestion -
    "Check if you have utilities or tweaks that may have a similar icon and see if that icon disappears if you toggle that tweak on/off."
    worked.
    i search for a utility that showed the same icon. it turned out to be for a tweak called iPrivacy. turned off its icon display tab and the status bar icon disappeared. equally important, this can be a guide for future occurences of this type, too.
    my appreciation and respect.

  • IPod touch status bar icon

    On my iPod touch status bar icon with lock and circle arrow around it. Can not send image since iPod can no longer connect to wifi

    The circled padlock by the battery indicator is the screen-rotation lock. To change double click the Home button and swipe the bottom row fully right past the music controls. Then tap the circled padlock icon.
    Does the iPod connect to other networks?
    Does the iPod see the network?
    Any error messages?
    Do other devices now connect?
    Did the iPod connect before?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    iOS: How to back up your data and set up as a new device
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • What handler is called when a Status-Bar-Icon is clicked in Cocoa-Applescript?

    In Cocoa-Applescript Xcode, what handler is called when the Status-Bar-Icon for my app is clicked? Are there any variables or connections that I have to make?

    Thanks Red_menace! I don't know what the Apple community would do without you.
    For others viewing this question, the following is the proper format, for Cocoa-Applescript:
    property NSStatusBar : class "NSStatusBar"
    property StatusItem : ""
    on applicationWillFinishLaunching_()
    set StatusItem to NSStatusBar's systemStatusBar's statusItemWithLength_(current application's NSSquareStatusItemLength)
    StatusItem's setAction_("myAction:")
    end applicationWillFinishLaunching_
    on myAction_()
    say "Hello!"
    end myAction_
    Where "myAction:" is the action that you want to call when the Status-Bar-Item is clicked. It should also be noted that this handler will not be called if a menu or view is already linked to it's click action.

  • Sometimes a Firefox window top bar goes weird, and the window controls at extreme top right disappear.

    Sometimes, after its been going quite a long time. a Firefox window top bar goes weird, and the window controls at extreme top right disappear, making it impossible to resize or close the window. The only solution I have found is to individually move the tabs to a new window. The original (bad) one then disappears as soon as the final tab is shifted.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Weird message below status bar - icons move down and almost touch dock

    Ever since installing 3.0 on my 3g iphone I've had a weird problem. Roughly around an hour or so after the phone is on, the icons on the page move down (about an 1/8 of an inch) and the words "Revisar ADN" appear below the status bar. A little bit later the message will go away but the icons will remain shifted down. The only way to fix it is to turn the phone off and back on again, but again, roughly an hour later it happens again.
    I have restored several times but to no avail.
    Some more info about the situation: I purchased and activated the phone in Guatemala (where I live) and my carrier is Claro. The words "revisar ADN" mean "check DNA" in english. The phone is not jailbroken or anything like that. Even though the carrier is Claro, the international settings are in English with the exception of the spanish language added to the keyboard. I've had the phone for about 6 months and on 2.2.1 never got this message.
    Any help would be appreciated.

    Thanks so much for the information and the investigation on this (I saw you posting in other forums as well). Through some trial and error I think things are working finally. Here is the story for anyone else that might suffer from the same problem.
    I originally tried the SIM trick and took the SIM out, put it into another phone, added a contact, and then put the SIM back in. This unfortunately did not work. A few hours later the icons had moved again. I then noticed that the contact that I had added to the SIM was not in my iphone address book, so I imported the contacts from the SIM (Settings>Mail, Contact, Calendars>Import Sim Contact), hoping that this would fix the problem. That didn't work either. I turned the phone off and on again, and that didn't work either.
    Then I began to look into the "Claro Contactos" issue, and went looking for the SIM Applications (Settings>Phone). Now, I am almost positive that when I looked here earlier that day the SIM Applications button was not there. Maybe it was, but I'm thinking that by putting the chip into another phone and then putting it back into the iphone, this "unlocked" this feature. Or maybe it was the simple act of taking it out and putting it back in. Either way it was there now. I had never heard (or turned on) Claro Contactos so I went hunting for where to turn it off. After finding it "Utilidades Claro" it popped up a message asking if I wanted to turn it on. Obviously I had not used the feature before so I couldn't turn it off like the previous post had suggested. So I did the opposite and turned it on. I then touched the button "Respaldo Contactos" to back up that one contact to this service and then touched the button "Respaldo Automatico" and told it NOT to back up automatically. After doing all of this, I turned the phone off and on again, and now everything has been fine. It's been a full day and my icons are right where they should be.
    I mention the process because I'm not totally convinced that just by turning the Claro Contactos on was the issue. I think the whole process is the solution. Maybe someone else that has the same issue can try the process, but backwards and see if just switching the Claro Contactos on (or off) solves the problem.
    Thanks for the help and I hope this helps whoever else might have the same problem.

  • Menu bar icons vanished and iPod not showing up in iTunes anymore

    All menu bar icons on the right side (keyboard, clock, battery) vanished.
    It's not possible to get them back by mark their visability in the system configuration. The system just ignores any attempt to do that (I can mark the check box, but nothing appears on the menu bar; after leaving and returning to the panel, the mark has gone).
    Besides of that, my iPod doesn't show up in iTunes anymore (but does on the desktop).
    My laptop may be physically damaged as it fell down to the floor a few days ago.
    Can anybody help?

    Welcome To Discussions Daniel Lerch!
    Create a new Admin user account, and see if the same problem occurs while logged in to that account.
    Have you run the Apple Hardware Test and also Repair Disk?
    THESE ARE THE STEPS FOR USING DISK UTILITY TO REPAIR YOUR HD
    1.Insert the System Install disk, Mac OS X CD-ROM disk, or Restore DVD disk, then restart the computer while holding the C key. Use the System disk, of the OS, that is currently installed.
    2.Once started up from CD or DVD, choose Disk Utility from the Installer contextual menu for Panther, or Utilities for Tiger, on the Menubar at the top of the screen.
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from disc to access Disk Utility.
    3.Click the First Aid tab.
    4.Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5.Select your Mac OS X volume, if necessary.
    6.Click Repair. If DU reports errors it has fixed, then re-run Repair Disk until no errors are reported.
    7.When finished, select Quit Disk Utility from the Installer menu.
    8.Select Quit Installer from the Installer menu.
    9.In the resulting pop-up window, choose restart.
    10.After the computer has restarted, you can eject the CD.
    Repeat steps 5 & 6, but select the Hard Drive this time. It's usually the first listed with the manufacturer's model number.
    Make note of the S.M.A.R.T. status.
    ali b

  • Hide firefox from Windows status bar

    i'm running Windows 7.
    when i minimize firefox i would like it to not appear on the Windows 7 status bar but in the "hidden icon" box area.
    is this possible or is this a request for the future?

    Try this add-on to minimize Firefox to the "system tray" then set your Windows 7 preferences for the system tray:
    *Add-on - https://addons.mozilla.org/en-US/firefox/addon/minimizetotray-revived/
    **I use the above add-on; you can also search at - https://addons.mozilla.org/en-US/firefox/
    *Windows 7 system tray - http://www.makeuseof.com/tag/manage-and-tidy-the-windows-7-system-tray/

  • Is there a complete list of the status bar icons somewhere?

    I just received a Flame phone and have an icon in the status bar that I can't decipher: a "2" followed by what I think is a SIM card graphic, followed by a "!" - I have a SIM card in slot #1 but I am wondering if there is a problem with it. I checked the help pages and I don't see a topic that describes the different icons. Please let me know if I need to fix something. Thanks.

    It's a bug. Means that a second Sim is not installed, but really it should not show at all.

  • Grey wheel perpetually spins in Finder window status bar.

    Why does the grey wheel (Different from the beachball), in the lower right hand corner in the status bars, in some of my Finder windows, continually spin? Some for hours and never stopping.
    The Finder window functions normally although sometimes slower than before installing Mavericks.  Have already reinstalled the OS.
    It doesn't happen in every Finder window.
    I hope it isn't slowing my computer down or causing hardware to overwork.
    I'm wondering if things are working properly.
    Can anyone help with this?

                                                                                                                        This grey wheel in the lower right corner keeps spinning. Never stops. Some windows have it. Others don't.

  • Stopping or Removing Status Bar Icon (Android)

    I use my phone for many things and BT SmartTalk is a small part/aspect.  And with limited screen space, I definately can't justofy another icon in the status bar and the SmartTalk App running the entire time.  I need to run t when I want then exit.
    Using Settings > Apps > Force Exit after every occasional SmartTalk call is just stupid.
    So, do BT think they are the only think on a smartphne or how to I get the app to exit and get rid of the icon
    (I have already switched the default calling back to the phone as SmartTalk is just an occasional thing).
    Interestingly, when I was doing a Google search for the answer, there were quite a few user reviews where loads of people had been saying about this daft icon - so I am far from alone in my wish to get rid of it and get the app to exit and stop using system resources).
    Many thanks

    AllanQuatermain wrote:
    I close the app manually as well.  Ive left it running a number of times and it does close itself. Whilst left running it sometimes asks for feedback on call quality. 
    I wonder if the app sends any other data whilst it is still running after use?
    Don't know, but I hope not - I wonder if there anything else when it is in use.
    BT list this:
    PermissionsThis application has access to the following:
    Services that cost you moneydirectly call phone numbers
    Allows the app to call phone numbers without your intervention. This may result in unexpected charges or calls. Note that this doesn't allow the app to call emergency numbers. Malicious apps may cost you money by making calls without your confirmation.
    send SMS messages
    Allows the app to send SMS messages. This may result in unexpected charges. Malicious apps may cost you money by sending messages without your confirmation.
    Hardware controlschange your audio settings
    Allows the app to modify global audio settings such as volume and which speaker is used for output.
    Your messagesread your text messages (SMS or MMS)
    Allows the app to read SMS messages stored on your tablet or SIM card. This allows the app to read all SMS messages, regardless of content or confidentiality. Allows the app to read SMS messages stored on your phone or SIM card. This allows the app to read all SMS messages, regardless of content or confidentiality.
    receive text messages (SMS)
    Allows the app to receive and process SMS messages. This means the app could monitor or delete messages sent to your device without showing them to you.
    Network communicationfull network access
    Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
    Your personal informationread your contacts
    Allows the app to read data about your contacts stored on your tablet, including the frequency with which you've called, emailed or communicated in other ways with specific individuals. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge. Allows the app to read data about your contacts stored on your phone, including the frequency with which you've called, emailed or communicated in other ways with specific individuals. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.
    read sensitive log data
    Allows the app to read from the system's various log files. This allows it to discover general information about what you are doing with the tablet, potentially including personal or private information. Allows the app to read from the system's various log files. This allows it to discover general information about what you are doing with the phone, potentially including personal or private information.
    Phone callsread phone status and identity
    Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active and the remote number connected by a call.
    reroute outgoing calls
    Allows the app to process outgoing calls and change the number to be dialled. This permission allows the app to monitor, redirect or prevent outgoing calls.
    Storagemodify or delete the contents of your USB storage modify or delete the contents of your SD card
    Allows the app to write to the USB storage. Allows the app to write to the SD card.
    System toolsprevent tablet from sleeping prevent phone from sleeping
    Allows the app to prevent the tablet from going to sleep. Allows the app to prevent the phone from going to sleep.
    Hardware controlscontrol vibration
    Allows the app to control the vibrator.
    Network communicationview network connections
    Allows the app to view information about network connections such as which networks exist and are connected.
    view Wi-Fi connections
    Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
    Your personal informationretrieve system internal status
    Allows the app to retrieve the internal state of the system. Malicious apps may retrieve a wide variety of private and secure information that they should never normally need.
    System toolsrun at startup
    Allows the app to start itself as soon as the system has finished booting. This can make it take longer to start the tablet and allow the app to slow down the overall tablet by always running. Allows the app to start itself as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
    Defaultdirectly call any phone numbers
    Allows the app to call any phone number, including emergency numbers, without your intervention. Malicious apps may place unnecessary and illegal calls to emergency services.
    test access to protected storage test access to protected storage
    Allows the app to test a permission for USB storage that will be available on future devices. Allows the app to test a permission for the SD card that will be available on future devices.
    read call log
    Allows the app to read your tablet's call log, including data about incoming and outgoing calls. This permission allows apps to save your call log data, and malicious apps may share call log data without your knowledge. Allows the app to read your phone's call log, including data about incoming and outgoing calls. This permission allows apps to save your call log data, and malicious apps may share call log data without your knowledge.
    -+-No longer a forum member-+-

Maybe you are looking for

  • HssJNIDriver931.dll: Can't find dependent libraries

    what error? org.apache.jasper.JasperException: C:\Hyperion\common\ADM\9.3.1\Essbase\9.3.1\bin\HssJNIDriver931.dll: Can't find dependent libraries I install this essbase server essbase client essbase admininstrator application builder tomcat 5.5 Edite

  • How to create Report in master and detail

    I have two table 1. order1 2. order2 table order1 fields:- SRNO, PPNO,SUBPP table order2 fields:- SRNO, SFILE, INVOICE table order1 I created in tabular and table order2 like form. order1 has 4 record and order2 has 1 record like ORDER1:- srno, ppno,

  • Re: I have had duplicate charges, several times.

    I have the exact same problem and I cant reach Skype either. Very frustrating. I would like to know why a sum of 300 SEK has been taken off my card when I only asked for 100 SEK to be taken off and 100 to be added when the funds run low. They havent

  • Updating Adobe Acrobat 8 Professional

    I need to know which product to download to update Adobe Acrobat 8 Professional.

  • EJBQL or HQL transformator

    Hello, I have the following problem - I should change some part of query in application. E.g. application should add something in where clause (depends on tables). I use EJB and this chanhes I can do only in EJB (or Hibernate, for future). So I need