Re: [Lazarus] Suggestion: Remove GTK1 support from IDE and LCL.

2010-05-16 Thread Juha Manninen
Hi Does anyone use a Linux distribution that is no longer supported by it's maker? If so why? Some people might do it, for different reasons, and then they usually use an old version of every program and library. Some of those old programs / libraries are still supported so that bugs get

Re: [Lazarus] TCustomComboBox.ArrowKeysTraverseList mistery

2010-05-16 Thread Mattias Gaertner
On Wed, 9 Dec 2009 18:32:20 +0100 zeljko zel...@holobit.net wrote: Hi all, Anyone on this planet knows why we have this property in LCL (and what this property is supposed to do) ? I've checked in K3 (CLX) and Delphi 7 (CLX VCL) and couldn't find such property. Also, lazarus help says

Re: [Lazarus] [FPC] Install from sources

2010-05-16 Thread Mattias Gaertner
On Thu, 10 Dec 2009 08:35:54 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: Kjow wrote: Because it is a smaller download (for this purpuse) and it has simpler management (no unpack and one file instead 19 files). :) I also don't know why they decided to split FPC into so many

Re: [Lazarus] TCustomComboBox.ArrowKeysTraverseList mistery

2010-05-16 Thread zeljko
On Sunday 16 May 2010 14:44, Mattias Gaertner wrote: On Wed, 9 Dec 2009 18:32:20 +0100 zeljko zel...@holobit.net wrote: Hi all, Anyone on this planet knows why we have this property in LCL (and what this property is supposed to do) ? I've checked in K3 (CLX) and Delphi 7 (CLX VCL) and

Re: [Lazarus] TCustomComboBox.ArrowKeysTraverseList mistery

2010-05-16 Thread Mattias Gaertner
On Sun, 16 May 2010 16:09:36 +0200 zeljko zel...@holobit.net wrote: On Sunday 16 May 2010 14:44, Mattias Gaertner wrote: On Wed, 9 Dec 2009 18:32:20 +0100 zeljko zel...@holobit.net wrote: Hi all, Anyone on this planet knows why we have this property in LCL (and what this property

Re: [Lazarus] TCustomComboBox.ArrowKeysTraverseList mistery

2010-05-16 Thread zeljko
On Sunday 16 May 2010 16:19, Mattias Gaertner wrote: If you want a property that defines the jumping at start/end, then it should be called differently. you're right about naming, but think that such property (or even just public property) can be a nice thing. zeljko --

Re: [Lazarus] Suggestion: Remove GTK1 support from IDE and LCL.

2010-05-16 Thread Brad Campbell
Paul Ishenin wrote: 15.05.2010 22:49, Mattias Gaertner wrote: e) use dynamic linking and check for the version. Maybe add an IFDEF to support static linking. I used e) few times for our gtk2 interface. Indeed, and coming from someone who has to support distributions using GTK2.08 and

[Lazarus] TSQLQuery and creating a new record

2010-05-16 Thread Albert Zuurbier
Over the past few days I have tried creating and editing new records with the TSQLQuery component. I succeeded, but with quite a workaround. As stated in bug report 0016076 (not authored by me) TSQLQuery gives errors if you try to create a new record and think TSQLQuery would all handle it. The

[Lazarus] Public Key Encryption?

2010-05-16 Thread Lee Jenkins
Hi all, Is there anything available for lazarus/fpc for public/private key pair encryption? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Where do I set the path to my project main directory and how to configure Code Browser?

2010-05-16 Thread Peter E Williams
Hi Joost and All, On Sat, 2010-05-15 at 13:13 +0200, Joost van der Sluis wrote: On Tue, 2010-05-11 at 12:30 +1000, Peter E Williams wrote: I am converting some old lazarus code to latest stable lazarus my code ported from Delphi 7 Enterprise for Cross Platform development. I think no-one

[Lazarus] Broken cross compile build.

2010-05-16 Thread Brad Campbell
G'day all, For several years now I've been building alternative architectures of Lazarus and the lcl as follows: make LCL_PLATFORM=gtk2 OPT=-gl -CX all make OS_TARGET=darwin CPU_TARGET=powerpc LCL_PLATFORM=carbon OPT=-gl -CX -Xd -Fl/opt/cross/MacOSX10.4u.sdk/usr/lib all This has recently

Re: [Lazarus] Broken cross compile build.

2010-05-16 Thread cobines
It's reported in Mantis. http://bugs.freepascal.org/view.php?id=16389 http://bugs.freepascal.org/view.php?id=15699 The solution is to copy the needed .lfm files manually to the units directory, where FPC can find them. As far as I know it is side effect of Lazarus switching to using FPC