On Sun, 12 Aug 2018 01:30:43 +0100, MRAB wrote:
> On 2018-08-11 21:01, wfgazd...@gmail.com wrote:
>> I have a main window open. Then I open a tk.TopLevel dialog window
>> giving the user multiple choices. He selects one, the corresponding
>> event is executed. Then in the underlining main windo
On Sat, 11 Aug 2018 13:01:44 -0700, wfgazdzik wrote:
> I have a main window open. Then I open a tk.TopLevel dialog window
> giving the user multiple choices. He selects one, the corresponding
> event is executed. Then in the underlining main window, just by chance
> there is another button exac
On 2018-08-11 21:01, wfgazd...@gmail.com wrote:
I have a main window open. Then I open a tk.TopLevel dialog window giving the
user multiple choices. He selects one, the corresponding event is executed.
Then in the underlining main window, just by chance there is another button
exactly under
wfgazd...@gmail.com wrote:
> I have a main window open. Then I open a tk.TopLevel dialog window giving
> the user multiple choices. He selects one, the corresponding event is
> executed. Then in the underlining main window, just by chance there is
> another button exactly under the mouse click
I have a main window open. Then I open a tk.TopLevel dialog window giving the
user multiple choices. He selects one, the corresponding event is executed.
Then in the underlining main window, just by chance there is another button
exactly under the mouse click in the TopLevel dialog window. I