From: Bruce S. <Bru...@nc...> - 2009-02-04 14:19:47
|
In Visual 3, there is an example program (Tk-visual.py, if I remember correctly) which shows a Tk window controlling actions in a separate Visual window. In Visual 5, I believe that this program would still work on Windows and Linux, but because there seems to be no way to make this work in the Carbon-based Mac version, the application was removed from the set of examples, which are platform-independent. Bruce Sherwood Mr Gerard Kelly wrote: > Is there a way to make separate VPython and Tkinter windows run > simultaneously from the one program? Or to have the VPython window run > inside a Tkinter toplevel? > > If I have a program that uses both, it seems that one window has to > close before the other will start running. > > > |