Hello everyone, I am trying to publish Hypergraph session to PPT using the below code:
proc makeppt {} { set t [clock click] hwi OpenStack hwi GetSessionHandle sess_$t sess_$t GetPublishingHandle phandle phandle GetPPTPublishHandle ppt ppt SetDestination new ppt Publish hwi CloseStack }
However I am getting tis error:
while executing "# Compiled -- no source code available error "called a copy of a compiled script""
Any help would be appreciated. Thanks
UPDATE: Issue has been solved after removing hwi CloseStack command for now