Hi Max! No errors appear in the CIW, and the function works fine when called explicitly (with an open hierarchy editor as the active window): procedure( my_resizing_procedure(@optional args) let((WindowID) WindowID = hiGetCurrentWindow() when(member(hiGetAppType(WindowID) '("Cadence Hierarchy Editor")) hiResizeWindow(WindowID list(0:34 2560:1373)); hiFlush() ) ) )
↧