Hi,
hm_highlightmark elems is not working in HM 2019.
Actually, I want to save a elems mark to variable and pass the variable to proc and want to highlight the elements in the selected mark.
But I won't see any elems being highlighted.
proc highlightelems { args } {
hm_createmark elems 2 $args
hm_highlightmark elems 2 "h" 0
}
*createmarkpanel elems 1 "Select the elements"
set elmestotest [hm_getmark elems 2]
::highlightelems $elmestotest