Hi!
I'm inserting a step type into the MyTypes.ini file with c++.
With the code below I managed to put it into a menu (in the step type menu editor it is called "Group").
But I want a sub menu.
How can I put it into a sub menu (in c++)?
I mean how I can add a group (a subgroup) to the "Step Type Menu Editor" of the "Type Palette" with a program written in C++."
Who can help me? Thanks in advance!!!
Here is the code:
...
property->PutName("StepTypeName");
typeUseage->InsertType(property, 0, TS::TypeCategory_StepTypes);
stepObj->PutMenuGroupName("StepTypeMenuGroup");
PS: I reposted this question, because it is still unanswered and very urgent