Find more posts tagged with
want to pass tcl file also...how do i pass it
https://forum.altairhyperworks.com/index.php?/topic/16182-run-tcl-script-on-hyperview-start/
used this reference..
@tinhIt works well for window...but i want same things to be done on Linux...
https://forum.altairhyperworks.com/index.php?/topic/16182-run-tcl-script-on-hyperview-start/
used this reference..
@tinhIt works well for window...but i want same things to be done on Linux...
Under Linux shell, this command should work as same method as Windows.
It's wrong.
should be
[. cget -menu].applications invoke 1
Thanks @tinh for above command.
I explored many things like invoking different commands available on Main Menu Bar, Adding your customised menu in HM.
it's just a wrapped command, if menu entry #1 is not HyperView, the command will not be your expection
if you want to find direct command, you have to parse its configs by 'entryconfig 1'
or 'invoke HyperView' instead of 'invoke 1'
Yes you are right
I forgot to mention about this root command/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' /> :: [. cget -menu] or .hmMainMenuBar
With this we can walk through Main Menu bar or can add Customised as highlighted...
<?xml version="1.0" encoding="UTF-8"?>
It does not work?