Adding a StepType into a subfolder on the InsertionPalette

Hi,
is there a way to add custom StepTypes, no only on a folder in the InsertionPalette, but all together (grouped) in a subfolder ?
Currently, I'm able to add my custom StepTypes in a 'MenuGroupName' on the root level of the Insertion Palette (see 'MY GROUP1'and 'MY GROUP2'), but I'd like to add all my StepTypes in a common folder ('MY STEPTYPES').
And I want to achieve this from code (C#).
Anyone ?
INSERTION PALETTE
- Tests
  |- Pass/Fail Test
  |-....
- LavVIEW Utility
  |-Check..
- MY_STEPTYPES
  |-MY_GROUP1
     |-Action1
     |-Action2
  |-MY_GROUP2
     |-Action3
     |-Action4
TIA
Franky

Right-click on the control and choose customize. A dialog will help you make more complex settings. Resave all type palettes with your types before redistributing them. The insertion palette menu settings are saved with every type palette and when you then move the type palette to another machine it will try to place the step types in a best fit match given the types on the other machine (as long as your types have never been on the machine before). The settings are also saved in testexec.ini. If a type exists in the settings in testexec.ini that is used instead of the settings in the type palette. so to reset things you need to delete or remove the menu settings from testexec.ini
Hope this helps,
-Doug

Similar Messages

  • Need helpcreating a script to read the name of a folder and adding that name into the permissions of that folder

    Need help creating a script to read the name of a folder (which is the AD Username) and adding that name into the permissions of that folder.
    I have over 100 folders which I need to add the AD user to read and write to their own folder
    Hope you guys understand what I mean

    Just to add, Mac in intergrated into AD and all I need is help in creating the script
    Thanks

  • [svn:cairngorm3:] 15920: Adding the use of Spark component into ModuleC to add the scenario where a Module must be able to get its default spark skin  (currently this is failing due to a bug in the Module Lib)

    Revision: 15920
    Revision: 15920
    Author:   [email protected]
    Date:     2010-05-06 02:11:21 -0700 (Thu, 06 May 2010)
    Log Message:
    Adding the use of Spark component into ModuleC to add the scenario where a Module must be able to get its default spark skin (currently this is failing due to a bug in the Module Lib)
    Modified Paths:
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleC/ModuleC.mxml

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

  • Had an iPod touch and an iPhone on iTunes. Added another iPhone and iTunes erased/ignored the first two units. I deleted iTunes and reloaded to start over. How do I "Reverse" sync what is on my iPod touch and my first iPhone??

    Had an ipod touch and an iphone in iTunes. Spouse added their iphone and it deleted/ignored the first 2 (ipod touch and iphone). Deleted iTunes from computer, reloaded to start over. How do I "reverse" sync my iphone and ipod touch?? Do not want to lose all the info.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software

  • HT1473 Sometimes when I copy a CD into iTunes all of the songs do not show y up in one album, but mutiple albums, all with the same name. Is there an easy way to get all of the songs into one album.

    Sometimes when I copy a CD into iTunes all of the songs do not show y up in one album, but mutiple albums, all with the same name. Is there an easy way to get all of the songs into one album.

    Generally adding a common album artist will fix things.
    tt2

  • HT201240 hi all. i just downloaded mountain lion and it seems to have added an old password for admin at the start up, the old password was removed so all i had to do was press enter and off i go, i cant remember it, what to do now??

    hi all. i just downloaded mountain lion and it seems to have added an old password for admin at the start up, the old password was removed so all i had to do was press enter and off i go, i cant remember it, what to do now??

    Eli,
    You can reset a Password (lost/forgotten) set on your Mac using 'Reset Password Utility' available with OS X Utilities tool. With OS X Mountain Lion, OS X Utilities tool can be generally found on a local hidden Recovery HD Partition if your Mac has one.
    To check If your Mac has got a local hidden Recovery HD Partition, start your Mac holding COMMAND + R buttons. If you hold the keys pressed enough and there is a local Recovery HD Partition on your Mac, you will be presented with OS X Utilities window.
    Click the 'Tool' menu item and choose 'Reset password'. Terminal window appears. Type 'resetpassword' into it and press 'Enter'. Reset Password window appears with User Account Names available on your Start-up Volume. Select the User Account Name and rest is simple to follow.
    One of the advantages of this method is that it does not require any Authorization method such as administrative authentication to reset a password.
    NOTE: If your Mac does not have a local hidden Recovery Partition on its system disk, you can create one using Disk Assistant application available from Apple. Search for the Disk Assistant in the support area.

  • How to insert into 2 tables from the same page (with one button  link)

    Hi,
    I have the following 2 tables....
    Employees
    emp_id number not null
    name varchar2(30) not null
    email varchar2(50)
    hire_date date
    dept_id number
    PK = emp_id
    FK = dept_id
    Notes
    note_id number not null
    added_on date not null
    added_by varchar2(30) not null
    note varchar2(4000)
    emp_id number not null
    PK = note_id
    FK = emp_id
    I want to do an insert into both tables via the application and also via the same page (with one button link). I have made a form to add an employee with an add button - adding an employee is no problem.
    Now, on the same page, I have added a html text area in another region, where the user can write a note. But how do I get the note to insert into the Notes table when the user clicks the add button?
    In other words, when the user clicks 'add', the employee information should be inserted into the Employees table and the note should be inserted into the Notes table.
    How do I go about doing this?
    Thanks.

    Hi,
    These are my After Submit Processes...
    After Submit
    30     Process Row of NOTES     Automatic Row Processing (DML)     Unconditional
    30     Process Row of EMPLOYEES     Automatic Row Processing (DML)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    50     Insert into Tables     PL/SQL anonymous block     Conditional
    My pl/sql code is the same as posted earlier.
    Upon inserting data into the forms and clicking the add button, I get this error...
    ORA-06550: line 1, column 102: PL/SQL: ORA-00904: "NOTES": invalid identifier ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
         Error      Unable to process row of table EMPLOYEES.
    Is there something wrong with the pl/sql code or is it something else?

  • Refer to an object in Edge from an onclick="" in a .html file loaded into an iFrame in the animation

    HI, I am trying to figure out the Edge hierachies by stumbling my way through coding reference attempts. I've hit a wall...
    How can I refer to an object and a global function in my Edge animation from an onclick=""  located in an .html file loaded into an iFrame created within the master/parent Edge animation. Here's what I have...
    My main index.html is an Edge animation. One object <div> is a box created within Edge. I have added an iFrame with the Edge code:
    sym.$("MenuPanelScreen").html('<iframe src="list_images_cemetery.html" width="267" height="670" sandbox="allow-same-origin allow-scripts allow-top-navigation"></iframe>');
    That .html file which loads into the iframe within the animation contains thumbnails in <a> tags and contain onclick="" statements that should call a function within the Edge file.
    Eventually, I want the statements to read something like... onclick="changePic('Dragon.jpg', 'The Dragon', 'Saint and Worm')"
    However, I had no idea how to reference the changePic() function in the Edge animation. So, just to figure out how to reference the parent animation from an html in an iFrame, I change the onclick="" statements to...
    <a onclick="alert('Try to hide Nameplate'); sym.$('NamePlate_sym').hide();" >  <img src="gallery/TheyGaveUpTheirDead.jpg" width="80" alt="Angel and Worm" /></a>
    I first wanted to see if I could hide an Edge Symbol or div/element from the child html. I tried the following...
    onclick="alert('Try to hide Nameplate'); sym.$('NamePlate_sym', window.parent.document).hide();"
    I tried a few other variations that I won't bore you with. Can someone help me with the proper reference to effect an Edge element?
    Furthermore, I eventually wnat the onclick="" statement to reference a global function on attached to the Edge stage in the compositionReady event of the stage. The function is...
    window.changePic=function(myFileCurr, myLabelCurr, myDescriptionCurr) {
    alert("in changePick");
      document.getElementById("myImage").src="gallery/"+myFileCurr;
      document.getElementById("myImageLabel").innerHTML=myLabelCurr;
      document.getElementById("myImageDescr").innerHTML=myDescriptionCurr;
    I hope someone can point me in the right direction. Please forgive my ignorance. i am just getting back into coding and learning the intricacies of Jscript and jQuery. Thanks!

    Hi again Elaine,
    I actually had some success after many attempts with using your code. I can control the .stop() and .play() of the "NamePlate_sym" symbol. Yet, I am still having trouble doing anything else with it. I cannot .hide() it, nor use .html("Change text") on another element on the stage called"Rectangle". If I can accomplish that and all a global function on the stage, I'm in good shape.
    I placed the following script in the header of the .html file that gets loaded into the iFrame within the Edge composition:
      <script type="text/javascript">
       window.parent.AdobeEdge.bootstrapCallback(function(compId) {
       comp = window.parent.AdobeEdge.getComposition(compId).getStage();
       alert("CompID is "+compId);
       var symbol = document.createElement('div');
       symbol.innerHTML = 'Rotate';
       symbol.style.cssText = 'background-color:#fea; width: 50px; text-align: center;';
       symbol.style.cursor = 'pointer';
       symbol.onclick = function() {
        if (comp.getSymbol("NamePlate_sym").isPlaying()) {
         comp.getSymbol("NamePlate_sym").stop();
        else {
         comp.getSymbol("NamePlate_sym").play();
       window.parent.document.body.appendChild(symbol);
            </script>
    Once I put window.parent. in the first two lines of code and the last, my test worked. As I mentioned earlier though, I still can't get the syntax correct to .hide() an element (i.e. comp.getSymbol("NamePlate_sym").hide(); does not work), or more importantly, change the innerHTML value of an element on the stage. The code either does nothing or freezes.
    Thanks... Tommy

  • Does SSIS guarantee that it loads the data into SQL Server in the same order as it is in Excel

    Hi,
    We are trying to load several Excel files into SQL Server SSIS and we need to save the data in the database in the same order as it is in Excel..
    My question is, Does SSIS guarantee that it loads the data into SQL Server in the same order as it is in Excel. If so, we will add a sequence to ensure we have the order.
    Please advise.
    Thanks & Regards,
    Dhanumjay

    Thanks for your response.
    If it is one file then we can add an index column, but we have to load hundreds of files.
    How adding an index/key column to the table works unless SSIS picks and loads the data in the table in the same order as it is in Excel?
    Just to explain my question better,
    If excel has three rows  {a,b},{c,d},{e,f}, does SSIS ensure it loads the data in the same order in a table.
    Thanks.

  • With using any version of iTunes, whenever I import songs into my library using the "add to library" function, iTunes adds those songs in songs' alphabetical order. This is pretty annoying since it does not preserve the logical track number or album.

    With using any version of iTunes, whenever I import songs into my library using the "add to library" function, iTunes adds those songs in songs' alphabetical order. This is pretty annoying since it does not preserve the logical track number or even the album sort order (for example when adding 2 albums stored in a unique folder). Anyone has any ideas ? Been stumped for a while....!!!

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • Adding a video into Dreamweaver cs4

    How do you add a video to your site
    I really need help i cant find a video for it on youtube.
    Thanks for help

    Add your video to YouTube and paste the embed code into your site where you want the video to be.
    If that's not what you want then you have to put a little effort into your posts to let others know exactly what you're trying to do because we're not mind readers. There are several different ways of adding video to your site depending on the format. Usually doing a google search will find the code you're looking for. For instance googling the term insert (your video format here) video will most likely query a first page hit containing instructions and code for how to add your video to a website.

  • Insert a clip into a new sequence, the clip will not play back

    Macbookpro 8G ram twin 2.5 Intel, 1333 Mhz
    I am an experienced editor coming over from AVID.  This is my second project attempt in Premiere. First was fine. I imported clips that live on my hard drive.  When I make a clip selection, mark the in and out and "insert into a new sequence, the sequence will not play back un less I render it first. I am talking about one (1) shot maybe 3 seconds long.  I have done no other edits in the sequence and have added no effects but there is an effect icon on the clip in the sequence,  This can't be right. It is not the way it worked for my first test project.  It would take 40 hours to edit a 60 second spot…  What has happened here?
    Footage is 1080p 24fps.  Short with a digital DSLR and Files are the same (.mov)  as in the first project,

    I have exactly the same problem. All of a sudden preview window is not working properly. In some projects it only plays audio with gray screen, in some it doesn't plays at all or plays audio from another projects. Sometimes preview gets frozen with the first frame in the project. I can however play video from Event Library, but without any sound. When I create new project and drag clips from Library, it plays with gray screen and again without sound. Restarting iMovie or Mac is no help. I'm using iMovie 8.0.6
    Waiting for help desparatly, thank you

  • Adding PictureBox array into Controls

    I tried adding PictureBox array into controls but only one pictureBox is being added.When
    I do this, the labels are displaying correctly, but only one PictureBox is appearing. I tried changing X,Y positions, but it did not help. The debugger shows lists of array of PictureBox initialized. Is there anything that I am doing wrong or what is the better
    approach to add PictureBox with Label above it dynamically.
    This is what I did.
    Label[] l = new Label[15];
    PictureBox[] pic1 = new PictureBox[15];
    int y_value = 47;
    for (int i = 0; i < 6; ++i)
    l[i] = new Label();
    l[i].Text = "Test Text";
    l[i].Font = new System.Drawing.Font("Calibri", 8, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
    l[i].ForeColor = System.Drawing.Color.White;
    l[i].BackColor = System.Drawing.Color.FromArgb(1, 0, 64);
    l[i].Size = new System.Drawing.Size(145, 20);
    l[i].Location = new Point(30, y_value);
    l[i].Anchor = AnchorStyles.Left;
    l[i].Visible = true;
    //this.Controls.Add(l[i]);
    pic1[i] = new PictureBox();
    pic1[i].Image = Image.FromFile(STR_SETTING_PATH + "\\" + STR_IDEA_NO_XXXXX + "_01_nv.png");
    pic1[i].Size = new System.Drawing.Size(400, 332);
    pic1[i].Location = new Point(2, y_value - 10);
    pic1[i].Anchor = AnchorStyles.Left;
    pic1[i].Visible = true;
    //this.Controls.Add(pic1[i]);
    y_value += 37;
    this.Controls.AddRange(l);
    this.Controls.AddRange(pic1);
    Saugat K.C.

    Sougat, 
    Maybe better if you remove a question when there are not yet replies. Now an moderator has to do that. 
    Thanks
    Success
    Cor

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

  • I didn't setup a two step verification for my apple Id , and then when i login into my account on the browser it prompt to enter my verification code !!! HOW COME

    i didn't setup a two step verification for my apple Id , and then when i login into my account on the browser it prompt to enter my verification code !!! HOW COME
    please help because all my data are stored in the cloud

    - See if it is listed here for downloading. If it is then redownload it..
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - If not there then contact iTunes.
    Contact iTunes

Maybe you are looking for

  • Upgrading from weblogic 10.3.0.0 to 10.3.2.0?

    Hey guys, I am currently trying to upgrade my 10.3.0.0 weblogic server to 10.3.2.0 and i receive an error message stating that "The product maintenance level of the current installer (Weblogic Server:10.3.2.0) is not compatible with the maintenance l

  • Print out of BOM list

    Dear gurus, I have one doubt, is there is any way to get the list of BOM while using T.C = CS02 in excel format as I need the same to take list in excel for more than 100 BOM list. waiting for the positive feed back. Regards, sekar chand

  • Backing up songs before restoring iPod

    I have a 30GB 5th generation iPod. I recently replaced a cracked screen. After repairing the iPod and connecting it to my computer, I received a message that i needed to restore my iPod. Unfortunately, most of the music on my iPod was added from my o

  • My memory has been wiped out help??????

    I forgot my password I typed it in three times wrong and then a few minutes after that by itself all the memory had been wiped out. The problem was I needed my contacts and I had very very valuble photos on there that I can't have back now I also bou

  • What internal hard drive do i need to use?

    My Macbook's hard drive unfortunately has a fault in it and I need to have this replaced. To save me money I'm wanting to purchase an internal hard drive and D.I.Y I want to make sure I purchase the correct part for my Mac. Whether it's brand or wher