Hi,

I think you should get if you use a syncroneous exec call (exec without a
trailling &).
An example would be:

wm withdraw .
exec install.exe
wm deiconify .

Hope this helps,
Harald

On Wed, 23 Aug 2000, RJ Ent. wrote:
> I am curious if it is possible to launch an application say an install
> program maybe do a: 
> Window hide $widget(theWinName) 
> then monitor for it to complete upon which do a:
> Window show $widget(theWinName) 
> I would like to do something like this for a win platform.

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user

Reply via email to