[Tkinter-discuss] work to Different frames but in same window

2007-08-08 Thread c.karaca
Hi,

I new user in Python.
I have development a  simple  project.This project have three menus.
I want to new window but in root frame when click menus.Other ways, firstly 
root window clear and then new label entry etc.widgets be loacated in same 
window.

I hope , you give me example codes..

best regards


   
-
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. ___
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss


Re: [Tkinter-discuss] Trapping event for Toplevel()

2007-08-08 Thread Gerardo Juarez

Thanks, it's exactly what I needed.

Gerardo


On Tue, 7 Aug 2007, Cameron Laird wrote:

> On Tue, Aug 07, 2007 at 11:08:30AM -0400, Gerardo Juarez wrote:
>   .
>   .
>   .
> > I would like to know if there is a way to trap the kill button event in a 
> > Toplevel window. I'm having problems with a dialog which has a "Close" 
> > button, but users keep closing it with the kill button (the big X at the 
> > upper right corner). After such a close, the application refuses to 
> > re-open the dialog, throwing instead an exception:
> > 
> > File "C:\PYTHON24\lib\lib-tk\Tkinter.py", line 1541, in wm_withdraw
> >return self.tk.call('wm', 'withdraw', self._w)
> > TclError: bad window path name ".14221680"
> > 
> > My guess is that I must trap the kill event as well but I don't know how 
> > to do it.
>   .
>   .
>   .
> Read about WM_DELETE_WINDOW in  http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm >
> or  http://www.astro.washington.edu/owen/TkinterSummary.html#ProtocolHandler >.
> 

___
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss