View Single Post
Old Apr 20th, 2008, 8:44 AM   #2
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Re: I am looking to do (concerning Tkinter)

You could use a MessageBox. It is what most applications use to display the about screen.
I found this code online, you might want to tweak it to show an OK messagebox instead.

python Syntax (Toggle Plain Text)
  1. tkMessageBox._show("About","text content",icon=tkmessageBox.QUESTION,type=tkMessageBox.YESNOCANCEL)
OpenLoop is offline   Reply With Quote