Rhapsody Automation : How to add new button/menu bar options to add customized automation directly in the Rhapsody Tool
Hello Forum,
Currently i am working on automation of Rhapsody Model Creation using Java-API provided by Rhapsody team.
As of now, i have done the Automated code and running it as Command line application using runnable Jar.
Like eclipse application, is there any options to add button/ Some options directly in the Rhapsody to rigger it from Rhapsody Tool.
Kindly provide your inputs on the same.
Please add your comment, if anything is not clear.
Accepted answer
One other answer
You can add the helper to the menus - both the tools menu and the context menus for model elements. You could also write your app so that it has a UI with buttons on it - but right now you cannot add new buttons to Rhapsody's own UI - at least not easily. There was supposed to be a way to do it by writing C++ COM Wrappers to wrap your Java but that was complex and I never got it to work.