Re: wxPython and Tkinter

2007-11-29 Thread Chris Mellon
On Nov 29, 2007 7:54 AM, <[EMAIL PROTECTED]> wrote: > > On Nov 29, 7:14 am, imbunche <[EMAIL PROTECTED]> wrote: > > On Nov 29, 7:56 am, whatazor <[EMAIL PROTECTED]> wrote: > > > > > On 29 Nov, 11:50, whatazor <[EMAIL PROTECTED]> wrote: > > > > > > Hi all, > > > > I migrate some code from tkinter t

Re: wxPython and Tkinter

2007-11-29 Thread kyosohma
On Nov 29, 7:14 am, imbunche <[EMAIL PROTECTED]> wrote: > On Nov 29, 7:56 am, whatazor <[EMAIL PROTECTED]> wrote: > > > On 29 Nov, 11:50, whatazor <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > I migrate some code from tkinter to wxpython. I need the equivalent > > > Tkinter method Tkinter.Tk.aft

Re: wxPython and Tkinter

2007-11-29 Thread imbunche
On Nov 29, 7:56 am, whatazor <[EMAIL PROTECTED]> wrote: > On 29 Nov, 11:50, whatazor <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I migrate some code from tkinter to wxpython. I need the equivalent > > Tkinter method Tkinter.Tk.after > > in wxPython, but I'm not able to find it. It exist or there a

Re: wxPython and Tkinter

2007-11-29 Thread Mathias Uebelacker
Hello, take a look here [1]. I think its a got place to start. br Mathias [1] http://sebsauvage.net/python/gui/#import 2007/11/29, whatazor <[EMAIL PROTECTED]>: > > Hi all, > I migrate some code from tkinter to wxpython. I need the equivalent > Tkinter method Tkinter.Tk.after > in wxPython, but

Re: wxPython and Tkinter

2007-11-29 Thread whatazor
On 29 Nov, 11:50, whatazor <[EMAIL PROTECTED]> wrote: > Hi all, > I migrate some code from tkinter to wxpython. I need the equivalent > Tkinter method Tkinter.Tk.after > in wxPython, but I'm not able to find it. It exist or there are other > trick to emulate it? > > thank you > w "after" in Tk met