🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Edit Hypermesh panel area

User: "MOHAMMED ABDULLA T"
Altair Community Member
Updated by MOHAMMED ABDULLA T

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.

<?xml version="1.0" encoding="UTF-8"?>PanelPicture.thumb.png.672cac2f5529e87e3edfcbf3e7999005.png

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Why do you want it?

    The message is already on message-bar

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Yes, don't reinvent the wheel!

    :P/emoticons/default_tongue.png' srcset='/emoticons/tongue@2x.png 2x' title=':P' width='20' />

     

     

    User: "MOHAMMED ABDULLA T"
    Altair Community Member
    OP
    Updated by MOHAMMED ABDULLA T

    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.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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]

    User: "MOHAMMED ABDULLA T"
    Altair Community Member
    OP
    Updated by MOHAMMED ABDULLA T

    Thank You :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />