Forum: Poser Python Scripting


Subject: wxPython remember dock location

3doutlaw opened this issue on Jun 26, 2013 · 11 posts


Fenier posted Thu, 27 June 2013 at 6:23 AM

You would, on dock, have to set state in a file somewhere.

On script load, you would have to read that file.

When you un-dock it, you must update that file to reflect current state.

 

So three parts:

On Dock - Write to File

On UnDock - Write to File

On Load - Read file