How to change background in bulk

Hi All,
I have made simulation type project in English version using Captivate 4. Now, I want to develop this project in multilingual. I can change the caption text easily using the export command. But I want to change the background for multilingual.
Do you have any idea about it.
Regards,
Manshu

If you have a lot of slides that share the same single background, you can change that background on multiple slides at once by:
In Edit view, with the Filmstrip pane visible, hold down the CTRL key and click on each slide in the Filmstrip pane you want to change.
Right-click one of the selected slides and choose Properties.
On the Properties dialog, click the Change Background Image button and select the desired background.
Result:  The background you choose will be applied to each of the slides selected in the Filmstrip pane.
A better approach is to build your original project by importing external images into your project and then using the Update feature in the Captivate library to replace all your images with "localized language" versions.
The advantage of using imported images is that Captivate "remembers" the folder location of each image and you can easily tell Captivate to reimport those images at any time:
Capture all your images using dedicated screen capture software (the Snipping tool included in Windows 7 will work).  Save each image to a folder on your hard drive (or folders, if you want to be super organized) using meaningful file names to allow you to easily identify and update each image later.
Build your initial Captivate project by importing each image from your hard drive.
Make a backup copy of the original images on your hard drive.
Overwrite the original images on your hard drive with "localized language" versions, using the exact same file names.
In Captivate, select all the images in your Library that you want to update.
Right-click one of the selected images and choose Update.
Click the Update button.
Save the updated project with a new file name that reflects the new language.
Result:  Captivate replaces all the selected images with the updated versions from your hard drive.
If you haven't already been using imported images in your project, you can start by importing an initial set of localized images and then use the Overwrite and Update trick for each successive language.
In a pinch, you can also capture all your images using Captivate, but this requires you to first export the images from the Captivate Library to a folder, then reimport them one at a time from the hard drive to establish the "folder path" that Captivate needs for the Update feature to work.
Cheers,
John

Similar Messages

  • How to change background color in online editor

    How to change background color in online editor

    Jeff,
    if you try to change all the plsql keywords to the same background color (that is not either white or black or blue) via the options panel in SQL Developer (Code Editor > PLSQL syntax colors), you will get the new background color in the worksheet only for the areas with plsql text, while the areas without any text will have the same background color as the base color scheme you started with. This means that there is no way to change the "general background" color via the options panel, but you have to use the same background color of one of the predefined color schemes.
    This seems to me a bug, but probably it's not considered high priority, so it will not be fixed for the time being.
    I would like to stress the fact that being able to change the color scheme of the development environment that you use every day about 8 hours a day can make quite a difference on your eyes at the end of the day.
    Thanks,
    Paolo

  • How to change background color in photoshop cs3

    how to change background color in photoshop cs3
    Please help me...

    Background for what? You need to explain better and be more specific.
    Mylenium

  • How to change background color of multilevel textbox in oracle form 6i

    hi
    How To Change background Color of the Text.
    In One Multilevel Block 10 Record is Display At a Time in a Text Box (Name is AMTt)
    This Text Box display , Buffer and Record Length is 10
    In Case Of Amount is Less 500 then Text Color Is Red(Or Any) and In Case Amount Is More 500 Then Color is Green (Or Any).
    Me Use This Code in PRE_RECORD EVENT
    TCMTL is Block name
    TCMTL_AMT is Text Box Name
    if :TCMTL.TCMTL_AMT >5000 then
         g_fun.msgbox('Values is more');
         Set_Item_Property('TCMTL_AMT' , BACKGROUND_COLOR, 'r50g100b100');
    else
         g_fun.msgbox('Values is Less');
         Set_Item_Property('TCMTL_AMT' , BACKGROUND_COLOR, 'r50g100b10');
    end if;     
    but This Code Is Refer Only 10th Value and change color depend on value.
    so
    possible to Different color in One Block Text Box Then how?

    DECLARE
         cur_itm VARCHAR2(80);
         cur_block VARCHAR2(80) := Name_in('system.trigger_block') ;
         BEGIN
         cur_itm := Get_Block_Property( cur_block, FIRST_ITEM );
    WHILE ( cur_itm IS NOT NULL ) LOOP
              cur_itm := cur_block||'.'||cur_itm;
              --:global.VISUAL_ATTRIBUTE:= 'BACKGROUND_COLOR';
              --:global.VISUAL_ATTRIBUTE:= get_item_property(cur_block||'.'||cur_itm ,Background_Color);
              IF :TCMTL.TCMTL_AMT >= 500 THEN
                             Set_Item_Instance_Property( cur_itm, CURRENT_RECORD, VISUAL_ATTRIBUTE,'r50g100b100');
                   ELSE
                             Set_Item_Instance_Property( cur_itm, CURRENT_RECORD, VISUAL_ATTRIBUTE,'r5g100b10');
                   END IF;
                             cur_itm := Get_Item_Property( cur_itm, NEXTITEM );
                   END LOOP;
                   next_record;
    END;
    this is my in that how to set a VISUAL_ATTRIBUTE, and where to set so get a background color of text and change

  • How to change background image in existing template?

    Hi 
    Current website needs overall change in background image which is already set in template. Is there anyone who knows how to change background image in existing templates?

    Make a friend with firebug &  you could find yourself from where it is getting applied.
    For the website you have given the background image it is using is [1] and it is getting set in css of body tag [2]. So Find the css at [3] and modify it OR replace [1] with other image with same file name.
    [1]   www.hanwha.com/etc/designs/hanwha/images/bg-body.jpg
    [2]
    body {
        background: url("images/bg-body.jpg") repeat-x scroll 50% 0 #FFFFFF;
        color: #757373;
        font: 14px/18px Arial,Verdana,Helvetica,sans-serif;
        margin: 0;
        min-width: 979px;
    [3]
    /etc/designs/hanwha/...../*.css

  • How to change Background Colour in IC Web Client !

    Hi,
    How to change Background Colour in IC Web Client ?
    The desired option is to have a choice of colours based on user. Is it possible?
    Regards.

    Hi,
    May I know if this is the right place to post questions on IC Web Client?
    So far I have not succeeded in getting responses to any of my questions.
    Is there any other forum where i can post questions related to this topic.
    Regards.

  • How can change background color of drop down menu navigation?

    Hi,
    I am using multi level drop-down-navigation menu in my website.
    I am get good drop-down menu from htmldrive.net, but problem is how can change menu background color black to other colors.
    please help me
    Link & code is given below
    http://www.htmldrive.net/items/demo/913/Multi-Level-Drop-Down-Menu-Navigation-with-CSS3
    HTML Code
    <div id="nav">
    <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">About Us</a></li>
    <li><a href="#">Our Portfolio</a></li>
    <li><a href="#">One Dropdown</a>
            <ul>
            <li><a href="#">Level 2.1</a></li>
            <li><a href="#">Level 2.2</a></li>
            <li><a href="#">Level 2.3</a></li>
            <li><a href="#">Level 2.4</a></li>
            <li><a href="#">Level 2.5</a></li>
            </ul>
    </li>
    <li><a href="#">Three Levels</a>
            <ul>
            <li><a href="#">Level 2.1</a></li>
            <li><a href="#">Level 2.2</a></li>
            <li><a href="#">Level 2.3</a>
                    <ul>
                    <li><a href="#">Level 2.3.1</a></li>
                    <li><a href="#">Level 2.3.2</a></li>
                    <li><a href="#">Level 2.3.3</a></li>
                    <li><a href="#">Level 2.3.4</a></li>
                    <li><a href="#">Level 2.3.5</a></li>
                    <li><a href="#">Level 2.3.6</a></li>
                    <li><a href="#">Level 2.3.7</a></li>
                    </ul>
            </li>
            <li><a href="#">Level 2.4</a></li>
            <li><a href="#">Level 2.5</a></li>
            </ul>
    </li>
    <li><a href="#">Services</a></li>
    <li><a href="#">Contact Us</a></li>
    </ul>
    </div>
    CSS CODE
    #nav {
            float: left;
            font: bold 12px Arial, Helvetica, Sans-serif;
            border: 1px solid #121314;
            border-top: 1px solid #2b2e30;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
    #nav ul {
            margin:0;
            padding:0;
            list-style:none;
    #nav ul li {
            float:left;
    #nav ul li a {
            float: left;
            color:#d4d4d4;
            padding: 10px 20px;
            text-decoration:none;
            background:#3C4042;
            background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(59,63,65)), color-stop(0.55, rgb(72,76,77)), color-stop(0.78, rgb(75,77,77)) );
            background: -moz-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% );
            background: -o-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% );
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
            border-left: 1px solid rgba(255, 255, 255, 0.05);
            border-right: 1px solid rgba(0,0,0,0.2);
            text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    #nav li ul {
            background:#3C4042;
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
            background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
            background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
            border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -webkit-border-radius: 0 0 10px 10px;
            left: -999em;
            margin: 35px 0 0;
            position: absolute;
            width: 160px;
            z-index: 9999;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
            -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
            border: 1px solid rgba(0, 0, 0, 0.5);
    #nav li ul a {
            background: none;
            border: 0 none;
            margin-right: 0;
            width: 120px;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            border-bottom: 1px solid transparent;
            border-top: 1px solid transparent;

    Change this:
    .ddsmoothmenu{
    font: bold 12px Verdana;
    background: #414141; /*background of menu bar (default state)*/
    width: 100%;
    to this:
    .ddsmoothmenu{
    font: bold 12px Verdana;
    background: #new color code;
    width: 100%;
    And repeat this on other selectors.
    Nancy O.

  • How to change background color of text in pdf based by font name

    Hi
    How to change the background color of text in PDF based by font name. Is there any option in Javascript. e.g: If PDF containing ARIAL font, the ARIAL text background color needs to be changed in red color for all pages. Same for all fonts with different different color in the PDF.
    Thanks in Advance

    Hi
    1) Is there any possibilities to highlight with different color based on font using javascript
    2) list of font used in PDF using javascript
    3) How to hilight the text using javascript
    Thanks in Advance

  • How to change background color in small windows?

    MacBook Pro, OS 10.6.3, G5.
    When I open an image to edit, the adjustable small windows, e.g., Navigator, size, opacty, all have a dark gray background that makes reading the number almost impossible.  Surely I am doing something wrong but I'll be danged if I can figure out how to change that background.  In fact, in the individual preferences also, e.g., Units & Rulers, the "adjustable" small windows (Column Size: width, gutter; New Document Preset Resolutions: print resolution, screen resolution) are also very dark. 
    I have used Elements for Windows for years and have just received Elements 8 for Mac and this is extremely frustrating.  I appreciate your help and your patience as I try to sort this out and solved

    I greatly appreciate the two responses above. However I think I may be out of luck. The first response doesn't seem to include the Mac operating system, which I am using, and the second may not have understood my problem - but I could not figure out how to follow the advice given using "preferences" to even try it. It appears to be a matter of terrible user-oriented design by Adobe. I have in fact started again using my earlier version on my old XP Windows machine, as my brand new version is essentially useless to me - I simply can't read the dark grey numbers on the dark grey "windows".

  • How to change background images in s:application

    hello!
    i want to make a webside by flex4 as  this web http://www.templatemonster.com/flash-cms-templates/29930.html
    But i don't know how to make change background images by click and make sound when load page.
    Can u help me ,please. sorry i write E not well.
    Thanks so much
    BUI THI PHUONG THANH- FROM VIETNAM

    Hi,
    please create a sink for your application inside that put your image.And apply that skin to your application on any click.
    Below is the code.
    Main Application
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:mx1="library://ns.adobe.com/flex/mx">
        <fx:Script>
            <![CDATA[
                protected function btn_click(evt:MouseEvent):void {
                    this.setStyle("skinClass", MySkinClass);
            ]]>
        </fx:Script>
        <s:Button label="Change BackGroundImage" click="btn_click(event);"/>
    </s:Application>
    MySkinClass
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx">
        <!-- host component -->
        <fx:Metadata>
            [HostComponent("spark.components.supportClasses.SkinnableComponent")]
        </fx:Metadata>
        <s:states>
            <s:State name="normal" />
            <s:State name="disabled" />
        </s:states>
        <s:BitmapImage source="@Embed('image1.jpg')"  smooth="true" left="0" right="0"  top="0" bottom="0"  />
    </s:Skin>
    with Regards,
    Shardul Singh Bartwal

  • How to change background image for each individual page in a template?

    I've been working for hours to try to figure out how to change the background image for each individual page in a template.  I have tried making a div in the body and adding a CSS and setting a background picture.  Unfortunately even after I made it editable all templated webpages changed.  I tried looking at different forum results which didn't really help me out. http://forums.adobe.com/message/2670005#2670005#2670005.  I've also tried embeding a CSS style on the webpage instead of the external CSS which again didn't work.  I'm not sure where to go from here.  Is there a good video that explains this clearly.  Please help.  Thanks.

    Adjust inline styles to suit your needs.
    <li><a tabindex="-1" href="giving/index.html" class="MenuBarItemSubmenu" style="background:none; color:#FFF; background: #000;">GIVING</a>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • HOW TO CHANGE BACKGROUND AT THE TOP FROM FIREWORKS?

    HOW TO CHANGE THE BACKGROUND AT THE TOP? IT NOW HAS FIREWORKS.
    == This happened ==
    Every time Firefox opened
    == Option to change to the fireworks at the top

    Sounds that you installed a Persona.
    You can uninstall that Persona and revert to the ''Default'' theme (Tools > Add-ons > Themes).
    See [[Using themes with Firefox]] and http://kb.mozillazine.org/Themes (Lightweight theme)

  • How to change background in InDesign

    After installing InDesign, my learning and using progress is severely hindered by the dark black background of the pasteboard. It's almost impossible to find any info on how to change it to white or a light gray. The ruler ticks are nearly invisible! This problem has cost me hours of hunting.  Can anyone help?

    More specifically Preferences > Interface (note: under InDesign menu on Mac). Options to change overall UI color and Match Pasteboard to Theme Color toggles between white and the background color.

  • How to change background in JOptionPane.showMessage

    Hi
    does anyone know how to change the background of JOptionPane.showMessage?
    I tried this, but it doesn't work.
    public class Message implements Constants {
      public static void showMessage(JFrame parentComponent, String message) {
        JOptionPane optionPane = new JOptionPane();
        optionPane.setBackground(BGCOLOR);
        optionPane.showMessageDialog(parentComponent, message, "Search result", JOptionPane.INFORMATION_MESSAGE);
    }

    showMessageDialog is a static method of the JOptionPane class.
    Thus, your preceding code:JOptionPane optionPane = new JOptionPane();
        optionPane.setBackground(BGCOLOR);have no effect whatsoever on the showMessageDialog call.
    Regards,
    Nick

  • PSE9, how to change background colour?

    Hi
    I was shown how to change the background colour using....and this is where it all goes wrong!!
    I have taken a photo on a hi key background but there are slight colour variations due to shadow. I was shown how you can change the background colour to a consistent white using tool that allowed you to choose black,grey and white point but at this moment in time maybe a bit of bbq alcohol and age are preventing me from remembering how to do this....any ideas, please?
    Cheers

    Enhance<Adjust Color<Remove Color Cast
    Look at image and try to figure out what should be white, gray,or black. Click that area with the color cast dropper. Below is a video showing how to use the color cast tool.
    http://www.youtube.com/watch?v=Roinm3J3GjI&feature=player_embedded
    I think from your post that it is safe to assume that you used levels. Basically, you first click on something you know is white with the white dropper; then click on something you know is black with the black dropper; finally find something that is gray and click on it with the gray dropper. Note: You may want to go through and set target colors for the levels droppers to customize how they react. See the written tutorial links at the end of this post.
    Levels is covered at about 5:15 of video in video linked below. Note: It's a Photoshop video. It works the same way in Elements.
    http://www.youtube.com/watch?v=LLKc61tM5b4
    The above video gives several methods. It is a Photoshop video but several of these methods can be used in Elements. Elements has a color cast tool that is not included in Photoshop so isn't covered in this. Disregard Match Color method and Curves method as Elements does not include  these commands. (This tutorial also mentions using the fade command. Elements does not include this command. You can reduce the opacity of a duplicate layer on which you apply the variations command and use the layer's opacity to "fade" the result. If you go that route.)
    Several Photoshop Elements videos on the subject are here:
    http://www.youtube.com/results?search_query=color+cast++levels+Photoshop+Elements&aq=f
    Here are a couple of tutorial links if you don't like video:
    http://www.graphicreporter.com/tutorials/elements_levelsadjustment.html
    http://www.photoshopessentials.com/photo-editing/elements/tone-color/

Maybe you are looking for

  • Problem using KeyListener in a JFrame

    Let's see if anyone can help me: I'm programming a Maze game, so I use a JFrame called Window, who extends JFrame and implements ActionListener, KeyListener. Thw thing is that the clase Maze is a JPanel, so I add it to my Frame and add the KeyListene

  • Expression Builder Question

    I am trying to convert some existing sql to use TopLink ExpressionBuilder. I have a particular type of thing which I can't find a good solution for. I want to include a calculation, so for example, I want to say Where MY_COLUMN * 10 > REQUIRED_VALUE

  • Adobe CS5.5 Design Premium Serial Number Not Working

    I just wiped my macbook pro harddrive and upgraded to Lion OSX. I bought the CS5 Design Premium last year (in a case). Unfortunately, my discs are unavailable, but I do have the correct serial number. When I downloaded the CS5.5 Design premium trial

  • 2LIS_04_P_COMP Data Source Issue

    Hello Experts, I am having a issue while loading the data  into the DSO using the 2LIS_04_P_COMP Datasource. in this Data source we do have a field BDMNG( for Required Qty). There is a Start Routine in the Update rules( we have maintained the 3.x Dat

  • WHERE/HOW DO I FIND THE BURN TOOL?

    In PSE8, the tools displayed on the left side of the screen do not include the burn tool as described by the Adobe Help function.  Can someone help me find this tool, please? Thanks