To make it not so clunky adding an update for the first window helps. > sub Loop_Click { > > foreach $i (0 ... 3) { > &Show_Win2($i);
ie $Win->Update(); > sleep 1; > } > } Jake
To make it not so clunky adding an update for the first window helps. > sub Loop_Click { > > foreach $i (0 ... 3) { > &Show_Win2($i);
ie $Win->Update(); > sleep 1; > } > } Jake