Forum: Poser Python Scripting


Subject: Detect if a Poser UI panel is closed, and open it

HartyBart opened this issue on Nov 07, 2022 ยท 9 posts


adp001 posted Mon, 07 November 2022 at 4:36 PM

You have to keep the actual wxWindows and the AUI structures apart. A wx.Window() can have a specific name (used with "GetWindowByName()"), but in the AUI Manager the pane structure can have a different name (listed via AuiManager.AllPanes). It's up to the programmer...