Cameron Laird-2 wrote:
>
> On Sun, Jun 29, 2008 at 08:00:31AM -0700, Jusa wrote:
> .
> .
> .
>> Thanks for the reply. That seems to solve the error up to a point but I
>> still get:
>>
>> TclError: can't invoke "toplevel" comman
On Sun, Jun 29, 2008 at 08:00:31AM -0700, Jusa wrote:
.
.
.
> Thanks for the reply. That seems to solve the error up to a point but I
> still get:
>
> TclError: can't invoke "toplevel" command: application has been destroyed
Guilherme Polo wrote:
>
> On Sun, Jun 29, 2008 at 9:22 AM, Jusa <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>
> Here, supposing you closed the "Hello" window, self (representing the
> "parent" dialog) would have been destroyed by now.
> Then next:
>
>>#ERROR:
>>dlg = MyMessageDialog(s
On Sun, Jun 29, 2008 at 9:22 AM, Jusa <[EMAIL PROTECTED]> wrote:
>
>
>
> Mick O'Donnell wrote:
>>
>> Hi Jusa,
>>
>> Can you post some sample code which causes the problem?
>>
>> Mick
>> ___
>> Tkinter-discuss mailing list
>> Tkinter-discuss@python.org
>
Mick O'Donnell wrote:
>
> Hi Jusa,
>
> Can you post some sample code which causes the problem?
>
> Mick
> ___
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>
>
Hi Mick,
I
Hi Jusa,
Can you post some sample code which causes the problem?
Mick
On Sun, Jun 29, 2008 at 1:17 PM, Jusa <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've been browsing the tkinter documentation and I just can't seem to figure
> out how to fix this problem. The problem is that I get one of the fo
Hi,
I've been browsing the tkinter documentation and I just can't seem to figure
out how to fix this problem. The problem is that I get one of the following:
TclError: bad window path name ".33475080.32213232"
or
TclError: can't invoke "toplevel" command: application has been destroyed
when