Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Tk::Stderr flush

by Anonymous Monk
on Sep 15, 2012 at 23:24 UTC ( [id://993891]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Tk::Stderr flush
in thread Tk::Stderr flush

Maybe look for "OnDestroy" , all that "privateData" and "DecrementReferenceCount" stuff

Replies are listed 'Best First'.
Re^4: Tk::Stderr flush
by honyok (Sexton) on Sep 17, 2012 at 19:16 UTC
    Still trying, still failing ...
    we are the music makers and we are the dreamers of dreams - ww

      What did you try?

        Some attempts: 1) Inserted the line
        $text->delete('0.0', 'end');
        anywhere possible. 2) Deleted all references to "privateData". 3) Added, removed and changed:
        $mw->withdraw; $mw->protocol(WM_DELETE_WINDOW => [ $mw => 'withdraw']); $mw->Advertise('text' => $text); $mw->Redirect(1); $mw->destroy; $mw->OnDestroy([ 'DecrementReferenceCount' => $error_window ]);
        My current suspicion is that something could be added or changed in the following line of the Populate subroutine:
        $mw->protocol(WM_DELETE_WINDOW => [ $mw => 'withdraw']);
        but I don't know what.
        we are the music makers and we are the dreamers of dreams - ww

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://993891]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-03-28 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found