Background image item when selected

hello,
i wanna make something like here: [http://img17.imageshack.us/my.php?image=bluebdxwwi.jpg]
so when i click a text box, to insert some data, the entire row(with all items) being with light blue background.. how is it possible?
Thanks

Hello,
In the Object Navigator, create a Visual Attribute with the blue background, then use it in the Current Record Attribute property of the block.
Francois

Similar Messages

  • Keep background image same when creating new workspace

    Hi and thanks in advance for any input,
    Up until I plugged in a mini-display port to HDMI connection/dongle I would have the same background when I created a new workspace (OSX 10.7 Lion).
    Now, when I create a new workspace, the background set's itself to the first picture in a set folder with a default option of rotating the background image after a set period of time.
    My question is this: how do I get back to the use case that I am familiar with, where a new workspace has the same background image as the original 'Desktop 1' background?
    Thanks for looking,
    Jordan from CO

    Hey Richard,
    What are you Desktop properties set to?
    This is an interesting question. My initial (Desktop 1) properties are as follows:
    // Properties are set to keep the same background image
    However, when I add a new Space, to create Desktop 2, my desktop properties default to:
    // Properties of 'New Desktop' (Space) default to Change picture every 10 minutes.
    // When I am connected to an external display, the background image of Bonaroo shown in the screen shot becomes the new default; what is odd is that when the external display is not plugged in, another background becomes the default. Odd.
    So, replying to your comment made me think of something which ended up being the answer that I have been looking for:
    •Why not duplicate the background and place it in its own folder? This way, there would be no other images for it to default to and to change the properties away from, as the folder has not changed.
    Indeed a workaround, but the answer to my problems:
    One more thing to address:
    Even if you don't have random backgrounds set, I would think it a good design idea to make them random.  Otherwise users could easily become confused about which desktop they are looking at.
    My rebuttal to your design philosophy is that I love the consistency a single background presents. Think of iOS: one background, multiple pages. Users look at the content presented on the page. I regularly use the four finger gesture to enter the 'Exposé' feature of OSX Lion, and this gives me further indication of which desktops arrangement.
    I have read other reviews stating that the feature you noted is a great idea, so you are not alone (to have multiple desktop backgrounds for color coding what workspace/desktop/space you are in). My experience was somewhat jarring, however, as I was used to a specific use case of a consistent background; thus I have been posting in an effort to find a solution to my problem. Again, thank you for your insights; you are the one that lead me to a solution, afterall.
    // Separate note: expose will rearrange your windows/spaces/workspaces/desktops when you utilize command+tab. This design feature has a distinct iOS feel; as in iOS, your spaces and apps are dynamically rearranged based on the order or applications used.
    // Here is a quick photo example illustrating the point:
    // (I would have taken a screen shot of the command-tab interface but I cannot take a screen shot while holding down command; I use command-shift-3 for a full screen shot)
    1) Apps open in order (for this purpose I am sticking to one application per space and am including two fullscreen apps ): Finder, Safari, System Preferences, Mail
    // If I command+tab over to the full screen Mail app, my spaces are now rearranged as follows:
    // So now, to further illustrate the point, I can get 'Desktop 2' to be next to Desktop 1 by command-tabbing from Finder [Desktop 1] to System Preferences [Desktop2]; when I enter expose, the spaces are again rearranged to this:
    // This is similar to iOS' multitasking where a users multitasking list is dynamically rearranged based on the app that was used last in order to allow the user to gesture to the last app with ease.
    Message was edited by: jordoapp

  • How do I change the blurred background image on the Select User Screen

    I have changed the desktop image on all of my users, as well as the screen savers.  However, when I logout of one user and the screen where you select another user comes up, there is an image on the background of this particular screen that I cannot figure out how to change.
    This is crucial because I do not want to see my crazy, abusive ex-wife every time I select a different user...even if it is a blurred image.
    This blurred out image does not appear anywhere else on any of the different user accounts as a background/desktop image.
    How do I change this background image?
    Please help.

    This seems to be a bug that goes away w/ 10.10.1
    Yosemite login screen possible bug
    "if I put my Mac in sleep mode, when I wake up it, the password request screen uses the default Yosemite wallpaper in blurred mode instead of the wallpaper I have chosen for my desktop."
    or maybe not:
    "And it still happens after the 10.10.1 update."
    This seems to work.
    "The only way I was able to fix this problem was to go Mission Control and close all extra desktops I was using except Desktop 1 (which you cannot delete if it is the last one). After deleting the extra desktops besides Desktop 1, I went into preferences and set my wallpaper. Once I complete both of these steps I returned to the login screen. The wallpaper I used for Desktop 1 was now my background for the login screen. Hope this helps."

  • Colour background images changes when applying effect

    Hey,
    I created a page, with a large background image in the back. When applying an effect (like shadow, or transparency) to text above, the colour of the image below changes, it becomes less saturated. This persist even when exporting and viewing in Acrobat Reader.
    Im using InDesign CS3 with Windows XP SP2
    Greets!

    Try changing your transparency blend space to RGB.
    Bob

  • Forms in PowerShell: clear checkedlistbox items when "select all" is deselected

    Hello all,
    I recently got help to add a "select all" checkbox to my checkedlistbox, and it works great. However, I'd like to have it also work where, when the "select all" checkbox is consequently unchecked, it clears all the checkboxes. Is this
    easy to do, or would it be easier to just have an "unselect all" checkbox? Code is as follows:
    [void][system.reflection.assembly]::LoadWithPartialName("System.Drawing")
    [void][System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
    $objForm = New-Object System.Windows.Forms.Form
    $objForm.Text = "Test"
    $objForm.Size = New-Object System.Drawing.Size(700,300)
    $objForm.StartPosition = "CenterScreen"
    $CheckedListBox = New-Object System.Windows.Forms.CheckedListBox
    $CheckedListBox.Location = New-Object System.Drawing.Size(20,20)
    $CheckedListBox.size = New-Object System.Drawing.Size(300,100)
    $CheckedListBox.CheckOnClick = $true
    $CheckedListBox.Items.Add("Select All") > $null
    $CheckedListBox.Items.AddRange(1..20)
    $CheckedListBox.ClearSelected()
    $CheckedListBox.Add_click({
    If($this.selecteditem -eq 'Select All'){
    For($i=1;$i -lt $CheckedListBox.Items.Count; $i++){
    $CheckedListBox.SetItemChecked($i,$true)
    $objForm.Controls.Add($CheckedListBox)
    $Form = $objForm.ShowDialog()

    Rhys,
    Can you explain the $checkedlistbox.checkeditems[0] part? are you looking at the first item in the checkedlistbox object, or what is the .checkeditems[0] part referring to?
    Boe,
    Is this also what your code is referring to when you say $this.getitemcheckstate(0) ?
    The [0] refers to the first item in the listcheckedbox (which in this case is the 'Select All' item) and checks to see if it is checked or not. Rhys's example looks at the first item in the array of checked items ('Select All' would always be the first if checked
    and wouldn't exist if it was unchecked).
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI
    PowerShell Deep Dives Book

  • Background image shifts when scrolling

    I have a background image on my pages but whenever I hard
    return several times, the image mysteriously shifts over by itself
    here are two different pages. The bg image can be found here:
    http:www.logicorehsv.com/img/bg.png
    PAGE A
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    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">
    body {
    background-color: #E8F1FA;
    background-image: url(img/bg.png);
    background-repeat: repeat-y;
    background-position: center;
    </style>
    </head>
    <body>
    </body>
    </html>
    PAGE B
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    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">
    body {
    background-color: #E8F1FA;
    background-image: url(img/bg.png);
    background-repeat: repeat-y;
    background-position: center;
    </style>
    </head>
    <body>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    </body>
    </html>
    WHAT IN THE NAME OF GREAT CAESAR'S GHOST IS GOING ON HERE??
    The background image on the second page SHIFTS over a few
    pixels simply because I hard returned several times. The completion
    of my entire site has been resting on this simple little headache.
    Please help....

    >>whenever I hard return several times
    Stop doing that. There is never a valid reason in a properly
    designed/constructed page to add empty paragraphs.
    Probably... after adding content, even empty paragraphs, the
    display window
    in DW design view drops a vertical scroll bar thereby
    changing the
    horizontal location of the page's middle. Your bg image is
    aligned middle so
    it moves.
    IOW there is no problem. Just build your page.
    Walt
    "logicore" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have a background image on my pages but whenever I hard
    return several
    >times,
    > the image mysteriously shifts over by itself here are
    two different pages.
    > The
    > bg image can be found here:
    http:www.logicorehsv.com/img/bg.png
    >
    >
    PAGE A
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    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">
    > body {
    > background-color: #E8F1FA;
    > background-image: url(img/bg.png);
    > background-repeat: repeat-y;
    > background-position: center;
    > }
    > </style>
    > </head>
    >
    > <body>
    >
    > </body>
    > </html>
    >
    >
    >
    >
    PAGE B
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    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">
    > body {
    > background-color: #E8F1FA;
    > background-image: url(img/bg.png);
    > background-repeat: repeat-y;
    > background-position: center;
    > }
    > </style>
    > </head>
    >
    > <body>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > </body>
    > </html>
    >
    > WHAT IN THE NAME OF GREAT CAESAR'S GHOST IS GOING ON
    HERE??
    >
    > The background image on the second page SHIFTS over a
    few pixels simply
    > because I hard returned several times. The completion of
    my entire site
    > has
    > been resting on this simple little headache.
    >
    > Please help....
    >

  • Background image moves when disabled

    I have an image in a frame window. When you click on the image and move the mouse the image moves. I have but the image still moves. Also I wish to disable the right hand mouse context menu that opens the image in a new window and other items.
    It does the same thing in Safari for OS X on a Mac.
    Any help appreciated.

    The images are moveable on all sites including the apple site.
    Is it a preference in the browser? Is this common to all Safari browsers?

  • Change Image button when selected

    Hello,
    I want to change a button picture when the button is selected.
    Is this posible?
    And how can I do this?
    I have here a picture how I want it:
    So what I want is when de 5th buton is selected there will be another image visible.
    The first image he is dark and have his eyes closed en when he is selected the picture is lighter en his eyes are open.
    I hope someone can help me out.
    Thanks!

    You can use autoactivate to go to a different menu that has the different image for that button.  You would need to create multiple menus.
    Mouseover won't autoactivate, so doesn't work on a  computer the way you'd like.

  • Background image change when refresh it or LOADED

    hi all,
    I have a div on my page that has a slide show . Like this:
    <div class="slider-container">
                <div class="mp-slider">
                    <ul class="items">
                    <li><img src="images/slide-1.jpg"/></li>
                        <li><img src="images/slide-2.jpg"/></li>
                        <li><img src="images/slide-3.jpg"/></li>
                        <li><img src="images/slide-4.jpg"/></li>
                         <li><img src="images/slide-5.jpg"/></li>
                        <li><img src="images/slide-6.jpg"/></li>
                        <li><img src="images/slide-7.jpg"/></li>
                        <li><img src="images/slide-8.jpg"/></li>
                        <li><img src="images/slide-9.jpg"/></li>
                        <li><img src="images/slide-10.jpg"/></li>
                       <li><img src="images/slide-11.jpg"/></li>
                       <li><img src="images/slide-12.jpg"/></li>
                       <li><img src="images/slide-13.jpg"/></li>
                    </ul>
                </div>
            </div>
    If I have a set of 13 images, how can I use to change which image is used each time the page is loaded or REFRESH
    Thanks!!

    By default, the first image in your list will always load first.  If you want to randomize the image sequence, use jQuery Cycle2 plugin with the "Random" option.
    http://jquery.malsup.com/cycle2/api/
    Nancy O.

  • Background Image Disappear When Refreshing

    Hi,
    Recently, I encounter a problem for building my application. I define my own background for my application in formsweb.cfg. The background load the first time I access the page, but it disappears when I press refresh button. So, can anyone tell me why and how can I going to fix it? Thank you.
    Ramon

    Ramon,
    you don't specify a Forms version number, which makes it harder for us to help. It could be a problem in a Forms version that may be fixed in a subsequent patch. Without Forms release numer however, I cant tell. I suggest you contact customer support at metalink.oracle.com
    Frank

  • Background image moves when previewing the site

    I set up my background in the master. When I preview my site in the browser, the background location jumps around slightly as I navigate between pages.  Any ideas?

    Hi Brad,
    i'm also getting this. Really odd movement with both shape elements foreground and background and how type is rendering and moving up and down at will, as well as reflowing differently. Used Arial as was web safe so not sure why.
    Also have in sep text boxes as seemed normal way to do it.
    I had a more evolved thing going on with small shape bars between project title and the rationale on left hand side bar but that's all had to go out of the winder since the last update as moving was playing havoc page to page.
    I also had to paste in place my Navigation for site on each page individualy instead of using a MASTER to get to work correctly. Have tried to now put this on a NAV layer above all other content on MASTER as well as pinning it top and causing more movement so didn't upload or save.
    Have some screen grabs of what I am seeing in the PREVIEW in Muse top and bottom of page and also the DESIGN view top and bottom of page.
    As mentioned, haven't saved or uploaded to my ftp as expecting a client to look at some of my work and can't afford them looking when it's busted with some issue or another.
    Any light shed on this issue would be greatly appreciated. As I keep saying, I love the program but there do seem to be some big issues that are making me spend lots and lots of investigatory time with hit and miss results.
    Thanks in advance.
    Site url as it currently stands is: http://www.saraundo.com

  • Navigation to Next Item  when selecting LOV

    how is it possible to navigate to the next item (automatically) from an item which is having a LOV attached to it, after selecting item in the LOV...?
    Kris

    open the property palate of the lov and set auto skip to yes

  • Flash menu that highlights the selected item when changing page?

    Hi all,
    I'm trying to create a menu in flash that will highlight the
    current
    selected menu item when selecting a specific page.
    Example menu:
    - home
    - products
    - product 1
    - product 2
    - product 3
    - contacts
    - email
    - form
    Imagine you have a link in a page that opens the contact >
    email page.
    Is there a way to get the flash menu to highlight the
    "contacts > email"
    item when displaying this page?
    Something similar to this
    http://tinyurl.com/5c9993
    Is there an application that can do this easily?
    Thanks in advance for any idea.
    Tony

    here is a link to a rar file i just updated for ya.
    it is a flash movie and 2 web pages. showing how u can send
    variables to flash with java script.
    http://www.wholesalegranitedist.com/home/tutorials/jsquery.rar
    if you can't get this file let me know i will just post it
    here.
    you will have to change the menu depending on which variable
    u send. to flash. it can change on which page you visit;). ask more
    questions if you need to. or private message me.

  • How to specify relative path for background image  in xsl

    Hi,
    I am generating a PDF from Apcahe FOP. I have an xsl for that, in the xsl fo:block I am displaying a background image. When the image path is absolute like..C:\image\logo.png it works fine. But I want to have the image in my WebContent\images folder and my xsl file is in WebContent\xsls folder. So when I try giving the relative path as ../images/logo.png, the image is not displayed.
    Can anyone tell how to do this???
    Thanks,
    Sanjeev.

    I have a fo:block like this :
    <fo:block border-style="solid" border-width="0.2pt" text-align="left"
                             background-image="url('http://localhost:8080/Project/images/table_header_center.png')"
                             font-size="8pt" font-weight="bold" color="white" padding-top="1pt"
                             padding-bottom="1pt">
                             <xsl:value-of select="tr/td/span" />
                        </fo:block>In the above code you can see that the the background-image="url('http://localhost:8080/Project/images/table_header_center.png')"
    has been given as absolute. The images folder is in my WebContent directory. I want this path to be relative to the context of my application , something like background-image="url('../images/table_header_center.png')".
    Thanks.
    sanjeev.

  • Problems with the background image in IE

    Hi I've been optimizing some pages for the different browsers in Dreamweaver CS4. They all work fine in Safari, Firefox and Opera, Internet Explorer is, however not showing the background image I have selected. I can't for the life of me see what's going wrong! Any help wopuld be appreciated. here is the code on my index page which I built from a template. I don't know if it's the editable areas that are going wrong!
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>test site</title>
    <!-- InstanceEndEditable -->
    <link href="oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-repeat: repeat-x;
    background-image:url(file:///Macintosh HD/Users/me/Documents/websites/face_divorce/test/images/test_back.png);
    .oneColFixCtrHdr #container {
    width: 770px;
    margin: 0 auto;
    border: 0;
    padding: 0;
    .oneColFixCtrHdr #header {
    text-align: centre;
    border: 0;
    padding: 0;
    .oneColFixCtrHdr #header h1 {
    <img src="../images/test_logo.png"
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: x-large;
    text-align: right;
    .oneColFixCtrHdr #mainContent {
    padding: 0;
    .oneColFixCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Verdana, Geneva, sans-serif;
    color: #6699cc;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
        text-align: center;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <meta name="Description" content="facedivorce.com.com is an online resource tool to help guide you through the various stages of divorce.  Simply click on before, during or after divorce to find everything you could ever need to do with divorce.
    " />
    </head><meta name="keywords" content="test
    " />
    <!-- InstanceEndEditable -->
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div class="oneColFixCtrHdr" id="header">
        <table width="740" border="0" align="center">
          <tr>
            <td  border="0" height="38" ></td>
            <td align="right" valign="bottom"><!-- InstanceBeginEditable name="HeaderLinks" -->
              <p class="TextButtons"><a href="index.html" class="TextButtons">Home</a>   <a href="featuredcompany.html" class="TextButtons">Featured Company</a>   <a href="youngpeople.html" class="TextButtons">Young People</a>    <a href="andmore.html" class="TextButtons">And More</a>    <a href="blog/index.html" class="TextButtons">Blog</a></p>
            <!-- InstanceEndEditable --></td>
          </tr>
          <tr>
            <th height="48" align="left" valign="bottom">
    <h1><a href="index.html" title="test"><img src="images/test_logo.png" alt="test" width="245" height="46" border="0" align="left" /></a></h1>
    </th>
            <td align="right" valign="bottom"><!-- InstanceBeginEditable name="HeaderButtons" --><a href="#"><img src="images/facebook-logo.png" alt="FaceBook Button" width="48" height="48" border="0" align="bottom" /></a> <a href="#"><img src="images/twitter_square.png" alt="Twitter Button" width="48" height="48" border="0" align="bottom" /></a><a href="#"><img src="images/blogbutton.png" alt="Blog Button" width="49" height="47" border="0" align="bottom" /></a>    <!-- InstanceEndEditable --></td>
          </tr>
        </table>
        <!-- end #header -->

    Hi
    The fact you are using a Mac is why both myself and JCellini assumed you where using a pre IE7 version.
    But the code you are using to test in IE will cause a problem with any 'virtual machine' such as crossover, because it cannot reference anything outside its own assigned section of the drive, and referencing the png in the way you are would be for it an invalid reference, it also would not work in any browser when you uploaded the site.
    Change - background-image:url(file:///Macintosh  HD/Users/myname/Documents/websites/test/Test/images/test_back.png);
    To - background-image:url(images/test_back.png);
    But if the region is not editable I would suggest you temporarily make it so, externalize your css to a css file, insert a link to the external css file in your head content, then lock the region once again. This way you will always be able to edit your css without worrying about 'locked regions'.
    PZ
    www.pziecina.com

Maybe you are looking for