i don't know if its what i am searching that is wrong but what i am trying to 
do is
link my game i made in pygame to my pygame menu the menu has 4 button classes 
on it one foe instruction one to quit one for high scores and one to start the 
game
the 3 other buttons work all but the one to start the game this is basicly the 
menu i want people to see first the main menu

From: sri...@gmail.com
Date: Tue, 9 Jun 2009 21:48:28 -0500
Subject: Re: [Tutor] gui further explained
To: e_mit...@hotmail.com
CC: tutor@python.org



On Tue, Jun 9, 2009 at 7:18 PM, Essah Mitges <e_mit...@hotmail.com> wrote:




lol i was trying to open it while keeping my menu open to have it in a 
different window


So you have a pygame window that is just a menu? and when you select <this 
option> it will try to run another python script? Your description of your 
desired goal isn't terribly clear, and hence it's difficult to offer good 
advice.



When you say "menu" and "different window" that could mean a host of things. If 
you say "I have a pygame window that consists of a menu; here is my code <link 
to some pastebin>. I'm having problems when I select <some option> - I want it 
to <specific action, i.e. open a toplevel window (with titlebar, etc.), display 
some pixels on the screen, etc.>, but <some unexpected behavior>.



The interesting this is that often when I take the time to write out a detailed 
question I find that the answer is right there in front of me. I've probably 
almost posted about 10-15 questions in the past 6 months and then just by 
virtue of taking the time to really look over my code I find the solution to my 
problem.



HTH,
Wayne



_________________________________________________________________
Attention all humans. We are your photos. Free us.
http://go.microsoft.com/?linkid=9666046
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to