How to auto load the drop down in Hyperview when its opened?
Answers
-
Hello @Ajay Prabhakaran Nair ,
with the new UI, the method to create user drop-down menus, user ribbons or user toolbars is Extension:
These 2 articles contain a demo Extension as attachment.
You can find couple of extra Extensions in Altair Exchange:
Altair Exchange - Altair Community
(use filter Category = Extension)
Hope it helps!
Michael
1 -
Michael Herve_21439 said:
Hello @Ajay Prabhakaran Nair ,
with the new UI, the method to create user drop-down menus, user ribbons or user toolbars is Extension:
These 2 articles contain a demo Extension as attachment.
You can find couple of extra Extensions in Altair Exchange:
Altair Exchange - Altair Community
(use filter Category = Extension)
Hope it helps!
Michael
Hello @Michael
Thanks for your answer. I have done exactly the same thing that you have mentioned here. I have created a ribbon file. and i am using the command "::hwf::ribbonpage add" to add the ribbon xml to the GUI. As i need to auto load the drop down during the HyperView start up, i have registered a proc (hm_framework registerproc) in the hm custom menu and with that proc the hm ribbon is loaded. But for Hyperview, since it does not call for the hmcustom.tcl during the start up, we need to first load the HM client to activate the registered proc then switch the client to HV to auto load the Plugins.
So my question is do you know any command in Hyperview to auto load the HVPluggin.xml ribbon during the HV start up instead of adding the plugin. I completely understood the method of adding Extensions using Extension manager. But i was looking for a way to load the plugins in users machine without any user action.
0 -
Also a simple question, Is there any way to execute automatically a TCL script during the Hyperview Startup?
0 -
Ajay Prabhakaran said:
Also a simple question, Is there any way to execute automatically a TCL script during the Hyperview Startup?
hello @Ajay Prabhakaran Nair ,
may I asjk you what kind of script you would like to run at HyperView start-up? That would allow me to propose you the most relevant strategy
Regards,
Michael
1 -
Michael Herve_21439 said:
hello @Ajay Prabhakaran Nair ,
may I asjk you what kind of script you would like to run at HyperView start-up? That would allow me to propose you the most relevant strategy
Regards,
Michael
Hello Michael,
I just want to auto run an api : ::hwf::ribbonpage add "x:\\hv.xml"; during the HV start up
0