[lazarus] Fw: Symantec Email Proxy Deleted Message

2007-10-17 Thread Jeff Steinkamp
The following email was caught by my Virus program contained 13 different attachments that were infected with one of those W32.xxx Trojans. The originator of this email should check their system immediately. Jeff Steinkamp - N7YG Tucson, AZ SCUD Missile Coordinates N32-13-55.01 W110-50-51.91

Re: [lazarus] Changes in Makefile.fpc for fpc 2.2.0

2007-10-17 Thread Burkhard Carstens
Am Mittwoch, 17. Oktober 2007 00:48 schrieb Mattias Gaertner: On Tue, 16 Oct 2007 19:09:17 +0200 Joost van der Sluis [EMAIL PROTECTED] wrote: Hi all, If you run 'fpcmake -Tall' in the lazarus-directory to create a new Makefile, it will fail if you use fpc 2.2.0. That's because the

Re: [lazarus] Is there a way to comment-out lines in .lfm?

2007-10-17 Thread Mattias Gaertner
On Tue, 16 Oct 2007 23:13:21 -0400 James Chandler Jr [EMAIL PROTECTED] wrote: Is there a valid way to comment-out a line in a .lfm file? I tried {...} and //..., which do not seem to work in Carbon LCL. Perhaps the form compiler recognizes some other comment mechanism? No comment. If

Re: [lazarus] Changes in Makefile.fpc for fpc 2.2.0

2007-10-17 Thread Vincent Snijders
Burkhard Carstens schreef: Am Mittwoch, 17. Oktober 2007 00:48 schrieb Mattias Gaertner: On Tue, 16 Oct 2007 19:09:17 +0200 Joost van der Sluis [EMAIL PROTECTED] wrote: Hi all, If you run 'fpcmake -Tall' in the lazarus-directory to create a new Makefile, it will fail if you use fpc 2.2.0.

Re: [lazarus] Changes in Makefile.fpc for fpc 2.2.0

2007-10-17 Thread Mattias Gaertner
On Wed, 17 Oct 2007 10:27:38 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Burkhard Carstens schreef: Am Mittwoch, 17. Oktober 2007 00:48 schrieb Mattias Gaertner: On Tue, 16 Oct 2007 19:09:17 +0200 Joost van der Sluis [EMAIL PROTECTED] wrote: Hi all, If you run 'fpcmake -Tall'

Re: [lazarus] Changes in Makefile.fpc for fpc 2.2.0

2007-10-17 Thread Vincent Snijders
Mattias Gaertner schreef: On Wed, 17 Oct 2007 10:27:38 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Burkhard Carstens schreef: Don't know why, but this commit (r12495) breaks make all on linux (i386, fpc-2.2.1-r8822): Linking ../lazarus /usr/bin/ld: cannot find -lglib lazarus.pp(114,1)

Re: [lazarus] Changes in Makefile.fpc for fpc 2.2.0

2007-10-17 Thread Mattias Gaertner
On Wed, 17 Oct 2007 11:27:04 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner schreef: On Wed, 17 Oct 2007 10:27:38 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Burkhard Carstens schreef: Don't know why, but this commit (r12495) breaks make all on linux (i386,

Re: [lazarus] Changes in Makefile.fpc for fpc 2.2.0

2007-10-17 Thread Vincent Snijders
Mattias Gaertner schreef: Thanks. This should be added to examples and tools too. Done in r12502. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] SQLdb : get last_inserted_id

2007-10-17 Thread Alvise Nicoletti
Sorry if I bother you... but I still have to understand: - if the component don't allows to do that kind of query (to get a last_insert_id) - if i'm doing something wrong - if there is a bug somewere Also, now I have a new problem... A big query I do (the smaller ones works...) works only the

[lazarus] Getting a color based on the R,G,B components

2007-10-17 Thread Adrian Maier
Hello, Is it possible to create at runtimne a TColor based on the three components R,G,B given as numbers ? Cheers, Adrian Maier _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Getting a color based on the R,G,B components

2007-10-17 Thread Henry Vermaak
On 17/10/2007, Adrian Maier [EMAIL PROTECTED] wrote: Hello, Is it possible to create at runtimne a TColor based on the three components R,G,B given as numbers ? function RGBToColor(R, G, B: Byte): TColor; in graphics unit. henry

Re: [lazarus] Getting a color based on the R,G,B components

2007-10-17 Thread Paul Ishenin
Adrian Maier wrote: Hello, Is it possible to create at runtimne a TColor based on the three components R,G,B given as numbers ? AColor := RGB(R, G, B) ? Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL

Re: [lazarus] Getting a color based on the R,G,B components

2007-10-17 Thread Adrian Maier
Henry ,Paul, thanks for your answers ! -- Adrian Maier _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] fpgui issues

2007-10-17 Thread Graeme Geldenhuys
Hi Giuliano, Are you testing LCL-fpGUI interface or fpGUI on it's own? If it's fpGUI on it's own, could you continue the conversation on the fpGUI newsgroups please. Only LCL-fpGUI related issues are appropriate in this mailing list. 1) When closing a form with a combo box, I get a SIGSEV,

Re: [lazarus] TStringGrid doesn't allow to edit cells

2007-10-17 Thread wile64
2007/10/17, 12 12 [EMAIL PROTECTED]: TStrigGrid doesn't allow to edit cells when placed on form. 'AutoEdit := true' doesn't help. At the same time 'gridcelleditor' example from lazarus works OK. Any suggestions? -- 12 12 aka skywriter In Options - goEditing = true -- Laurent.

[lazarus] TStringGrid doesn't allow to edit cells

2007-10-17 Thread 12 12
TStrigGrid doesn't allow to edit cells when placed on form. 'AutoEdit := true' doesn't help. At the same time 'gridcelleditor' example from lazarus works OK. Any suggestions? -- 12 12 aka skywriter _ To unsubscribe: mail [EMAIL

[lazarus] SQLdb and 64 bits

2007-10-17 Thread Alvise Nicoletti
Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another server, when I try to connect to the database all I get is: Can not load

Re: [lazarus] SQLdb and 64 bits

2007-10-17 Thread Henry Vermaak
On 17/10/2007, Alvise Nicoletti [EMAIL PROTECTED] wrote: Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another server, when I

Re: [lazarus] SQLdb and 64 bits

2007-10-17 Thread Henry Vermaak
On 17/10/2007, Henry Vermaak [EMAIL PROTECTED] wrote: you will need to install the -dev package (which will make the libmysqlclient.so link). although that should only be necessary for linking. hmm. sorry. henry _ To

Re: [lazarus] SQLdb and 64 bits

2007-10-17 Thread Michael Van Canneyt
On Wed, 17 Oct 2007, Alvise Nicoletti wrote: Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another server, when I try to

Re: [lazarus] fpgui issues

2007-10-17 Thread Giuliano Colla
Graeme Geldenhuys ha scritto: Hi Giuliano, Are you testing LCL-fpGUI interface or fpGUI on it's own? If it's fpGUI on it's own, could you continue the conversation on the fpGUI newsgroups please. Only LCL-fpGUI related issues are appropriate in this mailing list. I've been testing both.

Re: [lazarus] App Localization

2007-10-17 Thread wile64
Thanks. It only reads some properties. Why not use TWriter and read all TTranslateString properties? Mattias Hi Mattias, he work well (just one little problem with the StringGrid) :-) A Question, I create a driver for TWriter, What is best for Strings in return? Two TStrings, two

Re: [lazarus] fpgui issues

2007-10-17 Thread Graeme Geldenhuys
On 17/10/2007, Giuliano Colla [EMAIL PROTECTED] wrote: Only about 4 components have been tested in the LCL-fpGUI interface so far. By 'tested', I mean they display. If they actually function is another story. ;-) You mean that it wouldn't be a loss of time trying to debug an issue I

Re: [lazarus] App Localization

2007-10-17 Thread Mattias Gaertner
On Wed, 17 Oct 2007 21:27:52 +0200 wile64 [EMAIL PROTECTED] wrote: Thanks. It only reads some properties. Why not use TWriter and read all TTranslateString properties? Mattias Hi Mattias, he work well (just one little problem with the StringGrid) :-) A Question, I create

Re: [lazarus] App Localization

2007-10-17 Thread wile64
2007/10/17, Mattias Gaertner [EMAIL PROTECTED]: On Wed, 17 Oct 2007 21:27:52 +0200 wile64 [EMAIL PROTECTED] wrote: Thanks. It only reads some properties. Why not use TWriter and read all TTranslateString properties? Mattias Hi Mattias, he work well (just one