How to add a top level menu to TestStand Sequence Editor

Hi,
Am unable to add a new top level menu item like File, Edit, Tools, Windows in Sequence Editor. Is it possible to add the same? Can anyone share code snippet to use TestStand API so that a new menu is created?
Please find the attached snapshot and am trying to add "NewMenu" to SeqEdit. 
TestStand Version is 4.0 
Thanks
Mrm 
Attachments:
NewtopLevelMenu.JPG ‏184 KB

Hello Mrm,
Adding a new menu is not going to be possible since the source code of the Sequence Editor is not accessible. However, you do have a few options:
1) Add a new toolbar
2) Create and entry point (configuration or execution) that will show in one of the existing menus. Here is a KnowledgeBase article that describes this more.
3) Customize the right click context menus.
4) Build your own UI or customize one of the shipping UI's (since you have access to that source code).
What is the overall goal in doing this? Let me know so I can assist you further if needed.
With warm regards,
David D.

Similar Messages

  • How to have some top level menu items not be hyperlinks

    I have a navigation band where 5 of the 6 top level items need to NOT be hyperlinks but simply "category titles" that you mouseover to display the submenu - which are the links to web pages.
    An example of this is on the Amazon.com home page - the items under "Shop All Departments" has categories that are not clickable, but when you mouseover display the clickable submenu.
    Is it possible to customize some but not all of the top menu items and how?
    What do I need to modify in the CSS so that the top "category title" looks/behave the submenu (same font color/bgcolor changes) but no active hyperlink?

    Here is a link to my pagewhere I am testing the navigation. Currently there is only this one page and I have <a href="#"> for the links.
    The only menu item that should be clickable in the top level is "Contact"
    Everything in the second and third level (Events > Research >...) needs to be clickable
    Everything is working as I want except that "Research" needs to be clickable
    - and I would like to have the clickable item text be underline when in the hover state but I want to get the base navigation working first
    The closest matching code I found in the CSS is:
    #MenuBar1 li .MenuBarItemSubmenu,
    #MenuBar1 li ul li .MenuBarItemSubmenu {
        cursor: default;
    If I remove this, all the top level items become clickable. Let me know if there is other information you need. I super appreciate your help with this!

  • How to add a drop-down menu to a rollover image?

    Hi,
    I guess my title says it all... I was wondering how to add a drop-down menu to a rollover image? I know that there's the sprymenu, but I need to have my own rollover images.
    Thanks,
    Kazem

    Frankly, ANY link can offer a drop down.
    Take a look at this turorial.
    That will get you your dropdown menu. So you have that.
    Now, on your top menu (or any level where you want to have an image instead of text do this:
    (I am copying the HTML structure in the tutorial here):
    <nav>
              <ul>
                        <li><a href="#">Home</a></li>
                        <li><a href="#">Tutorials</a>
                                  <ul>
                                            <li><a href="#">Photoshop</a></li>
                                            <li><a href="#">Illustrator</a></li>
                                            <li><a href="#">Web Design</a></li>
                                  </ul>
                        </li>
                        <li><a href="#">Articles</a>
                                  <ul>
                                            <li><a href="#">Web Design</a></li>
                                            <li><a href="#">User Experience</a></li>
                                  </ul>
                        </li>
                        <li><a href="#">Inspiration</a></li>
              </ul>
    </nav>
    Now, let's pretend you want an image instead of the word "Articles." You'll want the image to be sized appropriately, and if you look at the CSS, you'll see it's 112 pixels wide by 52 high. If your image is approximately those dimensions, you're all set.
    So instead of "articles" you insert your image.
    Done.

  • A top level menu item should display its active state if any of its submenu items are active

    Example case: I'm designing a Muse site which is basically a portfolio of our work. We design books, doing page layout and covers. We have numerous book categories and sub categories which I put in a horizontal menu. When a given top level category menu item doesn't have a submenu, it is a hyperlink and it displays active state when the browser displays its linked page. But when a given page is displayed from a submenu link, its top level menu item does NOT display active state. I think it should.
    For example, we have a "Nostalgia" category which has "Film" and "TV" subcategories. Because the menu item, "Nostalgia" has a submenu containing "Film" and "TV", the label "Nostalgia" is not a hyperlink. The submenu attached to it has the two hyperlinked items "Film" and "TV". When the browser is displaying either linked page, the submenu is hidden. So it would be nice if the top level item, "Nostalgia" would display in an active state.

    Hello Daniel,
    As of now this feature is not there in Adobe Muse.
    I would suggest you to please log this as a feature request in our "Ideas for features in Adobe Muse" section. (http://forums.adobe.com/community/muse/ideas)
    Hope this helps.
    Regards,
    Sachin

  • How to add dynamically called files to a teststand workspace?

    I am using TestStand 4.1.1 and LabVIEW 8.6.1 to try and install dynamically called VI's into a TestStand workspace.  I am following the instructions on pp. 14-8 through 14-10 in the TestStand Reference Manual (May 2008) edition.  So far I have not been successful, and the instructions are not clear.  For example, I cannot see in the instructions anywhere that I am supposed to add my test sequence.  Should the test sequence already be loaded in the project before this set of instructions is followed?  Could someone clarify this set of instructions for me? 
    Then when I get a successful build, I would like to try out the deployment and installation on a target computer.  Please provide a detailed and clear set of instructions on how this can be accomplished.
    Also, is there anyway to do this without building an installation?  Originally I just wanted to create the deployment without an installation.  But please explain both ways. 
    Thank you.
    epsilon-delta

    Epsilon,
    What are you using dynamically called VI's for? Are you adding dynamic VI's to LabVIEW, or to TestStand? If you are calling from TestStand, you don't need to do anything, the deployment utility will do all of the work for you.  The section on adding dynamically called files to a workspace listed in the Test Stand Reference Manual  is a mini-tutorial, and not exactly step by step instructions. All you need to do to add dynamically called VI's is to add them to your workspace file, and make sure the TSW is saved before you build your deployment. The example right before that one, covers how to deploy from a TSW, and mentions that you need to add your sequence file to the project that is in the workspace.
    The steps needed to deploy a sequence is as follows:
    1. Create a new workspace file
    2. Right click on the workspace file and select "Add a project"
    3.
    Right click the project and select add additional files (here you
    should add your sequence file and any files that are dynamically called
    (e.g. VIs))
    4. Go to Tools --> Deploy TestStand System
    5. Check "Deploy Files from TestStand Workspace File"
    6. Select the appropriate file path where you saved the workspace file
    7. Add in a path for the location you want to store your deployable image (for instance your desk top)
    8.
    Go to the distributed files tab and select "yes" to analyze the source
    files [here you will find all the files you chose to include with your
    distribution, this is automatically populated from the workspace and
    its dependencies), if you are deploying and plan on using a User
    Interface and not the TestStand Sequence Editor, here you would need to
    include the UI as well
    9. If you were making an installer, you
    could check the "Create installer" box under installer options and
    specify a location. Also here you could click on the drivers and
    components box to add additional driver installation (only if you are
    building an installer)
    10. Click on build status, then build
    You can also reference the same manual 14-7 through 14-8 which goes through an example deployment, and installation on a target computer. 
    After you build your installer, copy the files to the target computer and run the setup.exe to install to the new computer, what problems do you have? Do you get errors, and if so can you take screenshots of them? 
    If you do not wish to create an installer, and you already have a user interface installed, and the TestStand engine on your target machine, you can just copy all of your files to the target machine, and run them normally. We generally recommend building installers, so that any missing dependencies on the target system could be installed, and the TestStand  deployment tool takes care of pulling out all the needed files for you (except for the dynamiclly called ones, which is why you need to add them yourself). If you want you can use the deployment tool to create an image and then move that image to the target computer. The image should have all of your non-dynamic files included, but still requires that your system have all needed components installed. Please let me know what part of the deployment, installation process you are having errors, and we can help you troubleshoot. I always recommend trying to deploy a very simple example sequence with no code modules, if you are having problems. This is always a good troubleshooting tip that will help to determine if the problem is with one of your systems, or with your specific sequence file. 
    Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand

  • How do I reorder top level pages in BC Site Map Settings?

    I created a desktop and mobile version of web site in muse and am hosting through BC.  The site map settings show the pages alphabetically.
    1. - Is there a way to reorder the root level parent pages other than alphabetically? I see I can add the sub-level pages under the top-level pages via drag and drop, but can't reorder any pages. As I'd like to publish the site map to my website but would be unacceptable to have it starts with a 404, Home is somewhere in the middle... 
    2. - That being said, does this make any difference for SEO?
    3. - Also, since I have made 2 versions of site (desktop and mobile) which contain same page names, they appear to be showing as dupes in site map settings function. How do I know which is which as reorder and include on site map?
    Thank you in advance..  

    Yeah that is an issue web developers have been facing for years.
    There are some work arounds that you can try:
    1: Use the Tooltip Composition for the drop menus and set the transition time to a bit longer time so it isn't quite as apparent there is a secondary menu.
    2: Set the menu widget to 'Manual' and add the link to the top level page to the drop menu as well.
    3: Don't have a drop menu - just have a seperate template for each section that has drop menus and then in that template add a manual menu widget and add a secone menu to that template on the side or below the other menu or where ever with just links to the pages in that section.
    There are probably a few more options but there is no way to really solve the problem with the way it is set up other than maybe creative menu link names. For example top level could say 'All Gizmos', then the drop menu links can say 'Gizmo One', Gizmo Two' etc.

  • !!!How to remove the top 'Window' menu in Applet!!! PLEASE

    How do I remove the top 'Window' menu? SDI (single document interface)? or something? How to I enable SDI in 9i? Can't find this answer anywhere.
    I managed to remove the rest of the default menu items at the top, but I DON'T WANT THAT 'WINDOW' ITEM STAYING THERE.
    Pheeew. Please. Getting annoyed... :)

    Edit your base html files and add the USESDI=yes parameter to the serverargs parameters.
    See the Forms demos (downloadable from OTN) for an example of this.

  • How to add "On Top" feature

    Hello,
    How can I add on top feature in my desktop application?
    Also, how can I add a feature like this, It runs and cover entire background, all other application will run above it but it will remain as a background on desktop.
    Thanks in advance.
    Regards,
    Amit

    Are you try to replace the explorer.exe in win system.

  • Help: How to make the top level navigation into vertical at the left panel

    We have a need to change the top-level and 2nd-level navigation bars (horizontal)
    into the nodes on the left navigation panel (vertical).
    We find some way but it is a very extensive job.
    Is there any way to do it quickly?
    Thanks a lot! Points guaranteed.

    Hi,
    Try to develop your own menu by using Navigation Tag Libraries. Check this link :
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/42/f35146a7203255e10000000a1553f7/frameset.htm">Navigation Tag Library</a>
    There is also sample codes. You can start your project from this codes.
    Regards
    Abdul.

  • How to add icons in native menu with text

    Hello Guys
                     Can Anybody guides me how to add icon in nativemenu system tray.Actually i am making a simple application in adobe air and use minimizing the application into system  tray.On Right  click on the icon present in system tray it open naitive menu with open and exit option.
    i just want to add an icon with each menuItem.Please guide how can i do it.please give me some example for it.i am using this
                                     http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/
    link for dock and undock my application.And also tell me how to enhace the width of that naitive menu .please help me out.
    Thanks  And Regards
         Vineet Osho.

               the native menu means in ur application menu or flex system menu?

  • How to add to app Services menu?

    Hello all,
    I'm trying to figure out how to add a "send to..." or somesuch menuItem to the Services menu in an application.
    I've created Services in the Finder that I can run with a right-click, but I don't know the procedure -- if there is one -- for end users to add to the application Services menu.
    My specific task is to open the current open window/document in Adobe Reader in Skim so I can fill in and edit there. None of my searches has uncovered how to go about doing this. Any helpful pointers or information gratefully accepted.
    Thanks,
    Markie

    Hi,
    In the dashboard --> edit option u can see dashboard object here u can see folder ...by this folder u just include dashboard page other wise in the catalog share folder u need create each and evry module pre planned folder then save it each dashboard pages to relevent module folder.
    THanks
    Deva

  • How to add script icon to menu bar?

    On my MacBook Pro that was upgrated to Mountain Lion the script menu I installed years earlier remained after the upgrade. Just bought a new iMac and I can't find how to get the script icon in the menu bar. In Leopard, and maybe Snow Leopard, there was acutally a script to install the menu. The scripts I use work fine under Mountain Lion, I just want to add them to the menu bar. Any thoughts would be greatly appreciated.

    Open the applescript editor.app
    Preferences>show icon in menu bar

  • How to Add Applications to KDE Menu

    Hi All,
    I'm running KDE 4.2 and I have installed Wine and Scribus. Wine doesn't show up in any of the menu's and Scribus appears in Lost & Found. How do I add entries to the menu in KDE4?
    Cheers
    EmyrB
    Last edited by EmyrB (2009-02-08 18:58:48)

    Hi Guys,
    @ slemKaffe - thanks for that, it was winecfg I was trying to find. I shall add that to my menu
    @ NoOneImportant - I did run that first, but it only found a few KDE odds and ends, it did however find Firefox, which is strange as after I installed it and logged out and back in again, was added to the Internet sub-menu, so why menu updating tool find this
    Sorry if these questions sound very "newbish", but I've been a Gnome user for the last 3 years and I'm determined to get to know KDE
    Cheers
    EmyrB

  • How to add iMessage to the menu bar

    how can i add iMessage to my menu bar?
    and how can i receive calls on my computer?

    OS X  Yosemite
    Make phone calls from Mac
    http://support.apple.com/kb/PH18756?viewlocale=en_US&locale=en_LA
    You cannot add Messages icon to the menu bar.

  • How to add scrollbar to jpopup menu

    Hi everyone,
    Do u know how to add a scrollbar to jpopup menu ?

    Menus don't scroll, and shouldn't scroll. Given that, you shouldn't try and use JPopupMenu at all... rather, create your own component that implements the look and behavior you want. It will be far easier and less frustrating.
    Either that... or you should re-think what functionality you are trying to provide, and how you are trying to implement it. A scrolling menu just seems like a counterintuitive wacky UI design to me.

Maybe you are looking for