Re: [lazarus] Error: Invalid Free Pascal Source Directory

2008-02-08 Thread Luk Vandelaer
On Friday 08 February 2008 09:41, Peter Williams wrote: Hi all, I installed Lazarus and Free Pascal on my Linux Ubuntu pc using the Synaptic Package Manager. However, when I start Lazarus I get the following error message (see subject). The current Free Pascal source directory

[lazarus] Problems with fpGui compilation

2008-01-29 Thread Luk Vandelaer
Greetings, I tried to compile fpGui, but failed. The problems I encountered where: 1) The line Include(ComponentState, csLoading); didn't compile, but it was indicated that it only works in fpc 2.2.0 or previous versions. 2) The line propertyBackgroundColor: TfpgColor read

Re: [lazarus] button glyphs in IDE dialogs

2007-08-02 Thread Luk Vandelaer
On Thursday 02 August 2007 10:18, Vincent Snijders wrote: Graeme Geldenhuys schreef: On 02/08/07, Vincent Snijders [EMAIL PROTECTED] wrote: I think that is a lot of work. I can't check now, but doesn't the TBitBtn have a ShowGlyph property we can toggle? If not, I see your point. It

Re: [lazarus] Gettext, what am I doing wrong ?

2007-07-13 Thread Luk Vandelaer
On Thursday 12 July 2007 23:40, A.J. Venter wrote: Moreover this is clearly not an ideal setup for them since the grammer would require the username to be elsewhere in the sentence sometimes (how do I handle that), and there is the even more complex part where I need to set a number of

Re: [lazarus] Reading Jpeg with FPimage

2007-02-26 Thread Luk Vandelaer
Sebastian Kraft wrote: Hi, I have the following code to load a jpeg from file test.jpg var FImg: TFPMemoryImage; FImgReader: TFPReaderJpeg; FImg:=TFPMemoryImage.create(0, 0); FImgReader:=TFPReaderJPEG.Create; FImg.LoadFromFile('test.jpg', FImgReader); But the

Re: [lazarus] Code completion features missing or not ?

2006-09-14 Thread Luk Vandelaer
Mattias Gaertner wrote: On Thu, 14 Sep 2006 11:43:35 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 14/09/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: Second: if you add the 'Gexperts' to the Delphi IDE (highly recommended) then 'ALT Gr'-Arrow Up or 'ALT Gr'-Arrow Down