windchill 10.2:自定义操作不会出现在产品结构资源管理器中

时间:2014-11-17 18:22:15

标签: ptc-windchill

当我右键点击某个零件时,我无法在酒吧中查看自定义操作。 Ptc指南没有提供任何一步一步的程序来实现这个功能。

动作名称=" psbaction1" 类名= grid.reject

是否有必须指定的特定格式?

对此的任何帮助将不胜感激。

谢谢。

1 个答案:

答案 0 :(得分:0)

请找到以下配置并帮助创建CustomAction类。单击新添加的自定义操作时,CustomAction类应该执行(工作应该在后台完成)

自定义-actionModels.xml

   <model name="psbRelatedPartsTreeContextMenu">
    ..
                <action name="psbaction1" type="psb"/>

   </model>

custom-actions.xml

  <listofactions>
    <objecttype name="psb" resourceBundle="ext.custom.psb.resource.psbCustomActionsRB">
        <action name="psbaction1">
         <command class="sample.CustomAction"/>
      </action>
    </objecttype>
</listofactions>

<强> psbCustomActionsRB.rbinfo

psb.psbaction1.description.value=psbaction1
psb.psbaction1.tooltip.value=psbaction1
psb.psbaction1.title.value=psbaction1
psb.psbaction1.icon.value=stop.gif
psb.psbaction1.moreurlinfo.value=height=300,width=500