06-25-2009 03:14 AM
06-30-2009 03:23 AM
Hi ccds,
you can add a configuration entry point to your processmodel.
If a sequencefile uses this new processmodel you have a new entry in
TestStand menu -> Configure ->
In this new configuration entry point you can call your dialog
and it is shown if you click the new entry in the TestStand menu.
06-30-2009 04:38 AM
Hi DianaS,
Could you give a little bit more details how to do this, I do not understand what you mean?
Best regards
06-30-2009 04:48 AM
Hi
attached you get a process model.
Please create a new sequence file and use this process model for it (settings in Sequence File Properties)
In your Sequence file if you click Configure in the menu you will then have a new item called -> My configure options.
If you click on it a message popup will appear.
Instead of this message popup you can include your specific dialog.
06-30-2009 12:59 PM
Thanks a lot DianaS,
Is it also posible to add a menu item to other menu´s, File and Tools?
Best regards
06-30-2009 02:28 PM
If you have a configuration entry point in your process model, you can put the menu item to run that configuration entry point in any menu.
Open the sequence properties of the configuration entry point (right-click»Sequence properties, or Edit»Sequence Properties) and go to the Model tab. On that tab, there is a drop down for which menu you want the item to be in. It's called Menu Hint. You can put the item in any menu except for the tools menu this way.
The tools menu is special. To add an item to it choose Tools»Customize. A dialog will appear that will allow you to create new tools menu items. If you have trouble using the dialog, click the Help button for more help.
Keep in mind that the tools menu is global to your computer, that is all users and all user interfaces share the tools menu.
A configuration entry point item is only available if your sequence is using that process model. If a different process model is selected, then it will not display.
06-30-2009 02:59 PM
You don't have to modify the process model just to add a tool menu item. Just choose the customize option on the tools menu and add a new one. Choose calling a sequence and create a special tools menu sequence under <teststandpublic>\Components\Tools that has a step that calls your assembly. If what you are doing is specific to your test process it might make sense to use a configuration entry point and customize the process model instead, but it is not a requirement just to create a tool menu item.
-Doug
07-02-2009 01:16 AM
07-02-2009 02:36 PM