Luis Bill
unread,Jun 21, 2013, 2:35:36 PM6/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
Hi,
I created a pygame program (in one single window), and I am trying to make a GUI to interface with the program, while the GUI is displayed, by itself, on a separate window. Therefore, I want to see two windows at the same time.
I
have imported my kivy module into my pygame program, but when I run the
pygame program, I can only display one window at a time. For instance, if I
use the runClient() function (of pygame) before I run the run() function
of kivy, then only the kivy window will be displayed (because run() was
the last function that ran in the loop). And this is vice-versa as
well.
So how can I get to display both windows of both programs at once?
Thank you very much!