A program to recognize and reward our most engaged community members
Using TCL API is it possible to know if the currently open window of Hypermesh/HyperView is of the classic version or the new X version?
hello @Akash Purushothaman ,
You can use the following commands:
if {[hwtk::common::isunity] == 1} { # you are using the new user inteface} else { # you are using the classic interface}
Best Regards,
Michael