Background color with sticky notes problem

I have a weird problem with sticky notes. It works well, but the background color of the text entry box remains white, despite the color you choose. If you choose any color, borders will change, but the input area stays white. Any thoughts on how to solve it?

Hi FabioFreitas,

The problem may be related to corrupted application files. To solve this kind of issue, I would propose the following suggestions.

Method I have
1. open a command prompt to run the following command to repair the corrupted system files.
(a) click the Start button and type "Command Prompt" in the search box.
(b) right click on command prompt to run as an administrator.
(c) Type: sfc/scannow to scan the entire drive.
2 copy the StikyNot.exe since another available on the current computer operating system.

More information on SFC scan found in this document:
http://support.Microsoft.com/kb/929833

Method II 
If the method above does not help to create a new user account and check, if it solves the difficulty of the corrupted user profile issue.

Create a user account
http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

If the problem does not occur in the new account user set your user account corrupted. The steps to fix the corrupt user account is given below.
Fix a corrupted user profile.
http://Windows.Microsoft.com/en-in/Windows7/fix-a-corrupted-user-profile

It will be useful.

Thank you, and in what concerns:
Shekhar S - Microsoft technical support.

Visit our Microsoft answers feedback Forum and let us know what you think.
If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Tags: Windows

Similar Questions

  • Problems with sticky notes?

    I created sticky notes to indicate changes to a PDF file.  After I sent the document, sticky became unreadable for me and for the recipient of the PDF file.  No idea of what is happening and how to fix it?

    Thank you!

    turns out in fact my computer opened documents in the preview.

  • Change background color with the hex code?

    Hi, I want to change the background color of my documents. So far, I can only find 1 way to do current file > configuration then chaning color under the transparency of the document. I have two problems with this well. First of all, it seems to change only the color in illustrator and not the actual image stored / feel etc. And second, I need to change the color of specific hex color and I am at a loss of how to do it.

    I did a bit of research on this but so far I seem not to find the answer. Someone at - it help him?

    E'ss,.

    First of all, it seems to change only the color in illustrator and not the actual image stored / feel etc.

    It's because it's only something like a simulation of color paper, so you can see what it looks like when printed on these papers. In other words, it is not a part of the work and therefore not transferred.

    And second, I need to change the color of specific hex color and I am at a loss of how to do it.

    When you set the color, one option is RGB, which is a hexadecimal color equivalent. To find the right combination of RGB without having to remember / calculate it, you can do the following:

    (1) create a rectangle (or other);

    (2) in the color palette/Panel dialog box choose RGB Safe Web and insert color hex (the first two characters R, the following two G and the last two b);

    3) switch to RGB (normal) and read the values to use.

  • Background color codes does not work. Help, please

    I am trying to add a background color to a page.

    But the background color does not appear.

    What I do is add, using for example rose:
    bgcolor: rose;
    the style section.

    Here is a simplified version of the code. It just uses the letter "on several occasions to find out where there is a lot more text:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > Untitled Document < /title >
    < style type = "text/css" >
    {p.MsoNormal}
    margin: 0 cm;
    margin left: 30px;
    margin-bottom: .0001pt;
    bgcolor: rose;
    font-size: 12.0pt;
    do-family: "Times New Roman";
    }
    < / style >
    < / head >

    < body >
    < class p = "MsoNormal" style = "" text-autospace: none; "> < span style =" do-family: Geneva; "" color: black; "> < / span > < / p >"
    < class p = "MsoNormal" style = "line-height: 14.0pt;" text-autospace: none; "> < span style =" do-family: "Arial Black"; " font-size: 14.0pt; "> abdellah abdellah aaaaa abdelkrim </span > < / p >"

    < / body >
    < / html >

    What I am doing wrong?

    > Hi Ken,.
    >
    > Did you replace
    > bgcolor: rose;
    > with
    > body {background-color: pink};
    >
    > I did that, but it does not work.

    Your code is wrong. The semicolon must come immediately at the end of the
    rule; the curly brackets must be the last thing in the code for each
    selector. So:

    Body {background-color: pink ;}}

    If it still does not... certain colors based on word work well in CSS...
    I don't know if 'rose' is one of them (red, black and white are all certainly
    safe, but I don't have a list in front of me at the moment)

    It would be better to find the HTML code of the desired color and use it
    instead.

    For example body {background-color: #dec4c5 ;}}

    BTW, an excellent (and free) tool for the detection of the colors is Pixie:

    http://www.Nattyware.com/pixie.html

    --
    Tim G.
    http://www.pactumweb.com
    http://www.shortordersite.com

  • Digital background color works do not when you use the reference

    Hello

    I am trying to use a reference to change the background color of a digital indicator in a Subvi.  The sub - VI strives to change a digital indicator, but when I use a reference to another (reference Numeric.vi) VI, instead of doing all the background, the color I want, only the outline is the color I want, with the rest in white (natural color).    Is there a way to avoid this?

    You must use the NumericText.TextColors.BG property instead.

    Felix

  • background color works do not in the same file

    I have created a variant of background property in my main.qml file and try to access the same file, but cannot. However I can access this variant of property in OTHER qml files. What gives, ideas? Here is my simplified main.qml file.

    The error I get when you declare the background is: 'value of the 'background' property Type mismatch. "Expecting painting and found null"

    However I can access this variant of property in OTHER qml files.

    TabbedPane {
        id: mainTabPage
        property variant appBackground: Color.create("#D2D5D5")
    
        Tab {
            id: tab1
            NavigationPane {
                id: navPane1
                Page {
                    id: page1
                    Container {
                        background: mainTabPage.appBackground // ERROR HERE
                    }
                }
            }
        }
    
        Tab {
            id: tab2
            ....
        }
    }
    

    Never mind. Found the solution on my own. This is a good workaround and less headaches. You set the varaint of proposal for the hex HTML color string.

    And then in your context, just to create the color with this hexadecimal string as a parameter. Here's how

    And then you can use this hexadecimal string ranging from property and the change in the other leaves, as your settings page.

    Hope that helps.

    TabbedPane {
        id: mainTabPage
        property variant appColorBackground: "#D2D5D5"
    
        Tab {
            id: tab1
            NavigationPane {
                id: navPane1
                Page {
                    id: page1
                    Container {
                        background: Color.create(appColorBackground)
                    }
                }
            }
        }
    
        Tab {
            id: tab2
            ....
        }
    }
    
  • To change a background color of Windows7 (not desktop)

    Is it possible to change the background color and the image of the screen if displayed when I pressed Ctrl + Alt + Delete?  I do not positively this pale blue color and model. It's sickening.

    Yes you can do it. Try the following link:

    http://www.howtogeek.com/112110/how-to-set-a-custom-logon-screen-background-on-Windows-7/

  • Flatten a PDF file with sticky notes

    I have a PDF file with several comments on sticky notes. I need flatten the PDF so it can be downloaded in another tool that supports only the documents of the monolayer. Observations of reminder should be visible. I looked through a bit of documentation and found that options more flattening will remove the text in a sticky note. Is this in any way about this?

    This can be done with a script. I'll send you some information by private Message.

  • Background color of div not showing in Internet Explorer 8 and before

    My footer div does not display the background color (supposed to be black...)  in Internet Explorer 8 and earlier versions.  It requires rather the color of the body.  Also, the border color on top the "bubbles" that run across the page is false (supposed to be blue) is - it simply because Internet Explorer 8 and earlier versions did support not div background and border colors yet, or is there a work-around?  Maybe I did something wrong?

    The site is: www.meridianwaterfiltration.com

    Oh wow thanks!  That fixed it!

    LOL that was an easy fix!  I appreciate your help you are awesome!

  • Background image with scrolling not for the screen

    Hi all.

    I use the following code to make the background dropdown not image, and it works for all BlackBerry Storm2 (OS 5.0) except (I tried it on a simulator):

    public class MyScreen extends MainScreen{
    
    ...
    
        public MyScreen() {
           super(NO_VERTICAL_SCROLL);
           bitmap=loadBG();       super.add(mContainer = new BGVerticalFieldManager(bitmap));
        }
        public void add(Field field){        mContainer.add(field);    }...
    
    }
    
    public class BGVerticalFieldManager extends VerticalFieldManager {
        Bitmap mBgBitmap = null;
        int mBgWidth = -1;
        int mBgHeight = -1;
        int mBgX = -1;
        int mBgY = -1;
    
        public BGVerticalFieldManager(Bitmap background) {
            super(USE_ALL_WIDTH | USE_ALL_HEIGHT | VERTICAL_SCROLL
                    | VERTICAL_SCROLLBAR);
            mBgBitmap = background;
            mBgWidth = mBgBitmap.getWidth();
            mBgHeight = mBgBitmap.getHeight();
            mBgX = (Display.getWidth() - mBgWidth) >> 1;
            mBgY = (Display.getHeight() - mBgHeight) >> 1;
    
        }
    
        protected void paintBackground(Graphics graphics) {
            paintBackgroundBitmap(graphics);
        }
    
        protected void sublayout(int maxWidth, int maxHeight) {
            mBgX = (Display.getWidth() - mBgWidth) >> 1;
            mBgY = (Display.getHeight() - mBgHeight) >> 1;
            super.sublayout(maxWidth, maxHeight);
        }
    
        private void paintBackgroundBitmap(Graphics graphics) {
            if (null != mBgBitmap) {
                int x = mBgX
                        + getHorizontalScroll();
                int y = mBgY
                        + getVerticalScroll();
                graphics.drawBitmap(x, y, mBgWidth, mBgHeight, mBgBitmap, 0, 0);
            }
        }
    
    }
    

    The Storm2 scrolls the background image, looks that getVerticallScroll() does not work.

    Can someone help me with this?

    Thank you.

    also have glance at this:

    http://supportforums.BlackBerry.com/T5/Java-development/use-a-background-image-in-application-screen...

  • Send PDFs with sticky notes

    I am a novice with Acrobat Pro and I'll send a commented on pdf are still more novice and maybe Pro or reader.

    What are the alternative ways to send a PDF with comments (reminder) I have send an email to them for review?

    Thank you.

    Just add your comments to the PDF document. Save the PDF file and attach to the email.

    Otherwise, you can do a shared review. Send you the PDF as a shared review, and then when the examiner is done with their observations, they click just a big green button to make representations. All the people looking at the PDF file (including you) will be able to view comments and each other. If you send a PDF file by e-mail, you will need to take a few extra steps to combine comments from everyone in your original document.

    What version of Acrobat are you using?

  • How can I print my PDF with sticky notes and highlighted text?

    Or, as an alternative, how can I just print my reminders?

    Print document with annotations.

  • Background color problem

    I have an interval that contains an image that is configured to not display, as it is placed out of the fixed screen left:-1000 with no location of height.

    To the overview, the position becomes absolute with a top of 220px and a left-14px and is visible.

    When the span contains an image that is less than the length, the area not covered by the image has a #FF9-background color that does not appear in the CSS file.

    I succumbed to change the background color # 006, even when all the CSS elements gave this color - in desperation! There is no reference to #FF9 in CSS files.

    The search for a cure on the web, I found references to a bug with the community is not showing in some terms, but I can't work out exactly why.

    The problem applies to IE9, 8 Firefox, Chrome 15 * and in Dreamweaver Live View and Multiscreen, so I suspect it's a basic css / html5 problem.

    Any ideas would be appreciated.

    Howard Walker

    Error found. I had edited the pictures and has given a larger yellow colored canvas and forgotten all about it, so I spent 3 hours tonight to waste my time. Sorry for wasting your.

  • Change the background color of the scene with ACE

    We I have a preloader who plays behind my clip of transparent film and I want to change the scene in the dark
    When I go to full screen. What I found most use a black box, but which are resized to FS.
    So does anyone have an alternative to change the background color with AS it would help a lot.

    Bell W.

    To resize a box mc-background to the size of the stage, you can use the following script:

    lsnr var = new Object();

    lsnr.onResize = function () {}

    _root.boxMc._width = Stage.width;

    _root.boxMc._height = Stage.height;

    }

    Stage.addListener (lsnr);

    This assumes that your background-box is named boxMc and is located in the root timeline, and the film is in mode to noscale.

    EDIT: Another option is just to make the huge background mc, so it will always cover the entire screen.

  • Background color of textfield no editable

    Hi all

    How can I set the background color with a style sheet css from a textfield that is enabled but not editable 'textfield.setEditable (false);?

    I can't find any example in the caspian.css stylesheet file.

    What about Tim

    Try the text-field: readonly as a selector.

    See http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#textinputcontrol for more details.

Maybe you are looking for

  • How do you get the 'Reply to all' option to show when answering all registrants an email?

    When I get an email with several people copied and I would like to 'reply to all' I don't have this option and I don't know how to get it.The only options I have are answer, before, remove, any other measure. Thanks for the help!

  • TecTra A10 - writing on the file server ends with BSOD

    Hello I have a brand new Tectra A10 I used the recovery disc to restore the computer to XP Pro - I did treat several times before. I addred machine to our domain, but when I try to write to our server (Windows Server 2008) file I have the blue screen

  • Audio stops working after updates thanks to HP Support Assistant

    I have a HP Pavilion dv6-6033, running Windows 7, and whenever an audio update is offered by the wizard for help, I'm sorry I let it install.  Car audio no longer works after the update is installed.  Usually, I just run the system restore, date back

  • Download updates problem, Dungeon error code 643 and 57th

    Do'nt have office xp (I know) I have service pack 2 and have tried to down load service pack 3, but will not download because it has office xp included. I now get updates for office xp. can anyone help

  • C4780

    I have a HP Photosmart C4780.  Our computer has windows 8 (64-bit).   I had initially installed the printer with USB because we did not have a network configuration.  We have since the installation of a network program and it did not work with the US