Beige background and unchosen line color

a) Although the "No color management" option is checked in the color profile box, I get a beige background in several (not all) of my photos. A recently scanned newspaper clipping also appears beige, while the newpaper background is white.
b) When I try to draw a line of a chosen color, the color of the line is different. E.g. I chose red and the line is light blue.

Go to Image>mode and check RGB color
Go to Edit>Color Settings and check to optimize for computer screens
See what happens. If the problem persisist, suggest that you reset preferences.
Go to Edit>preferences>General. Look for this:
Close PSE and then launch.

Similar Messages

  • Changes from Visio 2010 to 2013 - highlighting entire line drawing document with text fields and changing line colors

    I work with very large visio drawings that are basically line drawings (network drawings) with text boxes indicating equipment location. We work in future and current drawings, future has colored lines indicating connection type and objects have text in
    them that indicate if they are new by having red text. Current drawings have all black lines and black text.
    Here's my dilemma, previously I would Ctrl+A and then change all text and all lines to black in Visio 2010, everything would change no problem. In Visio 2013 every text box now get's a black border around it, I've tried selecting all text boxes at once
    and trying to remove the line but no luck.
    These drawings are HUGE and it takes me a good hour just to change between future and current where previously it took me seconds. I have many coworkers and we're all experiencing he same issue with the move to 2013.
    Is there a macro or some vb script I can utilize to select all text boxes and remove the black outline?
    Hope you can help!

    try this macro
    Sub Simple()
    Dim sh As Shape, counter As Integer
    ActiveWindow.SelectAll
    For counter = 1 To ActiveWindow.Selection.Count
    Set sh = ActiveWindow.Selection(counter)
    If Len(sh.Text) > 0 Then sh.Cells("Geometry1.Noline").FormulaU = "IF(LEN(SHAPETEXT(TheText))>0,1,0)"
    Next
    MsgBox "All text borders set invisible"
    End Sub
    if in your drawings you have only lines and text label (NOT rectangles, circles and other shapesconteined text for example) this macro can help !

  • CSCul20838 - PI 2.0 Maps with black background and white lines

    This. Is a useless product bug solution Fremont a Network equipment software giant. You provide a solution which doesn't support CAD Drawings. The timeline given is next four months. If you canT use cad drawing than you can't get the client tracking acurict and if you sell the product for thousands dollar and don't give proper. Functionality than why the product is openly sold in the market???
    It gives shame on your products solution and support.

    So after all that it was just a coincidence that my graphic card failed me. Now I need a new one...any suggestions on what I should put in that's problem free?

  • Changing line color on XY plot

    This should be something really simple. I simple created a property node, set the active plot, and set the plot.color. What happens to some plots is the points change to my specified color and other stays as my background plot color which is white. I cant seem to get the line color to change with the point color. There are ways I can change it at run time, by right click on the plot and going into properties and setting line color in that tab.
    What am I doing that I cant get this to work at runtime?
    I attached the plot, just ignore all the missing VIs you should be able to see the problem.
    Attachments:
    SteadyStatePlot1.vi ‏350 KB

    It works just fine here using LabVIEW 7.1. Could you do us a favor and make a mini demo, just containing the xy graph, some data for it, and the related property nodes to demonstrate your problem.
    Overall comment on your VI:
    Sorry, but I am absolutely horrified by your code. I cannot believe that you need all those property nodes, especially the signaling ones, they should be used very sparingly. (For example the FOR loops on top center and in the event called "clear all points" are just pumping hot air, repeating the same action and signaling (!!) every iteration.) It also just cannot be healthy if a single event calls tons of signaling properties, such as in the above mentioned event case. Then, in the timeout event, you are rewriting the plot la
    bels and names every 10 ms. Do they really change that often???
    Please let us help you in your overall program design. It will make a big difference in your future, more complex projects if certain common desing misconceptions are not propagated. I think entire sections of your program can be deleted without loss in functionality, the code can be stripped to <20% and the CPU usage can be reduce to <2% of the current situation. Just my wild guess.
    The above is well meaning criticism, so don't take it personal. I am much harsher looking at my own early code from 8 years ago. :-) Good luck!
    LabVIEW Champion . Do more with less code and in less time .

  • TS3274 My Ipad display screen is coming up with blue background and pink/purple lines all across the screen. It's also blurry and difficult to see icons on home screen and when apps are opened up. Has anyone had a similar problem?

    The display screen on my Ipad is coming up all blurred with blue background mixed with pink and purple lines. It's difficult to see icons but apps are still accessible. Colors are off and images are very unclear on apps and home screen.
    Has anyone had this problem or any advice on troubleshooting?
    Thanks.

    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    But it could also be a hardware failure. Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • TS3274 Background and screen not clear.  It is showing red color

    Background is fuzzy and has red color.  There are lines all over screen.  It seems to be pulsing colors.  Tried resetting and turning on and off.  What is wrong?  Perhaps the drive is dying?

    Perhaps! However, turn the iPad upside down on you knee and give it a few sharp smacks.

  • How do I select a black and white sketch from a white background and keep the filled in area of the sketch?  I want to copy it to a colored background. I amusing elements 12.

    How do I select a black and white sketch from a white background and keep the filled in area of the sketch?  I want to copy it to a colored background. I am using elements 12.

    oesrowstreasurer
    Please clarify your "Elements 12". Is that as in Photoshop Elements 12 (photo editor) or Premiere Elements 12 (video editor). And, on what computer operating system is the program running?
    Your question is pointing to Photoshop Elements 12 and that you have posted in the wrong forum. If this is a Photoshop Elements 12 question as I believe it is, please post your thread in the Adobe Premiere Elements Forum using the following link provided for your convenience
    https://forums.adobe.com/community/photoshop_elements
    The alternative is to wait for a moderator to see your thread here and move it from here to the Adobe Photoshop Elements Forum..
    We will be watching for a confirmation on what program you are using.
    ATR

  • How to change the background and font color of a particular row in table

    Hi,
       i need to change the background and font color of a particular row. I am using textview as table columns. I tried to do it using semanticColor property of textview  but the font color get changed for the whole column. But i want to change the color of a particular row only.
       If anybody knows please help me(give an example if possible).
           Thanks and regards.
            Pankaj Kumar.

    Hi Pankaj,
    In your data source context node (context node which is bound to dataSource property of Table UI elemennt) do following:
    If data source node is model node: create a value node under data source node, cardinality 1..1, selection 1..1, singleton false. In this new node add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor .
    If datasource node is value add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor.
    In calculated getter method put your color calculation depending on conditions, like:
    return <condition>
      ? WDTextViewSemanticColor.CRITICAL
      : WDTextViewSemanticColor.STANDARD;
    Bind new created attribute with property semanticColor of textview.
    Best regards, Maksim Rashchynski.

  • Can I change different background and font color on each records?

    Hi,
    I had a Data_Block which contains some records, I had a field name 'currency' which contains value such as (HKD, JPY, CNY, CND, USD etc..)
    Let there there are 5 Records contain in that Data_Block and I wanted to change the background and font color depend on the Currency value.
    I were using Set_Item_Property and change the Visual_Attributes that I had define. Well I guess that doesn't work since uisng the Set_Item_Property
    it will actually getting the last value and use that last value and changed to all the same color to that.
    I wonder is there a way to do that in Oracle you can change the field different color?
    Thanks
    David Willis

    Thanks You so much.
    Actually I were trying to look for that function at the User Manual but I couldn't find it because I remembered I had seem it some where.
    I guess I am looking at the Form4.5 user manual instead of the Oracle 9i Forms Developer.
    Thanks
    David

  • How to change color of background and font in Message Boxes

    I have a req, where I have to display a warning message for certain condition. I did that using pagecontext.putDialogMessage(msg).
    But the business wants to have the displayed message in a more bright color. I didn't come across any documentation on how to change the background and font of a Message Box. Can you please help me out in solving this issue ??

    user597481 ,
    Here are my responses:
    For displaying a warning message, putDialogMessage takes only an OAException bean.
    OAException is a java class and not a java bean.I'm not clear on how to use a OARawTextBean to display a warning message. I tried looking thru dev guide but still am not clear on how to do it.
    >>
    1)Add a raw text bean in pagelayout region at the top.
    2) Now in ur code whenever u need to throw exception, set some page parameter say xxx=true and then, use pageContext.redirectToCurrentPage
    that will redirect the flow to process request.3)In process request based on page parameter xxx=true, u can get exception message and use setValue in raw text bean to show it.
    I hope this is clear
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Is it possible to put two different colors in tree parent node background and child nodes background?

    Is it possible to put two different colors in tree parent
    node background and child nodes background?
    Any help will be very helpful.
    Thanks

    Hi PanosE,
    Yes, you can set up another Standard Edition Server in child domain and then deploy pool pairing.
    You need to deploy a new Front End Pool for the new Standard Edition Server.
    A similar case for your reference.
    https://social.technet.microsoft.com/Forums/office/en-US/eca4299c-8edb-481e-b328-c7deba2a79ba/lync-2013-standard-edition-lync-fe-pools-in-multiple-domain-single-forest-senario?forum=lyncdeploy
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Full screen images and full screen color background boxes are cropping horizontally.

    Full screen images aren't loading and full screen color background boxes are cropping horizontally. I'm forced to make my images a full screen slide show (of 1 image) to make it work, but then I lose the option to pin the image. Am I alone in this?

    Hello,
    I would request you to share the a url or few screenshot so that i can get better idea about the issue.
    To create a temporry url you can go to File > publish in muse.
    Regards
    Vivek

  • Line Color and color shadow in smartform with release 46c

    Hi, we have a sap system release 46c.
    We are developing a smartform, the smartform have a template with multiple box,lines and columns.
    We want that the lines will be in one color and some of the box will be filled with a color.
    Is possible have color lines in smartforms in release 46c ?
    Is possible to fill a box with a color in a smartform in release 46c?
    Thanks in advanced.
    MANUEL
    PS. We are using a template to draw the box.

    When you Creating Lines in Tables OR when you creating Templates in SMART FORMS,
    You can specify FILL COLOR for each CELL/ROW/COLUMN of Table or Template.
    For that you must choose Item(table/template) in Tree in smartforms.
    Then you must choose Cell(s) which you want to color-fill, and then choose color from "Shadowing" OR "Shading" ("&#1054;&#1090;&#1090;&#1077;&#1085;&#1086;&#1082;" on Russina) color-menu.

  • Background and foreground colors can be interchanged using which command

    hi
    background and foreground colors can be interchanged using which command

    <b>Background and foreground colors can be interchanged using the command Format Inverse.</b>

  • Where can i find new colors for background and letter fonts??

    Where can i find new color background and letter fonts??

    These are only in US sizes, not metric, but offer exactly what you want and are high quality:
    http://www.stocklayout.com
    Peter

Maybe you are looking for

  • Acrobat Pro versus Acrobat Reader

    Hi I apologize about this very basic question. However, a Google search failed to return an answer, so I am asking it here. I have Adobe Acrobat Pro 9 installed on my Windows 7 (64-bit) machine, as part of the Adobe CS4 package. I keep all Adobe prod

  • Computer stolen can I upload from iphone to rebuild itunes?

    My computer was stolen and the only backup I have is about 12 months old. Since I often synced my iphone 3gs with itunes and my contact, mail, etc I was hoping that there would be a way to now safely move the content on my iphone back to my iMac Is a

  • Document_num in po interface tables?? URGENT

    hi all, I need a clarification! Does the Document_num in po_lines_interface table refers to the document_num in po_headers_interface table? regards sen

  • Dealer excise invoice workflow?

    What is the dealer excise invoice? what is the MRP indicator in dealer ED capture? What tax code need to select in PO? Please can any one tell the full workflow till invoice settle ment? Executes for unrelated answer

  • Z3 Touchscreen stopped working

    Hi guys,  I rinsed my phone under the tap today because someone got chocolate icing on the screen. I didn't submerse it in water and i haven't dropped it. I simply ran it under the tap for no more than 5 seconds then dried it on my shirt and now the