2013-12-08 21:11 keltezéssel, Pino Zollo írta:
> Please...
>
> is there a way to get/print/put in a string variable
>
>the version of the program itself ?
>
> Thanks
>
> Pino
>
>
>
Print Application.Version
Kendek
-
Please...
is there a way to get/print/put in a string variable
the version of the program itself ?
Thanks
Pino
--
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
D
Oh sorry, problem occurs with Gambas 3 rev 5988 on Xubuntu 13.04 64bit.
Jussi
On Sun, Dec 8, 2013 at 7:06 PM, Jussi Lahtinen wrote:
> See attached project. If event is raised something corrupts/event is
> missed.
>
>
> Jussi
>
On Sun, 08 Dec 2013, John Rose wrote:
> I want to be able to stop a CLI program (started by an Exec statement)
> as though the user was keying in a special character from the keyboard.
> Specifically, I want to stop ffmpeg recording to disk when grabbing
> streaming video using x11grab. The rec
See attached project. If event is raised something corrupts/event is missed.
Jussi
ProcessEventBug-0.0.1.tar.gz
Description: GNU Zip compressed data
--
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid
On Sat, 07 Dec 2013, MinnesotaJon wrote:
> If you are using SHELL, you can assign lines to variables. If the string
> continues on multiple lines, assign the text to string variables, and
> concatenate those variables.
> The example below merely shows SHELL accepting a string variable as its
> c
I want to be able to stop a CLI program (started by an Exec statement)
as though the user was keying in a special character from the keyboard.
Specifically, I want to stop ffmpeg recording to disk when grabbing
streaming video using x11grab. The recording is stopped by the user
entering q if t
Le 30/11/2013 13:14, bill-lancaster a écrit :
> Some further information.
>
> If I download emails containing pdf files using .Message.ToString() and save
> the email to file then try to decode the attachment with-:
>
> Dim hMimeMessage As MimeMessage
> Dim hMimePart As MimePart
> Dim sTemp As Stri