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
>
----
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:
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
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
"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.
//
///-