I want to Add a Tab in Hyperwork Desktop ,and Pull the tab in right side!
How can I do it by tcl code in classic ui?
set alltabs [hm_framework getalltabs];
set m_recess [frame $m_recess -padx 7 -pady 7];
hm_framework addtab "MyTab" $m_recess
Above Code is about to add a TAB in left side. How to move TAB to the right side?
Thanks !