Re: [Gambas-user] Desktop.SendKeys, in version 3.6

2014-10-23 Thread Jussi Lahtinen
Have you looked at compiling logs? Anything fishy there? My system is xubuntu 14.04. Jussi On Fri, Oct 24, 2014 at 12:50 AM, Karl Reinl wrote: > Am Donnerstag, den 23.10.2014, 23:12 +0300 schrieb Jussi Lahtinen: > > At least with latest revision (6569) Sendkeys is present. > > > > How did you

Re: [Gambas-user] Desktop.SendKeys, in version 3.6

2014-10-23 Thread Karl Reinl
Am Donnerstag, den 23.10.2014, 23:12 +0300 schrieb Jussi Lahtinen: > At least with latest revision (6569) Sendkeys is present. > > How did you install Gambas on your system? > > > Jussi 8<- Salut, my box and the VM are both less or more '

Re: [Gambas-user] Desktop.SendKeys, in version 3.6

2014-10-23 Thread Karl Reinl
Am Donnerstag, den 23.10.2014, 23:12 +0300 schrieb Jussi Lahtinen: > At least with latest revision (6569) Sendkeys is present. > > How did you install Gambas on your system? > > > Jussi --8<--- Salut Jussi, it is revision (6568) I use svn, while rev6569

Re: [Gambas-user] Desktop.SendKeys, in version 3.6

2014-10-23 Thread Jussi Lahtinen
At least with latest revision (6569) Sendkeys is present. How did you install Gambas on your system? Jussi On Wed, Oct 22, 2014 at 11:44 PM, Karl Reinl wrote: > Am Mittwoch, den 22.10.2014, 21:53 +0200 schrieb Benoît Minisini: > > Le 22/10/2014 11:18, Karl Reinl a écrit : > > > Salut Benoît,

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Fabien Bodard
Le 23 oct. 2014 17:33, "Tobias Boege" a écrit : > > On Thu, 23 Oct 2014, Tobias Boege wrote: > > On Thu, 23 Oct 2014, Ron wrote: > > > Maybe we should have some Mike this? > > > > > > Ifdef System.Version >= 3.6.0 then > > > ' do special new code.. > > > Else > > > ' something else > > > Endif > >

[Gambas-user] SmtpClient icon lost in Gambas 3.6 IDE

2014-10-23 Thread Jorge Carrión
Since yesterdey I've noticed that SmtpClient icon is not shown in ide controls window. (See picture attached) I don't know if this happens since 3.6 actualization of is a posterior issue. My System information: [System] Gambas=3.6.0 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Tobias Boege
On Thu, 23 Oct 2014, Tobias Boege wrote: > On Thu, 23 Oct 2014, Ron wrote: > > Maybe we should have some Mike this? > > > > Ifdef System.Version >= 3.6.0 then > > ' do special new code.. > > Else > > ' something else > > Endif > > > > Do you mean System.FullVersion? > Or better yet (in some se

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Tobias Boege
On Thu, 23 Oct 2014, Ron wrote: > Maybe we should have some Mike this? > > Ifdef System.Version >= 3.6.0 then > ' do special new code.. > Else > ' something else > Endif > Do you mean System.FullVersion? -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk --

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Ron
Maybe we should have some Mike this? Ifdef System.Version >= 3.6.0 then ' do special new code.. Else ' something else Endif Regards, Ron Op 23 okt. 2014 14:49 schreef "Fabien Bodard" : > > ideally "back-compiling" to older versions as an option in the IDE, > > but I appreciate that would be quit

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Stephen
On 10/21/2014 10:38 AM, Benoît Minisini wrote: > Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : >> Date: Thu, 16 Oct 2014 17:41:07 +0200 >> From: Beno?t Minisini >> >> Now let's start hacking for Gambas 3.7. >> >> >> >>> *The main goal now is making a dedicated Gambas software repository.* >>> >

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Fabien Bodard
> ideally "back-compiling" to older versions as an option in the IDE, > but I appreciate that would be quite hard to do, your > time may be more usefully spent on other things. > Ianld sound a good idea. It will resolve the problem ... But is it complex to do ?. Or maybe gambas package should em

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Ian Haywood
On Wed, Oct 22, 2014 at 1:38 AM, Benoît Minisini wrote: > Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : > The rule is the following: A program made with Gambas 3.X will work with > all Gambas 3.Y where Y >= X, except if your program relies on the bad > behaviour of a bug that is fixed in a n

Re: [Gambas-user] About SMTP component

2014-10-23 Thread Jorge Carrión
Benoit, Thanks for the answer. I >Curiously, there is no concept of "mail body" in the MIME message format. I knew that, but SmtpClient offers it and its easy way to send a message. At this point there is another property that isn't clear for me: the .Alternative property. I've read, don't remembe

Re: [Gambas-user] About SMTP component

2014-10-23 Thread Jorge Carrión
Lee, Yes, the my function works, it's only the related way of show in email readers what doesn't like me. Sometimes we have to send large text files and it's ugly to see that in thunderbird... Is nota a big issue, I suppouse. "Perfection is reserved for gods", isn't it?. Thanks for the response.