[Tutor] Question about pygame/tkinter interaction
Lie Ryan
lie.1296 at gmail.com
Tue Jan 20 17:19:28 CET 2009
On Tue, 2009-01-20 at 08:04 -0800, Steve Willoughby wrote:
>
> In this case, that might be enough. I just need to show a video clip
> in
> an otherwise fairly simple GUI. A decorationless, borderless window
> popped up on the screen over the Tk stuff would probably work. Thanks
> for the advice, I'll play with this a bit.
I've never used decoration-less pygame window, but I suspect it'd be
much easier/better to popup a fully decorated window with a separate
control panel (like mplayer). I think a lot of problems might arise with
decorator-less window, such as minimizing/resizing/moving Tk window
doesn't minimize/resize/move pygame's.
More information about the Tutor
mailing list