Re: [Gambas-user] Re lease of Gambas 2.20.2

2010-03-23 Thread Ricardo Díaz Martín
Yes, you're right. If you see full change log you can see all the fixes/additions. At http://gambas.sourceforge.net/en/main.html you can see stable versions of gambas2. There was an important change behaviour in a component (ComboBox) in 2.20 that make some problems with backward compatibility.

[Gambas-user] Send mail with smtp

2010-03-23 Thread craf
Hi. I'm trying to send an email from my computer, using the gb.net.smtp component. The code that uses it: ' Gambas module file PUBLIC SUB Main() DIM mail AS NEW SmtpClient mail.To.Add(u...@recipient.net) mail.Subject = Test Mail mail.From = u...@sender.com mail.Host = mail.servidor.com

Re: [Gambas-user] Send mail with smtp

2010-03-23 Thread craf
-Mensaje original- De: Toni ar...@tginet.com Reply-to: ar...@tginet.com, mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Send mail with smtp Fecha: Tue, 23 Mar 2010 21:26:01

Re: [Gambas-user] Send mail with smtp

2010-03-23 Thread Benoît Minisini
-Mensaje original- De: Toni ar...@tginet.com Reply-to: ar...@tginet.com, mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Send mail with smtp Fecha: Tue, 23 Mar 2010

Re: [Gambas-user] Send mail with smtp

2010-03-23 Thread craf
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Send mail with smtp Fecha: Tue, 23 Mar 2010 22:28:48

Re: [Gambas-user] Send mail with smtp

2010-03-23 Thread Steven James Drinnan
As a work around use sendmail as the mail transport. Just ensure the service is running. And as it is usually installed by default on a lot of Linux distributions. This is the case for the Desktop version of Fedora. Concerns to be safe do not enable the port 25 on your firewall. (if enabled you

[Gambas-user] what kind of application developer Gambas

2010-03-23 Thread Tomas Rodriguez
Hi I am new in gambas I need to know what kind of application I can developer in this programming language? thanks Tomas -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed

Re: [Gambas-user] Cannot reduce windows size to modal windows

2010-03-23 Thread Benoît Minisini
Ok, then it is a feature, thank you. I won't use this workaround, in fact I've never used it, I just discovered it before this email. I can read this: If a resizable window is shown in modal mode, then its initial size becomes automatically its minimum size. here: