Forum: Poser Python Scripting


Subject: passing variables to a class - tkinter

markschum opened this issue on Apr 10, 2008 ยท 9 posts


markschum posted Thu, 10 April 2008 at 11:19 AM

I am rethinking the whole thing now :)
It works , but its ugly , and I dislike ugly user interfaces .

Another think though, sometimes when I start a script that uses tkinter I get multiple windows open of the gui. Is this simply multiple invocations of the script , or is there some issue within tkinter that spawns multiple copies of it ?