in reply to Re^4: Perl/Tk problem on Windows
in thread Perl/Tk problem on Windows

There were posts from other people with similar problems when using Tk together with fork on Windows. Maybe it's better to use Tk operations only in the main thread and use some kind of IPC between the child and parent.

Replies are listed 'Best First'.
Re^6: Perl/Tk problem on Windows
by nr0mx (Scribe) on Jun 03, 2004 at 13:13 UTC
    Yeah I guess I'll try something like that if I don't find any answers here. Thanx a lot for trying. I assumed that since the example was in an O'Reilly book it would work, but then they probably weren't thinking of Windows when they put it in :)