Edit Hypermesh panel area
Hi All,
Is there any way to edit hypermesh panel area while giving the command *createmarkpanel comps 1 'Select the component'. I wanted to add some message over the panel area. The picture is shown below.
Answers
-
Why do you want it?
The message is already on message-bar
0 -
Yes, don't reinvent the wheel!
/emoticons/default_tongue.png' srcset='/emoticons/tongue@2x.png 2x' title=':P' width='20' />
0 -
I need to add some picture over that region to show the user which region has to select. It would be really helpful while selecting the component, showing the area of selection by some picture.
0 -
Place a picture box in panel area:
set picbox [label .mypic -text Hello]
lassign [hm_getpanelarea] x y W H
place $picbox -in .hmContainer -x 100 -y [expr [winfo height .hmContainer]-$H+50]
0 -
Thank You /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
0