Re: [Tkinter-discuss] How to insert a string into a Text using Button

2012-06-01 Thread Bryan Oakley
On Fri, Jun 1, 2012 at 3:50 PM, Alexander Matyukhin < alex.matyuk...@yandex.ru> wrote: > Hello to all! I have a simple code, which use tkinter. > It has a Text widget and two Buttons. First Button > must insert string into text. But it dont do it. > The string is inserted into text after start and

[Tkinter-discuss] How to insert a string into a Text using Button

2012-06-01 Thread Alexander Matyukhin
Hello to all! I have a simple code, which use tkinter. It has a Text widget and two Buttons. First Button must insert string into text. But it dont do it. The string is inserted into text after start and the button don't react on click. Second button must close window and it do it normal. Where