Re: [Tkinter-discuss] tkinter pmw notebook

2005-04-20 Thread Michael Lange
On Wed, 20 Apr 2005 12:40:38 +0200 dimitri pater <[EMAIL PROTECTED]> wrote: > Hello, > does anybody knows how to automatically refresh the content of a page of a > notebook? I have been trying several things, no success. > > Pseudo code: > > class Notebook: > def __init__(self, parent): > > pa

[Tkinter-discuss] tkinter pmw notebook

2005-04-20 Thread dimitri pater
Hello, does anybody knows how to automatically refresh the content of a page of a notebook? I have been trying several things, no success. Pseudo code: class Notebook:     def __init__(self, parent):     page = notebook.add('Project')     page = notebook.add('Database')     b = Tkint