Re: [lazarus] New help doc format?

2006-05-09 Thread Marco Meile
L505 wrote: >>On 09/05/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: >> >> >>>I'm not very much in favour of creating "yet another format". >>>Standards exist, we should try to use them as much as possible. >>> >>> >>Linux - has no standard help! >> >> Right, Linux has no help.

Re: [lazarus] Problem with the Calendar Component

2006-04-11 Thread Marco Meile
A.J. Venter wrote: >On Tuesday 11 April 2006 23:25, Marco Meile wrote: > > >>Hi List, Hi everyone :) >> >> >>I have a little problem with the Calendar Component of lazarus, and the >>DateTime Formats. >> >> >>on delphi i can count the

[lazarus] Problem with the Calendar Component

2006-04-11 Thread Marco Meile
Hi List, Hi everyone :) I have a little problem with the Calendar Component of lazarus, and the DateTime Formats. on delphi i can count the days up with the following statement: calendar1.date := Calendar1.date +1; on Lazarus does this not work cause an "AnsiString" is not Compatible to Short

Re: [lazarus] Tinifile path (problem resolved)

2006-03-07 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Problem: cant connect to the server 127.0.0.1 resolution: the component TMySQLDatabase Cant connect to a IP Address, you need to use the Hostname, is very strange, or a bug? Greets marco -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Lin

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Michael Van Canneyt wrote: >On Tue, 7 Mar 2006, Marco Meile wrote: > > > >>>>yes i have rewritten for mail , is correct in the code. >>>> >>>> >>>> >>>> >>>OK, but what does not work ? >>> >>

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Michael Van Canneyt wrote: >On Tue, 7 Mar 2006, Marco Meile wrote: > > > >>Michael Van Canneyt wrote: >> >> >> >>>On Tue, 7 Mar 2006, Marco Meile wrote: >>> >>> >>> >>> >>> >>>>

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
and S >FCFGFile.UpdateFile; >FCFGFile.free; > >... > >end;{PowertuxPID} > >... > >On Tue, 2006-03-07 at 22:05 +0100, Michael Van Canneyt wrote: > > >>On Tue, 7 Mar 2006, Marco Meile wrote: >> >> >> >>>Procedure Tform1.formsho

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
' then begin {R} ... > FCFGFile.Writeinteger('PID','previous',-999); Result := false; // > this value is not important end; {S} // > > ... // Save file before Quit // both for the R and S > FCFGFile.UpdateFile; FCFGFile.free; > > ... > > end; {PowertuxPI

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Here is my complete Procedure Src Code. http://www.rafb.net/paste/results/OKPJI562.html _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Michael Van Canneyt wrote: >On Tue, 7 Mar 2006, Marco Meile wrote: > > > >>Procedure Tform1.formshow(Sender: Tobject); >>var >>sec:string; >>path:string: >>ini:tinifile: >>begin >>init := Tinifile.create('notice.ini'); >>

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Van Canneyt wrote: > > On Tue, 7 Mar 2006, Marco Meile wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> hi list, i have some questions about the Ini file management in >> Lazarus. >> >

[lazarus] Tinifile path

2006-03-07 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi list, i have some questions about the Ini file management in Lazarus. i tryed to ini := Tinifile.Create('foo.ini'); but does not work, and extractfilepath works too not anyone can post a example code for read config stings from a ini fi

Re: [lazarus] MySQLConnection ][ cant find libmysqlclient.so

2006-03-06 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marco Meile wrote: i have tryed the MySQLDatabase compo and works really great :) > hiho > > i have a problem with the mysqlDB compos, i have installed it after > (*&%((* :( > > but does not work really, the libmysqlient.so

[lazarus] MySQLConnection ][ cant find libmysqlclient.so

2006-03-06 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hiho i have a problem with the mysqlDB compos, i have installed it after (*&%((* :( but does not work really, the libmysqlient.so library is in the lib dir, but lazarus says is the false version. where i can download the right version? thx greets

Re: [lazarus] MySQL Compos (lpk) for lazarus

2006-03-02 Thread Marco Meile
Matthijs Willemstein wrote: >On Thu, 2006-03-02 at 16:16 +0100, Michael Van Canneyt wrote: > > >>>yes i know, where in which DIrectory is saved the sqldblaz? >>>i can only find sql3laz >>> >>> >>lazarus/components/sqldblaz ? >> >> >You'll find it in /components/sqldb > > yes, thx,

Re: [lazarus] MySQL Compos (lpk) for lazarus

2006-03-02 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Van Canneyt wrote: > > > On Thu, 2 Mar 2006, Marco Meile wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Michael Van Canneyt wrote: >> >>> >>> >>> On Thu, 2 Mar

Re: [lazarus] MySQL Compos (lpk) for lazarus

2006-03-02 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Van Canneyt wrote: > > > On Thu, 2 Mar 2006, Marco Meile wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Michael Van Canneyt wrote: >> >>> >>> >>> On Thu, 2 Mar

Re: [lazarus] MySQL Compos (lpk) for lazarus

2006-03-02 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Van Canneyt wrote: > > > On Thu, 2 Mar 2006, Marco Meile wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> hi list, i searched tonight for usable, easy handle MySQL Compos >> for Lazarus (li

[lazarus] MySQL Compos (lpk) for lazarus

2006-03-02 Thread Marco Meile
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi list, i searched tonight for usable, easy handle MySQL Compos for Lazarus (linux), and i cant find it any of this, but only pas src files (does not work). anyone knows about mysql compos for place on the form and using as a DataSet like the MyDAC M