Question
How to customize navigationRB.java?
Windchill 10.1 M040
I am attempting to customize the "Quick Links" menu by adding a new submenu (similar to the Help or
"My Settings" submenus). I have successfully added the new submenu and several items under the
submenu by editing custom-actionModels.xml and custom-actions.xml in codebase/config/actions.
My problem is my new submenu title is blank. Apparently one needs to customize
src/com/ptc/core/ui/navigationRB.java in order to simply title a menu.
I have modified this file but now have 2 questions:
1. What directory should the modified navigationRB.java be located in?
* ie in 9.1 customized rbInfo files were placed in wtCustom
* example wtCustom/wt/lifecycle/StateRB.rbInfo
2. How do I compile this customized java file?
* in 9.1 I would use "ant -f ./bin/tools.xml bundle_custom -Dbundle.input=registry"
I have scoured the Customization Guide for several hours but apparently must be missing something
obvious.
--
I am attempting to customize the "Quick Links" menu by adding a new submenu (similar to the Help or
"My Settings" submenus). I have successfully added the new submenu and several items under the
submenu by editing custom-actionModels.xml and custom-actions.xml in codebase/config/actions.
My problem is my new submenu title is blank. Apparently one needs to customize
src/com/ptc/core/ui/navigationRB.java in order to simply title a menu.
I have modified this file but now have 2 questions:
1. What directory should the modified navigationRB.java be located in?
* ie in 9.1 customized rbInfo files were placed in wtCustom
* example wtCustom/wt/lifecycle/StateRB.rbInfo
2. How do I compile this customized java file?
* in 9.1 I would use "ant -f ./bin/tools.xml bundle_custom -Dbundle.input=registry"
I have scoured the Customization Guide for several hours but apparently must be missing something
obvious.
--

