A program to recognize and reward our most engaged community members
Hello all,
Anyone knows the command to open up node selection panel as shown below (N1,N2 or N1,N2,N3).
I want to use this and get the node ids instead of *createmarkpanel/*createlistpanel.
I don't know how to get that.
But with *createlistpanel you can get a ordered list of nodes. So you can identify 1st node, 2nd node, 3th node so on.
@Q.Nguyen-Dai, yea.. i can use that option, but this is for creating a vector.
It will limit the user to select only 2 nodes and visually it will be clear for the user.
Since hm has this option, there would be some way to open that panel/emoticons/default_unsure.png' title=':unsure:' />
Hi Vipin
try using
hm_getplanepanel
Hi Vipin try using hm_getplanepanel
hm_getplanepanel
Hi @tinh
Thank you!! It works /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
In order to have user to specify direction, you can use hm_getdirectionpanel ?message? ?default?value? as well. In this panel, users don't have to select base point.
Thank you @akitoguc !!
Hello all, Anyone knows the command to open up node selection panel as shown below (N1,N2 or N1,N2,N3). I want to use this and get the node ids instead of *createmarkpanel/*createlistpanel. <?xml version="1.0" encoding="UTF-8"?>
Anyone knows the command to open up node selection panel as shown below (N1,N2 or N1,N2,N3).
I want to use this and get the node ids instead of *createmarkpanel/*createlistpanel.
<?xml version="1.0" encoding="UTF-8"?>
Try this ...u will get exactly what u want
proc getPanel {} { hm_callpanel distance }
hm_setpanelproc getPanel;
Hi Pandurang,
Thank you for the reply.
But it is only opening the distance panel. Not able to get any node ids.
Hi
I want to get connectors - > area panel
How to get this panel.
any idea?
/profile/3195-tinh/?do=hovercard' data-mentionid='3195' href='<___base_url___>/profile/3195-tinh/' rel=''>@tinh
what do you mean by getting the panel?? can you explain better what you are trying to do?
if you mean opening the panel by a command, you can use:
hm_pushpanelitem {connectors} {area}
Thanks /profile/97129-adriano-a-koga/?do=hovercard' data-mentionid='97129' href='<___base_url___>/profile/97129-adriano-a-koga/' rel=''>@Adriano A. Koga
its working...