In PSE 12 how can I change my watermark label eg colour of text from black to white etc

I have created a watermark to use in batch processing from RAW to jpg but I don't like the watermark and want to change some elements eg change the text from black to white but every time I change it, PSE changes it back to black - how do I fix this?

This isn't Lion-specific. I had the same prob changing OS a couple of years ago and now again changing to Lion on a new laptop.
Changing the Date and Time settings would do it (you'd think) but it doesn't. It was always embedded in International (now Language &Text). It seems to be a bug though as I've Custom Edited selecting 12-hr clock with am/pm and have the same issue. On-the-hour has no am/pm or zeros.
I've learnt not to waste too much energy on it once it doesn't make logical sense as it's generally a bug.
I'm loving Lion though - even unexpectedly using the natural scrolling.....but I digress....

Similar Messages

  • How can i  change the column label text in a alv table display

    how can i change the column label text in a alv table display??
    A similar kinda of question was posted previuosly where the requirement was the label text was needed and following below code was given as solution :
    <i>*  declare column, settings, header object
    DATA: lr_column TYPE REF TO cl_salv_wd_column.
    DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    DATA: lr_column_header type ref to CL_SALV_WD_COLUMN_HEADER.
    get column by specifying column name.
    lr_column = lr_column_settings->get_column( 'COLUMN_NAME1' ).
    set Header Text as null
    lr_column_header = lr_column->get_header( ).
    lr_column_header->set_text( ' ' ).</i>
    My specific requirement is i have an input field on the screen and i want reflect that value as the column label for one of the column in the alv table. I have used he above code with slight modification in the MODIFYVIEW method of the view since it is a process after input. The component gets activated without any errors but while run time i get an error stating
    <i>"The following error text was processed in the system CDV : Access via 'NULL' object reference not possible."</i>
    i have checked in debugging and the error occured at the statement :
    <i>lr_column = lr_column_settings->get_column( 'CURRENT_YEAR' ).</i>Please can you provide me an alternative for my requirement or correct me if i have done it wrong.
    Thanks,
    Suri

    I found it myself how to do it. The error says that it is not able to find the reference object i.e  it is asking us to refer to the table. The following piece of code will solve this problem. Have to implement this in WDDOMODIFYVIEW method of the view. This thing works comrades enjoy...
      DATA : lr_cmp_usage TYPE REF TO if_wd_component_usage,
             lr_if_controller  TYPE REF TO iwci_salv_wd_table,
             lr_cmdl   TYPE REF TO cl_salv_wd_config_table,
             lr_col    TYPE REF TO cl_salv_wd_column.
      DATA : node_year  TYPE REF TO if_wd_context_node,
             elem_year  TYPE REF TO if_wd_context_element,
             stru_year  TYPE if_alv_layout=>element_importing,
             item_year  LIKE stru_year-i_current_year,
             lf_string    TYPE char(x),
      DATA: lr_column TYPE REF TO cl_salv_wd_column.
      DATA: lr_column_header TYPE REF TO cl_salv_wd_column_header.
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    Get the entered value from the input field of the screen
    node_year  = wd_context->get_child_node( name = 'IMPORTING_NODE' ).
    elem_year  = node_year->get_element( ).
      elem_year->get_attribute(
       EXPORTING
        name = 'IMPORT_NODE-PARAMETER'
       IMPORTING
        value = L_IMPORT_PARAM ).
      WRITE L_IMPORT_PARAM TO lf_string.
    Get the reference of the table
      lr_cmp_usage  =  wd_this->wd_cpuse_alv( ).
      IF lr_cmp_usage->has_active_component( ) IS INITIAL.
        lr_cmp_usage->create_component( ).
      ENDIF.
      lr_if_controller  = wd_this->wd_cpifc_alv( ).
      lr_column_settings = lr_if_controller->get_model( ).
    get column by specifying column name.
      IF lr_column_settings IS BOUND.
        lr_column = lr_column_settings->get_column( 'COLUMN_NAME').
    set Header Text as null
        lr_column_header = lr_column->get_header( ).
        lr_column_header->set_text( lf_string ).
    endif.

  • How can i change my background color in "albums" mode back to black in iTunes 11

    how can i change my background color in albums mode back to black in iTunes 11?

    Themes work in Thunderbird - duggabe was not refering to Firefox.
    Another useful addon is theme and font changer:
    * https://addons.mozilla.org/fr/thunderbird/addon/theme-font-size-changer/
    However, Thunderbird allows you to modify all sorts of things.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    Help > Troubleshooting Information
    Click on 'show Folder' button
    a window opens shwoing profile folder name
    Close Thunderbird now - this is important
    In the profile name folder, Create a new folder called '''chrome''' - note the spelling
    It should be in the same place as the 'Mail' folder.
    see first image below.
    Open Notepad
    Can be located : Start > Programs > accessories
    Copy everything shown between the lines below.
    Paste into Notepad.
    Save as '''userChrome.css''' - note the spelling (edit updated - this was a typo error)
    This should be saved in the '''chrome''' folder.
    see second image below.
    Restart Thunderbird.
    I have chosen a yellow for you
    <pre>
    #f6f58c = a yellow....it is a hex code for a colour.
    </pre>
    You can change it if required. Remember when updating anything in the profile folders, you must close Thunderbird first.
    More info on colours.
    * http://www.yourhtmlsource.com/stylesheets/namedcolours.html
    <pre>
    * Do not remove the @namespace line -- it's required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*Background colour for message list*/
    #threadTree > treechildren::-moz-tree-row {
    background-color: #f6f58c !important;
    </pre>
    -------------------------------------------

  • How can I change the space between a checkbox and text all at one time? I have a lot of checkboxes in my form.

    How can I change the space between a checkbox and text all at one time? I have a lot of checkboxes in my form.

    Okay, I haven't found a way to add an extra space using Find/replace, but you might be able to add some text wrap to the check boxes that will push the text away from them.
    Open Find/Replace and click the Object tab.
    Click the Specify attributes to find button to the right of the Find Object Format: field.
    Under Basic Attributes, choose Stroke and then the Black swatch (assuming the black swatch is applied to the strokes of your check boxes). If there are no other stand-alone objects in your form with a Black stroke, this should be all you need. (If there are Black strokes on your table cells, they will be ignored.)
    Click OK
    Click the Specify attributes to change button to the right of the Change Object Format: field.
    Under Basic Attributes, choose Text Wrap & Other > Text Wrap > Type: > Wrap around bounding box (2nd button from left)
    Under Offset, set a Right offset at the distance you'd like to add (I don't know what units you use, but the 3-5 points might work for your purposes...might take some trial-and-error to get it where you want)
    Click OK
    Click Change All

  • Hi,how can i change language in new lion?i need from english,to the czech know anyone?thanks

    hi,how can i change language in new lion?i need from english,to the czech know anyone?thanks

    If you are talking about the menus and dialogues, go to system prefs/language & text/language and move Czech to the top of the list and then logout/login.
    If you are talking about the keyboard, let us know.

  • How can I change the source file so it is direct from external hard drive?

    I am trying to make a movie on imovie of a snowboarding trip that I went on, there is around 80 to 100 gig of mp4 movies that will not fit on my computer that I have stored on my external harddrive. I had the movie half finished then found I could do no more as I had no space left in my mac. I had to delete everything and start again but I'm not doing this until I can find a way of changing the source file so I can take them direct from my external hard drive as to not use up all my computers available space. I have moved imovie to my external hard drive but it still tries to read from a movie file on my mac, how can I change that so it will read from a source file on my external hard drive, is it possible?? Can someone help me??

    Hi Bengt, Thanks for your input, much appreciated.
    I have a WD 1TIG hard drive and are using usb connection, is it possible to use fire wire with these? I have had trouble with a lot of the videos I Imported, once they downloaded the file in the viewer window showed up blank and when I mouse over them it places a picture of another file in the window and wont drag and drop into the movie window, like their corrupted or something? Had to delete just about all of them and start again. Also is it possible to select a bunch of videos in the viewer window as to change the dates to the correct dates? All I have been able to do is "select all" which is no help.

  • How can I change my iTunes Account Name to something different from my Billing Information Name?

    I have an iTunes account using a relative's credit card. As a result, my iTunes Account Name is changed to her Name in the Billing Information.
    Can I change my iTunes Account name to something different from the Billing Information Name?

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • The new operating system changed the background color of the photos app from black to white.  How do I change the color back to black?

    The new operating system (IOS 7) changed the background color of the Photos App (Camera Roll) from black to white.  How do I change the color back to black?

    You can't. Sorry.
    http://www.apple.com/feedback/
    You can tell apple that you'd like it and see if they respond....eventually. (you don't get responses from your feedback mails but they have been known to issue changes that users have asked for, such as the ability to mass delete apps)

  • How can I change the language of a block of text

    Hi,
    Working in a bilingual environment, I am constantly switching languages as I write e-mail. Using Mail 3.5, if I forget to change the dictionary language before I start writing, Mail logically marks most words as spelled incorrectly. After having written a paragraph, I'd like to be able to change dictionary language, and then continue writing.
    But Mail doesn't seem to change the language for the text that was already entered -- the words that were "misspelled" according to the old dictionary language are still underlined in red after the new dictionary is chosen, and after I've told it to "Check document now".
    How can I get it to re-evaluate the text as now being in the language of the dictionary, so that all those incorrect red underlines will disappear?
    Thanks,
    Eric Peters

    "It's not a bug or a feature; it's just something you can't do..."
    Phooey! I accept that Mail is limited to one language at a time. I don't accept that the spell checking fails to work if I switch which dictionary is in use after having already written some text.
    "I know of no email client for Mac than can do it, either."
    Er, I hate to say it... MS Entourage does do it, perfectly.
    I recently gave up Entourage and switched to Mail, because I decided to stick to all Apple software so that syncing would be smoother. The syncing does work much better now that I've eliminated Entourage from the equation...
    ...but why can't I switch languages and get the dictionary to evaluate the text in the language I've chosen?! Otherwise, can someone explain to me the meaning of allowing the user to select a new language from the popup in the "Show Spelling and Grammar" dialog, if that new language won't then be used for spell-checking, whether for all the text, or the selected text? What is the purpose of allowing use of an interface control which doesn't then do what it obviously is supposed to do? It seems like Apple has broken its own HIG here.
    Thanks for listening... maybe someday it will work as it obviously should!
    Eric Peters

  • FAQ: UI - How can I change the color theme, size of the text, or turn off the application frame?

    CHANGING THE INTERFACE COLOR SCHEME:
    The Photoshop CS6 default interface is dark, but if you prefer the lighter interface you are used to from earlier versions,
    you can change it back in the appearance area. There are 4 default color themes.
    Mac          Photoshop > Preferences > Interface
    Windows   Edit > Preferences > Interface
    CONFIGURING LARGER FONTS:
    For those who need larger fonts, you can also change the UI Font Size down in the type area.
    Be sure to restart Photoshop to see the changes.
    TURNING OFF THE APPLICATION FRAME
    CS6 opens now by default in "Application Frame". You can go Window>Application Frame in the main meu and uncheck this

    Select the title / text and then click on the "i" (inspector). A colored pin wheel shows up after you click on the square box directly below the font settings inside the inspector window. Then simply drag the dot to the color you want. Like this:
    click here
    Message was edited by: SDMacuser

  • How can I fade the first slide in a slideshow in from black?

    Novice user here, but I can't seem to find an answer to this question. I've created a couple of slideshow, and have imported them to iDVD to burn the DVDs. When I play the show in iPhoto, they're fine. But when I play a finished DVD (or the demo of the DVD in iDVD), the first slide does not fade in like iPhoto did. It's a really jarring start. I fiddled with Ken Burns effects, but all that seems to do it effect how the slide ends, not how it starts.
    How can I start the DVD slide show at black and fade the first slide in, just like iPhoto automatically did?
    BTW ... haven't upgrade to the new iLife software yet if that helps.

    Hi DogWonder!
    if it were me, I think the simplest thing to do is take a photo with the lens cover on the camera, basically a black pic. Now use this one at the beginning of your DVD/Slide Show... or even between slides for a little more drama, if you wanted...
    Good luck, Rick

  • How can I Make just one color pop and the rest a black and white photo??

    How can I make just one color pop and the rest of the photo black and white?? I'm using iphoto...

    3rd party image editors like Photoshop Elements for Mac can do it:
    Click to play video screenshot
    Or use it to keep an object in color and the rest B/W.
    Click to view full size
    OT

  • How do I print a booklet with a colour cover but with black and white inside pages?

    Hi there,
    I need to print a large amount of booklets, which have a colour cover but are grayscale on the inside. However, I am having trouble setting up my document to successfully do this and I am unsure if it is something I can change in InDesign or if it is something I should figure out with my printer driver?
    We used Page Plus for these booklets in the past and were able to do this with the same printer, so that makes me think there might be setting I could change in InDesign to achieve the same result.
    It integral that the printer knows that the inside pages of the booklet are black and white, as we get charged per copy for colour printing and it is vastly increasing our printing costs.
    My coworker believed that exporting the file as a PDF with the options: Colour Conversions (convert to destination - Pressure Numbers), Destination (sRGB IEC61966-2.1), and Profile Inclusion Policy (Don't Include Profiles) is making a difference. However, I don't believe is is the case.
    If anyone had another suggestion that I could try, that'd be great!!

    @Eugene – do you have details for "Export as Grayscale"?
    I tried with the following details:
    Target-Profile: Dot Gain 15%
    Convert to Target Profile
    Include Target Profile
    If I do it this way I get:
    Target Profile not included
    Wrong numbers for my colors
    (I tested with a self-made color wedge on the page for the percentages of Black shown below)
    Seen in Acrobat Pro 10 with proof simulation "Dot Gain 15%":
    100 % Black => 100 %
    80 % Black => 82 %
    60 % Black => 63 %
    40 % Black => 43 %
    20 % Black => 22 %
    I could convert to "Dot Gain 15%" in Acrobat Pro's Preflight Panel, but this would show the same wrong percentages (just tested).
    What I can do, however, is printing to PostScript with color separations, only color channel Black.
    That would work, if I chose a Distiller setting, that will not change the color, to convert my separated PostScript file to PDF.
    Seen in Acrobat Pro 10* with proof simulation "Dot Gain 15%" or any of the other available gray scale profiles.
    (Acrobat Pro 11 might get this wrong due to a bug)
    100 % Black => 100 %
    80 % Black => 80 %
    60 % Black => 60 %
    40 % Black => 40 %
    20 % Black => 20 %
    This separated PDF (channel Black only) can now be converted with a self-made correction* in Acrobat Pro's Preflight Panel to a gray scale PDF/X-1a.
    If done right * the color values stay as defined in inDesign.
    Output in my case:
    PDF/X-1a
    OI: GrayScale profile Black ink of ISO Coated v2 300%
    Tested with:
    InDesign CC 2014.2
    Distiller X
    Acrobat Pro X
    Mac OSX 10.7.5
    Uwe
    * There are several, convoluted steps necessary to get this (hope, I can remember them all):
    Not optional:
    Have a grayscale profile representing the channel Black of your intended output CMYK or generate one!
    In my case the base CMYK profile was: ISO Coated v2 300%.
    And I got a "Black Ink of ISO Coated v2 300%" profile for Grayscale conversions by generating this with my PhotoShop app.
    Maybe optional, but helpful:
    Change the color settings of Acrobat Pro X to use the color settings file you generated in PhotoShop where:
    Grayscale is defined as the black channel of ISO Coated v2 300%: "Black Ink of ISO Coated v2 300%"
    Mandatory, but somehow tricky:
    Then on to the Preflight Panel of Acrobat Pro to generate a custom preflight profile.
    None of the ordinary ones will fit exactly (at least in my Acrobat Pro X).
    1. Make a duplicate of an already stored Preflight profile that converts color to Gray. Name it appropriately.
    2. Include a single correction for converting to Gray Scale (at this time, or if you do something like that the first time, it's not possible to change or duplicate that single correction)
    3. Save your new profile. Close the profile.
    4. Open the profile again.
    5. Now, suddenly it's possible to duplicate that single correction (converting to Gray Scale).
    Do some changes, appropriate correction options, eg. adding "Black Ink of ISO Coated v2 300%" as OI to the PDFs you will convert.
    4. Use that duplicate single correction in your new Preflight profile.
    5. Save your custom preflight profile.

  • How can I change the appearance of html report file generated from Teststand to that I change the orientation of the data in the tables?

    For instance, I'd like to have the measurement results, limits, and status all on one line in a table.
    I am running Teststand 2.0 on Windows 2000.

    Hello Joel_IEI,
    You can modify each report entry as it is being generated by doing the following steps:
    1) In the TestStand Sequence Editor's Report Options, change the Report Generator to "Sequence".
    2) In your sequence file, override the ModifyReportEntry callback. In this callback, you can modify or even replace ENTIRELY the default report information TestStand plans to append to the report. You can use Statement steps to modify the contents of Parameters.ReportEntry (the TestStand variable that you will use to do this), or replace the contents entirely!
    You can look at the code example Adding Extra Results to a Report Using the Modi
    fyReportEntry Callback Sequence for more information.
    David Mc.
    National Instruments

  • How can I change the font in which my emails text are recieved

    Regardless of what font style I choose when compiling an email it is always recieved by the recipient in the same default not very good style, I cannot find anywhere under options etc where I can change this. I did not have this issue when using Outlook Express on my previous computer.
    regards
    J.A.Smith

    If you're concerned about setting a specific font in outgoing messages, then I think the Stationery add-on will be useful to you. You can set up a template with explicit font specifications (but do bear in mind that not all fonts are available on all computers. We don't all use Windows!)
    My experience is that the default html formatting in Thunderbird sets the size but not the face. Your recipient's email client, not being able to find a formal font request, will offer up whatever its default is set to, often Times Roman on a Windows system.
    https://addons.mozilla.org/en-US/thunderbird/addon/stationery/
    The trouble with this add-on is that it gives you a means to employ templates, but leaves you to your own devices to generate or obtain any. Most users would already be using stationery templates acquired for use with OE and wouldn't be concerned with creating their own.
    I use one that contains this:
    <code>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <style type="text/css">
    body {
    text-align: left;
    font-family: sans-serif;
    font-size: medium;
    color: black;
    background-color: white;
    </style>
    </code>
    You can insert specific font faces and sizes to suit.

Maybe you are looking for