Re: [Gambas-user] Problem with EXEC and GB.Desktop

2014-11-26 Thread Jussi Lahtinen
gt; > Lewis > > P.S. > > "Artificial Intelligence is no match for natural stupidity." > > I like that :>) > > Send Gambas-user mailing list submissions to > gambas-user@lists.sourceforge.net > -- > > Message: 3 >

Re: [Gambas-user] Problem with EXEC and GB.Desktop

2014-11-26 Thread Lewis Balentine
---- Message: 3 Date: Wed, 26 Nov 2014 13:55:48 -0500 From: T Lee Davidson Subject: Re: [Gambas-user] Problem with EXEC and GB.Desktop To: gambas-user@lists.sourceforge.net Message-ID: <54762234.4010...@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed On 11/26/2014 07:

Re: [Gambas-user] Problem with EXEC and GB.Desktop

2014-11-26 Thread Jussi Lahtinen
Why not to loop until the task is completed? ff = Timer Do ww = Desktop.FindWindow("Shell Terminal") Wait 0.2 If (Timer - ff) > 10 Then HandleTimeOutError() Return Endif Loop Until ww.Count > 0 Jussi On Wed, Nov 26, 2014 at 8:55 PM, T Lee Davidson wrote: > On 11/26/2014

Re: [Gambas-user] Problem with EXEC and GB.Desktop

2014-11-26 Thread T Lee Davidson
On 11/26/2014 07:45 AM, Lewis Balentine wrote: > /' Gambas module file > ' uses: > ' gb > ' gb.desktop > ' gb.desktop.x11(automatically selected by gb.desktop) > ' gb.image(automatically selected by gb.desktop) > ' gb.qt4 (alternates are: gb.gtk, gb.gtk3, gb.gui) > > Public Sub Main() > Di

[Gambas-user] Problem with EXEC and GB.Desktop

2014-11-26 Thread Lewis Balentine
"As a last resort, and if you are almost sure that it is an awful bug, you can _send me an e-mail_, but …" /the challenge is finding the email address. / //For anyone interested I have full documentation in the form of a 120 KB PDF file but I need an email address to send it to. // ///-