in reply to Re^2: Tk - is MainWindow robust?
in thread Tk - is MainWindow robust?
box1:select(@handles_from_boxes) and do_logic() box2:tk-interface.pl: connect to box1, create windows and buttons,then I propose to do this instead:
box1: for ( @boxes) {
$ENV{DISPLAY} = $_;
system "tk-interface.pl";
}
select(@handles_from_boxes) and do_logic()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Tk - is MainWindow robust?
by matt.tovey (Beadle) on Dec 02, 2005 at 15:12 UTC |