Desktop color reverts to THOUSANDS at each restart

I've got an Apple 1600x1024 Cinema Display and a Samsung SyncMaster as a second monitor, and both revert to THOUSANDS of colors ONLY FOR THE DESKTOP at each restart. The display preferences panel indicates that they are at millions but that is only true for application and finder windows, not the desktop. (I use solid colors, but also tried the patterns, etc., to no avail.) To actually get the desktop to millions, I need to change each display setting to thousands (which does nothing), then back to millions (which then actually sets the desktop to millions). I've logged on as root, and the display setting there is fine. I've trashed the user (me) prefs for "com.apple.desktop.plist" as well as "com.apple.systempreferences.plist", but the problem continues. Any suggestions?

Have you trashed the display color caches? You might want to try to remove any "com.apple.colorsync.profiles" files in /Library/Caches, and hide them in the Trash for a test.
Also, drag the following files to the trash:
_ com.apple.kernelcaches (a folder in /System/Library/Caches)
_ Extensions.kextcache (a file in /System/Library)
_ Extensions.mkext (a file in /System/Library/)
_ com.apple.ATS (a folder in /Library/Caches/)
_ Files that start with com.apple.LaunchServices (in /Library/Caches)
I'd then boot into Open Firmware (CMDOPT_OF) & type:
reset-nvram <return>
set-defaults <return>
reset-all <return>
...and then, clear the PRAM on the reboot (CMDOPT_PR, 2 chimes).
Prior to all of this, you might want to unplug both monitors - from the utility power and from the system, and let all power drain completely, leaving them off for 8-10 minutes. I've seen monitors re-set themselves this way before.
Good Luck!

Similar Messages

  • My desktop background reverts to previous one upon restart

    Hi,
    I got my MBP with OSX 10.8.4 this May, and since changed my desktop background once to another image.
    Now, whenever I want to change to another one, OSX accepts the change, but whenever I reboot or even change the user ( only 1 present, which is me = admin, though tried to log out and in to see what happens), OSX reverts to the first image and discards any changes made to the background.
    Strange enough: when I go to the PrefPane and see what background has been selected, it is the new one! But the old one is showing up nevertheless.
    What I tried so far:
    I deleted the file that was selected as the background image ( it still keeps showing up as the background! )
    I deleted the plists com.apple.desktop & com.apple.systempreferences, nothing changed
    this is quite annoying!
    i dont think i have anything on my machine that would interfere with the background image... no wallpaper programs & stuff like that.
    any help is much appreciated!! thanks!
    PS: no I dont want to use geektool etc. for things like that. it is an "unclean" solution to this problem which should not appear at all.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -1A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Change Outlook Calendar background color but its reverts back to old on restart

    Dear Support,
    I am trying to change Outlook Calendar background color but its reverts back to old on restart 

    Hi,
    Let's take Outlook 2013 for example, go to FILE tab ->
    Options -> Calendar -> Display options
    -> Select the Default calendar color and the checkbox for
    Use this color on all calendar ->
    OK.
    In case the Navigation Pane is corrupted, we may try starting Outlook with the switch "/resetnavpane":
    Press Win + R and type “outlook.exe /resetnavpane” in the blank box, then press Enter.
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • My system preferences won't load. It opens straight up to the desktop folder and pictures won't load, leaving me with a color wheel. I've tried restarting my computer and that doesn't help. System preferences just won't open/load at all. Any ideas?

    My system preferences won't load. It opens straight up to the desktop folder and pictures won't load, leaving me with a color wheel. I've tried restarting my computer and that doesn't help. System preferences just won't open/load at all. Any ideas?

    Deleting the System Preference or other .plist file
    ..Step by Step to fix your Mac

  • My Trackpad speed and Highlight Color keep reseting to their defaults after EACH restart.

    My Trackpad speed and Highlight Color keep reseting to their defaults after EACH restart. I'm running OS 10.8.2. I had other problems with a previous admin account, so I created a new one, in which I'm having this problem, and deleted the old user acnt.
    Please HELP!

    Keyboard and mouse preferences are stored in the following two plists:
    com.apple.systempreferences.plist
    com.apple.universalaccess.plist
    EE

  • PROBLEM: icons automatically move to right of desktop at each restart

    My desktop icons automatically move to the right of the desktop at each restart, destroying my personalized arrangement. I'm operating on Mac OS X 10.6.8, on brand new iMac purchased this summer. Snap to grid is not activated. Can anyone help me fix this frustrating problem??!!

  • InDesign CC always resets desktop color settings on new start

    This is very annoying: InDesign CC still is not able to save the color settings I choose for the desktop (palettes, workspace background). Everytime I restart InDesign I have to manually set these things again. Since CC came out, I have been hoping that one of the updates would finally fix this.
    I am using a multi-monitor workspace, InDesign CC (9.1. ) on a mac pro. I had the problem under OSX 10.8.X and now still under OSX 10.9.1.

    I am having the same problem. The workspace will not save. Every time I open the program, it has reverted to some other configuration. Very frustrating.
    I am using a single monitor workspace, InDesign CC (9.2) on a Windows 7 64-bit machine.

  • Stickies in dashboard revert to yellow when I restart my computer.

    When I select a different color for the stickies on the dashboard, the color changes.  When I restart my computer, however, all of the stickies have reverted to the original yellow color, but when I check in the i the color I selected prior to the restart is still checked.  Any fixes for this?

    No, you don't have a virus or other malware. Even though you don't say, I'm sure you are running Lion or Mountain Lion. This feature is known as resume. If you close all documents before quitting Numbers or Pages, you won't have them reopening when you launch the app again. If you don't want to have to close everything first try Mountain Tweaks. The option to turn off resume is at the bottom of the left-hand column under Lion. You can quickly close all open windows in an application by typing ⌘ ⌥ W (Command + Option + W) or hold down the Option/alt key while clicking the red close button. In Mountain Lion you can check a box in System Preferences > General to close all documents when quitting an application.

  • Why does Calendar keep reverting from full screen each time I exit the app?

    I'm using a 2014 Macbook Air. It's running Yosemite.
    Why does Calendar keep reverting from full screen each time I exit the app?
    On my older Macbook at work, calendar stays full screen whether I exit the app or restart the computer (similar to Mail - which is staying in full screen on both computers).
    Please help me adjust settings so I don't have to keep putting Calendar into full screen.
    Thanks!

    HI Thanks so much! It fixed porblem (for the moment) by reinstalling PS6 and NOT installing the 13.03 update which, although said it was performance related, probaly had  that trial messge embeded in it. So just DON"T install update 13.03 till adobe gets it's sea legs and stops puking up this message over and over. aloha, U
    Curt Y wrote:
    Did you update recently?  There is a bug in that causing your problelm.  See this thread.  http://forums.adobe.com/thread/1114727?tstart=0

  • How to prevent the Firefox cache from clearing -- all settings are right, but the cache is gone after each restart.

    I want to prevent cache from being deleted after each restart. "Clear history when Firefox closes" is unchecked. User.js files are deleted. Checking "Override automatic cache management" made Cache folder appear in addition to Cache2. After exiting Cache is still there, but upon Firefox re-launching, Cache turns into Cache.Trash and promptly disappears. What to do?

    Hello,
    I'm sorry to hear that. Can you please try these solution to address your concern.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from [https://www.mozilla.org mozilla.org] (or choose the download for your operating system and language from [https://www.mozilla.org/firefox/all/ this page]) and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (or open the Firefox menu [[Image:New Fx Menu]] and click the close button [[Image:Close 29]]).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->
    Please report back to say if this helped you!
    Thank you.

  • CODE: A simple desktop color sampler and JColorChooser Panel based on it.

    // ColorSamplerColorChooserPanel.java
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Font;
    import javax.swing.Icon;
    import javax.swing.JColorChooser;
    import javax.swing.JFrame;
    import javax.swing.UIManager;
    import javax.swing.colorchooser.AbstractColorChooserPanel;
    import javax.swing.event.ChangeEvent;
    import javax.swing.event.ChangeListener;
    * A simple ColorChooserPanel for JColorChooser based on ColorSampler.
    * @author Sandip V. Chitale
    * @version 1.0
    * @see ColorSampler
    public class ColorSamplerColorChooserPanel
         extends AbstractColorChooserPanel
         implements ChangeListener
         private boolean isAdjusting = false;
         private ColorSampler colorSampler;
         public ColorSamplerColorChooserPanel() {
              colorSampler = new ColorSampler();
              colorSampler.addChangeListener(this);
         public void stateChanged(ChangeEvent ce) {
              getColorSelectionModel().
              setSelectedColor(colorSampler.getSelectedColor());
         // Implementation of AbstractColorChooserPanel
         * Return display name.
         * @return a <code>String</code> value
         public String getDisplayName() {
              return "Color Sampler";
         * Update the chooser.
         public void updateChooser() {
    if (!isAdjusting) {
    isAdjusting = true;
                   colorSampler.
                   showColor(getColorSelectionModel().getSelectedColor(), false);
    isAdjusting = false;
         * Build the chooser panel.
         public void buildChooser() {
              setLayout(new BorderLayout());
              add(colorSampler, BorderLayout.NORTH);
         * Return small icon.
         * @return an <code>Icon</code> value
         public Icon getSmallDisplayIcon() {
              return null;
         * Return large icon.
         * @return an <code>Icon</code> value
         public Icon getLargeDisplayIcon() {
              return null;
         * Return font.
         * @return a <code>Font</code> value
         public Font getFont() {
              return null;
         * <code>ColorSampler</code> test.
         * @param args a <code>String[]</code> value
         public static void main(String[] args) {
              try {
                   UIManager.
                   setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
              } catch (Exception e) {
              final JFrame frame = new JFrame("Color Sampler Color Chooser");
              JColorChooser colorChooser = new JColorChooser();
              colorChooser.addChooserPanel(new ColorSamplerColorChooserPanel());
              frame.setContentPane(colorChooser);
              frame.pack();
              frame.setVisible(true);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    // ColorSampler.java
    import java.awt.AWTException;
    import java.awt.Color;
    import java.awt.Cursor;
    import java.awt.Font;
    import java.awt.Point;
    import java.awt.Robot;
    import java.awt.Toolkit;
    import java.awt.datatransfer.StringSelection;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionAdapter;
    import javax.swing.BorderFactory;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JTextField;
    import javax.swing.SwingUtilities;
    import javax.swing.BoxLayout;
    import javax.swing.event.ChangeEvent;
    import javax.swing.event.EventListenerList;
    import javax.swing.event.ChangeListener;
    * A simple desktop color sampler. Drag mouse from the color sample
    * label and release mouse anywhere on desktop to sample color at that
    * point. The hex string for the color is also copied to the system
    * clipboard.
    * Note: Uses java.awt.Robot.
    * @author Sandip V. Chitale
    * @version 1.0
    public class ColorSampler extends JPanel {
         private JLabel sampleColorLabel;
         private JLabel colorLabel;
         private JTextField colorValueField;
         private Robot robot;
         * Creates a new <code>ColorSampler</code> instance.
         public ColorSampler() {
              setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
              setBorder(BorderFactory.createEtchedBorder());
              Font font = new Font("Monospaced", Font.PLAIN, 11);
              sampleColorLabel = //new JLabel(new ImageIcon(getClass().getResource("ColorSampler.gif")), JLabel.CENTER);
              new JLabel(" + ", JLabel.CENTER);
              sampleColorLabel.setBorder(BorderFactory.createEtchedBorder());
              sampleColorLabel
              .setToolTipText("<html>Drag mouse to sample the color.<br>" +
                                  "Release to set color and save hex value in clipboard.");
              add(sampleColorLabel);
              colorValueField = new JTextField(9);
              colorValueField.setFont(font);
              colorValueField.setEditable(false);
              colorValueField.setBorder(BorderFactory.createLoweredBevelBorder());
              add(colorValueField);
              colorLabel = new JLabel(" ");
              colorLabel.setFont(font);
              colorLabel.setOpaque(true);
              colorLabel.setBorder(BorderFactory.createEtchedBorder());
              add(colorLabel);
              showColor(colorLabel.getBackground(), false);
              try {
                   robot = new Robot();
              } catch (AWTException e) {
                   System.err.println(e);
              sampleColorLabel.addMouseListener(
                   new MouseAdapter() {
                        public void mousePressed(MouseEvent me) {
                             SwingUtilities.getWindowAncestor(ColorSampler.this)
                             .setCursor(Cursor.getPredefinedCursor(Cursor.CROSSHAIR_CURSOR));
                        public void mouseReleased(MouseEvent me) {
                             Point p = me.getPoint();
                             SwingUtilities.convertPointToScreen(p, me.getComponent());
                             sampleColorAtPoint(p, false);
                             SwingUtilities.getWindowAncestor(ColorSampler.this)
                             .setCursor(Cursor.getDefaultCursor());                         
              sampleColorLabel.addMouseMotionListener(
                   new MouseMotionAdapter() {
                        public void mouseDragged(MouseEvent me) {
                             Point p = me.getPoint();
                             SwingUtilities.convertPointToScreen(p, me.getComponent());
                             sampleColorAtPoint(p, true);
                             SwingUtilities.getWindowAncestor(ColorSampler.this)
                             .setCursor(Cursor.getPredefinedCursor(Cursor.CROSSHAIR_CURSOR));
         public Color getSelectedColor() {
              return colorLabel.getBackground();
         public void setSelectedColor(Color color) {
              if (color.equals(getSelectedColor())) {
                   return;
              showColor(color, false);
         public String getSelectedColorString() {
              return getHexStringOfColor(getSelectedColor());
         public void sampleColorAtPoint(Point p, boolean temporary) {
              showColor(robot.getPixelColor(p.x, p.y), temporary);
         void showColor(Color color, boolean temporary) {
              colorLabel.setBackground(color);
              colorValueField.setText(getHexStringOfColor(color));
              colorValueField.selectAll();
              if (!temporary) {
                   Toolkit.getDefaultToolkit().getSystemClipboard().setContents(
                        new StringSelection(getHexStringOfColor(color)),null);
                   fireStateChanged();
         private String getHexStringOfColor(Color c) {
              int r = c.getRed();
              int g = c.getGreen();
              int b = c.getBlue();
              String rh = Integer.toHexString(r);
              if(rh.length() < 2) {
                   rh = "0" + rh;
              String gh = Integer.toHexString(g);
              if(gh.length() < 2) {
                   gh = "0" + gh;
              String bh = Integer.toHexString(b);
              if(bh.length() < 2) {
                   bh = "0" + bh;
              return ("#"+rh+gh+bh).toUpperCase();
    * Only one <code>ChangeEvent</code> is needed per model instance
    * since the event's only (read-only) state is the source property.
    * The source of events generated here is always "this".
    protected transient ChangeEvent changeEvent = null;
    protected EventListenerList listenerList = new EventListenerList();
    * Adds a <code>ChangeListener</code> to the model.
    * @param l the <code>ChangeListener</code> to be added
    public void addChangeListener(ChangeListener l) {
              listenerList.add(ChangeListener.class, l);
    * Removes a <code>ChangeListener</code> from the model.
    * @param l the <code>ChangeListener</code> to be removed
    public void removeChangeListener(ChangeListener l) {
              listenerList.remove(ChangeListener.class, l);
    * Returns an array of all the <code>ChangeListener</code>s added
    * to this <code>DefaultColorSelectionModel</code> with
    * <code>addChangeListener</code>.
    * @return all of the <code>ChangeListener</code>s added, or an empty
    * array if no listeners have been added
    * @since 1.4
    public ChangeListener[] getChangeListeners() {
    return (ChangeListener[])listenerList.getListeners(
                   ChangeListener.class);
    * Runs each <code>ChangeListener</code>'s
    * <code>stateChanged</code> method.
    * <!-- @see #setRangeProperties //bad link-->
    * @see EventListenerList
    protected void fireStateChanged()
    Object[] listeners = listenerList.getListenerList();
    for (int i = listeners.length - 2; i >= 0; i -=2 ) {
    if (listeners[i] == ChangeListener.class) {
    if (changeEvent == null) {
    changeEvent = new ChangeEvent(this);
    ((ChangeListener)listeners[i+1]).stateChanged(changeEvent);
         * <code>ColorSampler</code> test.
         * @param args a <code>String[]</code> value
         public static void main(String[] args) {
              final JFrame frame = new JFrame("Desktop Color Sampler");
              frame.setContentPane(new ColorSampler
              frame.pack();
              frame.setVisible(true);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    }

    Hi vg007, what version LabVIEW are you using? I found an example in the NI Example Finder  (LabVIEW 2014) that might be helpful to accomplish what you are trying to do. In LabVIEW navigate to Help >> Find Examples.
    In the Example Finder under the 'Browse' tab go to:
    Analysis, Signal Processing and Mathematics >> Signal Processing >> Edge Detection with 2D Convolution.vi
    Robert S.
    Applications Engineer
    National Instruments
    Attachments:
    Edge Detection with 2D Convolution.vi ‏238 KB

  • Have installed and uninstalled Adobe Acrobat XI Pro on my Dell desktop running Windows 7 Professional. Each time I try to open a PDF file, I receive ERROR: 16 message. Would appreciate any suggestions. Thanks.

    Have installed and uninstalled Adobe Acrobat XI Pro on my Dell desktop running Windows 7 Professional. Each time I try to open a PDF file, I receive ERROR: 16 message. Would appreciate any suggestions. Thanks.

    Hi Doug Talbott,
    Please refer to the page associated with this link (Configuration error 16 | CC, CS) and follow the procedure detailed for Windows 7 and let me know if your issue gets resolved.
    Regards,
    Rahul Tyagi

  • Is it possible to change the CATEGORY TITLE font color and/or size of each tile group in start screen, when the tiles are sorted by CATEGORY?

    TIA.

    Q.  Is it possible to change the CATEGORY TITLE font color and/or size of each tile group in start screen, when the tiles are sorted by CATEGORY?
    A.  No
    Carey Frisch

  • Palm TX desktop colors

    The opening Desktop screen colors are not close to my Windows color preferences. As I read the setup info - the Palm is copying the Windows setup. Once I go past the opening screen, the colors are very close to windows settings.
     The initial colors are Black background, red lines [vertical], Green columns, and yellow when an item is clicked on.
    Did I miss something in "setup"?
    Thanks for your assistance, StretchG
    Post relates to: Palm TX

    I'm not quite sure what you're asking...Do you want different colors?
    The "normal" colors of Access Desktop are light blue, but if you choose another Windows color scheme to change the whole computer, there is no telling what "normal" should look like!
    (My colors on Access Desktop are definitely not black, red, and yellow!)  
    Unlike Palm Desktop 4.2, Access Desktop 6.2.2 does not give you the option of changing the Desktop color scheme.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • I have installed FCE on my macbook and on my desktop. Then I accidentally migrated FCE from the desktop to the macbook. Now each time I launch FCE on the macbook it asks for the product serial number. How can I stop this happening?

    I installed Final Cut Epxress 4 on my laptop and my macbook and then accidentally also migrated FCE from the desktop to the macbook. Now each time I launch FCE on the macbook it asks for the software serial number. I enter the number which is then rejetced as it's already been used twice. FCE launches anyway as the licence info had already been written to my hard drive when I first installed FCE. How can I stop it asking for the serial nmber every time I open FCE?

    You need to uninstall FCE from you Macbook and then reinstall it.
    If you are not familiar with the process, FCS Remover is an app that can uninstall FCE for you.

Maybe you are looking for

  • Records is not coming in Delta for Inventory Cubes.

    Hi..All We are working on BW3.5 SP11 since 01.07.2005. We are facing a very serious problem in Inventory management data extraction from R/3 since 24.08.2005. Our active data sources of Inventory Mangement are as follow.      2LIS_03_BF      2LIS_03_

  • How to delete the Monitor Previous Items list ?

    Hello, I have in my monitor menu, the one in the menu bar, 2 lines : 1920x1080 60 Hz Millions Call them Last and Last-1 When I use Last-1 all my display becomes a bit blurred, specially the fonts in all apps. But it is LAST which has the check mark..

  • Urgent Help (Insert Jdev10.1.3.3.0)

    Hi all, I need urgent help. I want to simple insert, update process to custom table on R12.0.6 using Jdev10.1.3.3.0. My custom table have primary key. I follow the tutorial step by step. I can do the same thing R11i using Jdev9.0.3 on other platforms

  • Certificate Problem - Secure Connections Denied

    A friend just got her computer back from a loan and now finds that she can't gain access to any secure sites such as webmail. When she tries, she is greeted with the error message IDENTIFY CERTIFICATE IS NOT YET VALID UNABLE TO ESTABLISH A SECURE CON

  • Plugin Needed for MIME

    Hi. I am relatively new to Macs, just got my Aluminum model a few days ago. I am having trouble listening to some things on some websites. For example, when I try the radio on this site: http://eradioportal.com/index.php?p=7&type=2&sec=4&aid=200 I ge