hwi CloseStack Buggy?
Hey all,
I am a bit confused right now. I did some exercise with hyperview tcl. I set up a real simple script:
# Hyperview Exercise1 hwi OpenStack hwi GetSessionHandle session1 session1 GetProjectHandle project1 project GetPageHandle page1 1 page1 GetWindowHandle win1 1 win1 SetClientType animation hwi CloseStack
When running the script multiple times it says several times:
session1: object with this name already exists.
I thought, wit hhwi CloseStack all handles would get released which is not the case? Someone seeing the same behaviour with those lines running 2 times?
Thanks in advance and best regards,
Merula
Find more posts tagged with
Sort by:
1 - 6 of
61
@Merula try it with releaseMyHandles
# Hyperview Exercise1 hwi OpenStack hwi GetSessionHandle session1 session1 GetProjectHandle project1 project GetPageHandle page1 1 page1 GetWindowHandle win1 1 win1 SetClientType animation releaseMyHandles hwi CloseStack
Hi,
actually i save your code in a tcl file <sample.tcl> and type in commandwindow:
for {set i 0} {$i<100} {incr i} {source sample.tcl}
but there is no bug reported
Anyway, try installing newest HW updates and hotfix...
Good luck!