The problem with this is if you are using a GUI application and another
window covers your appl or you desire the system to respond to an abort
request. The lack of a & following the exec effectively locks the process
and hence no updates on the event loop  occur.

Does anyone know how to get around this?

        Robert M. Bartis
        Lucent Technologies *
        PVG  Testing
        Room HO 2B-337
        * 732.949.4565
        * 800.759.8888 pin 1649486 / [EMAIL PROTECTED]
  * [EMAIL PROTECTED]

        HO Customer Support for external and OVT related issues:
>       Hot Line:       732 949 1520    8 AM - 6PM EST
>               732 713 0257     6 PM - 8AM EST                 
>                 email:        [EMAIL PROTECTED]
> 
> 
>        PVG support for IEV/SIT issues:
>          Monday - Friday (24 hrs.)
>        800.759.8352 pin 1739939 / [EMAIL PROTECTED]
>        Saturday - Sunday (24 hrs.)
>        800.759.8888 pin 1649479 / [EMAIL PROTECTED]
>    
> 
> 
> ----------
> From:         [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> Reply To:     [EMAIL PROTECTED]
> Sent:         Thursday, August 24, 2000 10:00 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [vtcl-user] run/wait type operation ??'s
> 
> 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
> 
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user

Reply via email to