How to change the step background in Teststand?

  I have a requirement for Teststand. I can not find a function to set the background color of steps/sequences in Teststand sequence editor.However, sometimes, it becomes so important that I prefer to have this function since sometimes we want to highlight some steps, See attached file. Is there any method/recommendations to do this for current teststand3.1?
Thanks!
Jacky
Attachments:
Sceenshots.gif ‏15 KB

You right click on the execution window while you are editing the top level OI. Select SequenceView Properties.
Click on the 'columns' tab.
Take the example from  Background Color Expression for 'Status' and copy it to the other columns (name and description)
This should give you a place to a place to start.

Similar Messages

  • How to change the color background in Pages for iPad?

    how to change the color background in Pages for iPad?

    You can find many themes at https://github.com/hdoria/xcode-themes  There's a download zip button on the right side of the page.
    Unzip and and copy the .dvtcolortheme files into /Users/YourUsername/Library/Developer/XCode/UserData/FontAndColorThemes Create the directory if it doesn't exist.
    If you can't find the Library directory you can get to it by using Finder's "Go to Folder..." option under "Go" or press shift + cmd + G then type the path.

  • How to change the selection background color of the selected item in the popup menu of the choice box ?

    How to change the selection background color of the selected item in the popup menu of the choice box ?
    By defaut, the selection background color likes "blue", but if I want it to be "yellow" for example, how should I do ?
    Thanks

    The id is applied by (I think) the skin class of the ChoiceBox. You don't need to define it.
    You have to apply the css in an external style sheet. You can apply the external style sheet to any parent of your choice box, or to the scene (the most usual way to do it).
    Example:
    import java.util.ArrayList;
    import java.util.List;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class ChoiceBoxTest extends Application {
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
        final ChoiceBox<String> choiceBox = new ChoiceBox<>();
        List<String> tempResult = new ArrayList<String>();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        choiceBox.getItems().setAll(tempResult);
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();   
      public static void main(String[] args) {
        launch(args);
    choiceBox.css:
    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
    -fx-background-color: yellow ;
    #choice-box-menu-item .label {
    -fx-text-fill: black ;
    Message was edited by: James_D

  • [i]How to change the[/i]   background color in a webdynpro?

    Does somebody know how I can simpley change the background color in a webdynpro?

    You need to use external CSS..via the sap-ep-themeroot or sap-cssurl.
    For downloading and changing CSS. pls refer to
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8
    Note: as stated in the documentation for a external CSS, that is just placing it in /SAP/PUBLIC Folder, <b>did not work</b> for me....
    Do following it works..
    Create a BSP application, ZCUSTOMTHEME. GO to MIME Repository and create a folder zmytheme under ZCUSTOMTHEME
    open SE38 and execute BSP_UPDATE_MIMEREPOS and upload ur custom theme under this folder.. /sap/bc/bsp/sap/ZCUSTOMTHEME/zmytheme
    While calling ur WD application....append following at end of URL
    sap-ep-themeroot = /sap/bc/bsp/ZCUSTOMTHEME/zmytheme'

  • How to change the Step Size to a specified value in a Chart?

    Hi All,
    I've built a report and include a chart to it to compute the average time of coming for employees among a month
    Now I've changed the Maximum and Minimum values for labels of Data Axis at the graphics builder to 10:00 and 08:00, and checked the (auto) for Step Size
    also I've checked custom value for the format witch is HH:MI
    but when the report executes the chart no bars appeared for the apeared employees in the X-Axis!
    Why? and How to solve this problem Plz?
    Note: I'm using Oracle DB 10g and Reports 6i
    Thank you

    Thank you

  • How to execute the steps synchronously in Teststand?

    Hello All,
         I want to execute the some steps synchronously,Such asne step for setting some input conditions to DUT,and one step for measuring some test points under the conditions.and the measurement is real-time.
         So i want to know if have this function can do this.and how to do.
         thanks.
    BR
    Johnny 
    Solved!
    Go to Solution.

    So the "Get Status" option just queries properties of the Rondezvous....such as the 3 options that show up when you select it.  You can then store those to variables and use them to determine the next move in your sequence.  It's just a way to dynamically make more decisions.
    Also, if you look in the TestStand help:
    Rendezvous Settings Edit Tab
    Get Status Operation
    You can use the Get Status operation to get information about the current state of a rendezvous. Select the Get Status radio button on the left of the Rendezvous Settings panel.
    The Get Status operation contains the following options:
    Rendezvous Name or Reference Expression—Specifies the rendezvous on which to perform the operation. You can specify the rendezvous by name or by the object reference you receive when you create the rendezvous using Use Object Reference for the Rendezvous Reference Lifetime option.
    Optional Output
    Rendezvous Exists?—Specifies a location to store a Boolean value that indicates if the rendezvous exists.
    Number of Threads Waiting for Rendezvous—Specifies a location to store the number of threads waiting on the rendezvous operation.
    Number of Threads Per Rendezvous—Specifies a location to store the number of threads that must rendezvous before the step permits the threads to continue execution past the rendezvous point.
    I'm glad this helped.  Good Luck in your application!
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Trying to figure out how to change the desktop background with powershell/batch.

    The entire thing I'm doing is pretty pointless lol. But I wanted to prank my mother. This is my computer by the way nothing malicious. I just had an idea that the next time she goes to click and open opera I would have a batch files disguised as it instead
    that would just say some things. Mimic deleting files. Kill exlporer.exe. Change the background to one I created saying something like GOT YA! with a troll face or something. And then either run explorer.exe again or shutdown my laptop. I don't really know
    what I am doing lol. I have the batch file done but the changing of the desktop has me puzzled. I can have the batch file to replace the current bmp file with one I've made but it doesn't actually change the background. And JFY WPA files just happened to be
    where I decided to sit the files for this prank at until I'm done with them.
    I used this to copy it over.
    copy /y "C:\Users\user\Documents\WPA Files\Internet Explorer W
    allpaper.bmp" "C:\Users\user\AppData\Roaming\Microsoft\Internet Explorer\Inter
    net Explorer Wallpaper.bmp"
    I used this to try to get the wallpaper to refresh to show the new one before I found out this doesn't work with windows 8.1
    RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
    I found this but I am not entirely sure what to do with -name or -value or if I need to do anything to them or the others.. Doubt this would even refresh or what ever to make the new wallpaper actually show though.
    set-itemproperty -path "HKCU:Control Panel\Desktop" -name wallpaper -value $image
    Also found this which I don't get at all..
    Add-Type @"
    using System;
    using System.Runtime.InteropServices;
    using Microsoft.Win32;
    namespace Wallpaper
       public enum Style : int
           Tile, Center, Stretch, NoChange
       public class Setter {
          public const int SetDesktopWallpaper = 20;
          public const int UpdateIniFile = 0x01;
          public const int SendWinIniChange = 0x02;
          [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
          private static extern int SystemParametersInfo (int uAction, int uParam, string lpvParam, int fuWinIni);
          public static void SetWallpaper ( string path, Wallpaper.Style style ) {
             SystemParametersInfo( SetDesktopWallpaper, 0, path, UpdateIniFile | SendWinIniChange );
             RegistryKey key = Registry.CurrentUser.OpenSubKey("Control Panel\\Desktop", true);
             switch( style )
                case Style.Stretch :
                   key.SetValue(@"WallpaperStyle", "2") ; 
                   key.SetValue(@"TileWallpaper", "0") ;
                   break;
                case Style.Center :
                   key.SetValue(@"WallpaperStyle", "1") ; 
                   key.SetValue(@"TileWallpaper", "0") ; 
                   break;
                case Style.Tile :
                   key.SetValue(@"WallpaperStyle", "1") ; 
                   key.SetValue(@"TileWallpaper", "1") ;
                   break;
                case Style.NoChange :
                   break;
             key.Close();
    [Wallpaper.Setter]::SetWallpaper( 'C:\Users\user\Documents\WPA Files\Internet Explorer Wallpaper.bmp', 0 )
    And this to run the powershell script once I have one lol
    PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""C:\Users\user\Documents\WPA Files\desktopchange.ps1""' -Verb RunAs}"

    Haha you're funny. I can't decide if you sincerely want me to learn or if you enjoy my struggle(I'm dumb) and think I'm up to no good. I do enjoy learning though :). 
    If I thought you were dumb I would have ignored you.  I just think it would be more fun for you to find the answers.  This is a technical forum and not a free answer forum.  It is for people who are learning or who have specific technical
    questions.  I am dropping you in the "might be learning" bin.  If you had asked a specific technical question I would have answered it.
    ¯\_(ツ)_/¯

  • How to change the Video Background Color - The Answer...Not the Question.

    Hello All,
    I was struggling with the Video Background Color as I was setting up my DVD. I'm new to DVD Studio Pro. I couldn't get the color to change from grey to the desired black. I was moments from asking for help, but thought to try just a bit harder. The answer lies under Preferences, Menu, Video Background Color. Just thought I'd share for future search strings by others.
    Ahh, onward!
    DG

    The id is applied by (I think) the skin class of the ChoiceBox. You don't need to define it.
    You have to apply the css in an external style sheet. You can apply the external style sheet to any parent of your choice box, or to the scene (the most usual way to do it).
    Example:
    import java.util.ArrayList;
    import java.util.List;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class ChoiceBoxTest extends Application {
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
        final ChoiceBox<String> choiceBox = new ChoiceBox<>();
        List<String> tempResult = new ArrayList<String>();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        choiceBox.getItems().setAll(tempResult);
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();   
      public static void main(String[] args) {
        launch(args);
    choiceBox.css:
    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
    -fx-background-color: yellow ;
    #choice-box-menu-item .label {
    -fx-text-fill: black ;
    Message was edited by: James_D

  • How to change the background color of a single row

    Hi OTN,
    I am using JDeveloper 11.1.1.2 with ADF faces in view layer.My issue is How to change the background color of a single row in af:table ?.

    How to highlight ADF table row based on column value?
    Found by searching

  • How to change the background color of a sequence?

    I'm using Premiere Pro CS5 on Win7 x64.  I've imported a JPEG that's a different size than my 1920 x 1080 frame.  The background of this JPEG is white, but the background of the sequence is black (by default), so the borders of the JPEG make it stand out.  I want the JPEG to blend into the sequence background by making the sequence background white.  How can I change the sequence background color?  Thanks.

    Jim and Ann are correct. I can see where someone used to After Effects might ask that question though because in AE you can change the background color of the composition. Same with Photoshop.
    However, I think it would confuse things if changing the background color were to be allowed in Premiere Pro. Black tells me something. I suppose white could tell me the same thing, but at this time it is not possible in Premiere Pro.

  • How to change the background color of a desktop??

    any ideas how to change the background color of a desktop?? Now the default color is blue. I couldn't fine the API in JDesktopPane on doing that..
    JDesktopPane desktop = new JDesktopPane(); //(textArea);

    Try the method setBackground. For me it's work.

  • How do I change the tab background color in Firefox 4?

    I just upgraded to Firefox 4. Tabs are now fine black font on dark grey background -- very hard to read. How do I change the tab background color?
    I have searched and the closest I can come is some instructions for modifying .css files, and it is not clear that those instructions will impact the tab background color.
    Thanks in advance for your help.

    Similar question asked by TH received another response.
    Here is the address of that question and answer:
    https://support.mozilla.com/en-US/questions/804464?s=change+tab+color+firefox+4&as=s
    I like the solution recommended there.
    Added information - after several days experience, I notice that some tabs occasionally revert to the original dark grey. So I am still looking for a better solution, ideally within Firefox rather than via add on. This seems like a basic setting for the browser that should be easy to change, rather than something so complex that I need an add on to change it. Or just build it without such a dark grey background to begin with and I would not need to change it.

  • How do I change the workspace background color?

    Hi all,
    I need to change the workspace background color from the
    default mid grey. But I can't find how to do this!
    Any ideas!
    Thanks in advance, Pedro.

    Sorry, but there's no way to change it from the default gray.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • How to change the page Header background colour in a Theme

    Hello,
    I want to know how to change the page header background colour. If you are in the Editor I don't find a property where to change it.
    If you are in the Theme Editor in the header bar I want to change stands <b>Theme Editor</b>. This (in my case blue colored bar) I want to change in another color.

    Hello Radhika,
    thanks for your answer. Where do I find the option for the pageheader in System Administration>Portal Display>Theme Editor ->IView Trays exactly?
    The pageheader is a picture, which must be uploaded for the web dynpro. Why should any webdynpro element in the ivew tray. There is no relationship between these two parts.
    I have not found any option to change the web dynpro pageheader. Could there any extra theme editor for webdynpro?
    Thanks.
    Olaf

  • How do you change the slide background colour in the keynote app?

    How do you change the slide background colour in the keynote app?

    You can't (not in Keynote for iOS). The background color is a function of the template selected when you create the file initially and cannot be altered. the only workaround I know of is to add a graphic file to the slide and position it behind all other content, but this would need to be repeated on any slide you wish to "recolor".

Maybe you are looking for