Re: [Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread Benoît Minisini
> On Mon, 20 Jul 2009 03:26:46 pm GH wrote: > > did you read the gambas website info ? > > They say you have to downgrade lib... > > If you have done it sorry to lead you to an useless info > > My gambas is compiled on this: > > libtool 2.2.6a-1 > > With no problems. > > (ARCH linux) > > regards >

Re: [Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread richard terry
On Mon, 20 Jul 2009 03:26:46 pm GH wrote: > did you read the gambas website info ? > They say you have to downgrade lib... > If you have done it sorry to lead you to an useless info My gambas is compiled on this: libtool 2.2.6a-1 With no problems. (ARCH linux) regards Richard > regards > > >

Re: [Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread GH
did you read the gambas website info ? They say you have to downgrade lib... If you have done it sorry to lead you to an useless info regards -- From: "Rafael Salas" Sent: Sunday, July 19, 2009 10:40 AM To: Subject: [Gambas-user] Problem on compi

[Gambas-user] ide switch Forms...

2009-07-19 Thread Jean-Yves F. Barbier
Hi, Is it possible to have CTRL-PgUp & CTRL-PgDwn to respectively cycle backward & forward into opened Forms, Classes etc ? JY -- "I am ecstatic that some moron re-invented a 1995 windows fuckup." -- Alan Cox --

[Gambas-user] Gridview border text...

2009-07-19 Thread Stephen Bungay
In the past I created a gridview utilities module to do this (and other things). Looking at the properties for the GridView tpday (three years later) is there still no way to put text in a border? Just wondering. my old utilities still work but it sure would be nice if the border could ha

Re: [Gambas-user] need some helping hand for crypting

2009-07-19 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : ... > no what I need is for gambas2, I have to store Passwords in an XML-file, > what means plain-text readable. > So I need a crypting/uncrypting logic . > I put my PW "TOPSECRET" to store > Print crypting("TOPSECRET") > >2sgbtf&& > and get it back by >

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

2009-07-19 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

Re: [Gambas-user] need some helping hand for crypting

2009-07-19 Thread Charlie Reinl
Am Sonntag, den 19.07.2009, 22:21 +0200 schrieb Benoît Minisini: > > Charlie Reinl a écrit : > > > Salut, > > > > > > I have to store passwords in easy reading files (xml), and need fopr > > > that crypting/uncrypting functions, gb.crypt I can crypt , but not > > > restore them. > > > Any hints? >

Re: [Gambas-user] need some helping hand for crypting

2009-07-19 Thread Benoît Minisini
> Charlie Reinl a écrit : > > Salut, > > > > I have to store passwords in easy reading files (xml), and need fopr > > that crypting/uncrypting functions, gb.crypt I can crypt , but not > > restore them. > > Any hints? > > what's exactly your needs (restore plain p/w or not?) > > I don't use this bu

Re: [Gambas-user] need some helping hand for crypting

2009-07-19 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : > Salut, > > I have to store passwords in easy reading files (xml), and need fopr > that crypting/uncrypting functions, gb.crypt I can crypt , but not > restore them. > Any hints? what's exactly your needs (restore plain p/w or not?) I don't use this but I guess what it

[Gambas-user] need some helping hand for crypting

2009-07-19 Thread Charlie Reinl
Salut, I have to store passwords in easy reading files (xml), and need fopr that crypting/uncrypting functions, gb.crypt I can crypt , but not restore them. Any hints? -- Amicalment Charlie -- Enter the BlackBerry De

Re: [Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread Jussi Lahtinen
Use libtool 1.5.12. More info; http://gambasdoc.org/help/readme?en&view Jussi On Sun, Jul 19, 2009 at 11:40, Rafael Salas wrote: > Hi all, > >   I'm trying to compile Gambas 3 on linux Ubuntu 9.04. On make I have this > error: > > ./reconf-all > > libtoolize: Consider adding `AC_CONFIG_MACRO_DIR

[Gambas-user] Problem on compiling Gambas 3 from svn

2009-07-19 Thread Rafael Salas
Hi all, I'm trying to compile Gambas 3 on linux Ubuntu 9.04. On make I have this error: ./reconf-all libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to

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

2009-07-19 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() > > >>