Re: [Gambas-user] Problems reading pdf attachment using pop3 client

2013-12-08 Thread Benoît Minisini
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 String

[Gambas-user] Stopping a CLI program

2013-12-08 Thread John Rose
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

Re: [Gambas-user] Line continuation

2013-12-08 Thread Tobias Boege
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

[Gambas-user] Bug with process events?

2013-12-08 Thread Jussi Lahtinen
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

Re: [Gambas-user] Stopping a CLI program

2013-12-08 Thread Tobias Boege
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

Re: [Gambas-user] Bug with process events?

2013-12-08 Thread Jussi Lahtinen
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 jussi.lahti...@gmail.comwrote: See attached project. If event is raised something corrupts/event is missed. Jussi

[Gambas-user] How to get the Version of the program ?

2013-12-08 Thread Pino Zollo
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.

Re: [Gambas-user] How to get the Version of the program ?

2013-12-08 Thread Kende Krisztián
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 -- Sponsored