Re: [Tutor] please help me with after method

2016-11-17 Thread Alan Gauld via Tutor
Always use REply-All or Reply-List to the tutor list. On 17/11/16 18:34, Freedom Peacemaker wrote: > Thank you Alan for answer but i still cant make it. I have improved my > program but it still uses root.update() and now my app looks > professional :) It is my first program. I am self learning Py

Re: [Tutor] please help me with after method

2016-11-16 Thread Alan Gauld via Tutor
On 16/11/16 18:48, Freedom Peacemaker wrote: > Hi, i need help. I am using Python 3.4 and I have wrote little app for > windows only ( windows 7 and higher). Its timer and my app working but not > good. Some people said that i should use after method instead of update() after() executes a function

[Tutor] please help me with after method

2016-11-16 Thread Freedom Peacemaker
Hi, i need help. I am using Python 3.4 and I have wrote little app for windows only ( windows 7 and higher). Its timer and my app working but not good. Some people said that i should use after method instead of update() and nobody told me how. Ive tried many times but i dont know how do it correctl