Hi all
       I just finished a GUI based utility written in Perl/TK. I use this 
utility to install
applications on servers.
The problem I have is that when an app is being installed, I have a dialog box 
which is a top level widget with a ROText and a progress bar at the bottom.
ISSUE: When my applications are being installed, any window that pops over the 
dialog box has leaves its image on the box until the install is over and the 
box refreshes with $T->update()

Is there a way to keep my window updated while my script waits for 
system("Install.exe") to finish.

Many thanks in advance
 
       
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to