[Gambas-user] SmtpClient: error 550-'Message SHOULD have Date: but does not'

2009-07-12 Thread Bill-Lancaster
When using SmtpClient to send email the email is often rejected ithe the error "SHOULD have Date: but does not" Have tried putting date in the body of the message - still get the same error SmtpClient has .Subject but doesn't have .Date field. Can any one help? Bill Lancaster -- View this mes

Re: [Gambas-user] Can I use the mousewheel to control system audio volume?

2009-07-12 Thread Stefano Palmeri
Il domenica 12 luglio 2009 03:55:12 Marc Carson ha scritto: > Stefano Palmeri wrote: > > Il domenica 12 luglio 2009 01:30:26 Stefano Palmeri ha scritto: > >> PUBLIC SUB Form_MouseWheel() > >> > >> > >> SELECT CASE Mouse.delta > >> > >> CASE 1 > >> PRINT "mouse wheel up" > >> CASE

Re: [Gambas-user] SmtpClient: error 550-'Message SHOULD have Date: but does not'

2009-07-12 Thread Benoît Minisini
> When using SmtpClient to send email the email is often rejected ithe the > error "SHOULD have Date: but does not" > > Have tried putting date in the body of the message - still get the same > error > > SmtpClient has .Subject but doesn't have .Date field. > > Can any one help? > > Bill Lancaster

[Gambas-user] problem using SQLITE3 and string fields

2009-07-12 Thread Rafael Salas
Hi all, I'm trying to read the f-spot database to add some tools to this program. I write few lines in gambas and everything worked fine but no the access to string fields. this is a part of the code: Con.Close() Con.Type = "sqlite" Con.Host = "/home/rsalas/.gnome2/f-spot/" Con.Name = "ph

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-12 Thread Benoît Minisini
> Hi all, > > I'm trying to read the f-spot database to add some tools to this program. I > write few lines in gambas and everything worked fine but no the access to > string fields. this is a part of the code: > > Con.Close() > Con.Type = "sqlite" > Con.Host = "/home/rsalas/.gnome2/f-spot/"

Re: [Gambas-user] where is line ,rectangle , circle

2009-07-12 Thread Benoît Minisini
> since I don't see it on default gambas control , I wonder had anyone wrote > such control ? > > for example > line --> can set the color ,thickness ,shape ,horizontal or vertical > rectangle --> can set tickness ,the edge color , fill color and edge shape > circle -->can set tickness , can set th

Re: [Gambas-user] Simple code editor question

2009-07-12 Thread Benoît Minisini
> Is it possible to have more than one command on a line using some syntax > > eg instead of > > do something > if error then >do_something_else >return > end if > > write this lik > > do something > if error then do_somethingelse : return (or syntax works) > > Regards > > Richard > No, i

[Gambas-user] Editor Preferences bug? (V 2.12)

2009-07-12 Thread Stephen Bungay
Set tab to any value (I like to set it to = 1 space) and it continues to = 2 spaces (i.e. highlight a blockof text, press the tab key, and everything moves 2 spaces to the right). The same is true if I set it to 3 or 4. KUBUNTU 8.04 Gambas 2.12 Steve. -

Re: [Gambas-user] where is line ,rectangle , circle

2009-07-12 Thread kobolds
Benoît Minisini wrote: > >> since I don't see it on default gambas control , I wonder had anyone >> wrote >> such control ? >> >> for example >> line --> can set the color ,thickness ,shape ,horizontal or vertical >> rectangle --> can set tickness ,the edge color , fill color and edge >> shape

[Gambas-user] Never mind....

2009-07-12 Thread Stephen Bungay
I see there are TWO places to set the default tab size. One under Project->Properties->Options and the other under Tools->Preferences->Editor. A little confusing this, since one is using the editor to edit the project, it logically follows that the editor preferences are the item that needs

[Gambas-user] Directory naming in the IDE tree

2009-07-12 Thread richard terry
As you know my tree is in SVN If I try and rename a directory in the gambas IDE with anything other than ascii eg progress_notes (not progressnotes), then it won't allow it. However if I rename the directory outside of the tree then gambas loads it and shows it ok. Any solution. thanks Rich

[Gambas-user] Question re Gambas when qt3 dropped

2009-07-12 Thread richard terry
I've a question as my project extensively used khtml, mainly for display and perhaps I could always use another control for display of my html, but I wondered if there were plans to have an alternate browser in-place before one can no longer access the khtml control. Regards Richard

Re: [Gambas-user] Never mind....

2009-07-12 Thread Doriano Blengino
Stephen Bungay ha scritto: >I see there are TWO places to set the default tab size. One under > Project->Properties->Options and the other under > Tools->Preferences->Editor. A little confusing this, since one is using > the editor to edit the project, it logically follows that the editor >