in reply to Re^9: Tk gui bug
in thread Tk gui bug

I can't get your first bit of code to run properly. I only get a graphic if I comment out these lines:
$mw->fileevent( \*OUT, 'readable', \&write_out ); $mw->fileevent( \*ERR, 'readable', \&write_err );
Otherwise no errors or warnings - just stalls at the command line.

Replies are listed 'Best First'.
Re^11: Tk gui bug
by zentara (Cardinal) on Feb 06, 2009 at 14:46 UTC
      I'm using ssh through cygwin to Linux machines. I'm also trying VNC which at least pops up a blank window.
      AAaaaaaaaaaaargggggghhhhhh!!!!!!!! Forget external programs, what about piping STDOUT and STDERR from a shell script initiated from the GUI. HELP!