Re: [Lazarus] Compile time errors. Error: Duplicate identifier Fragments line 21 and AnsiStrings question.

2011-01-08 Thread Howard Page-Clark
', ' stunned the Group of Green Things'); HTH Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TDbf tutorials 07 nov 2010

2010-11-07 Thread Howard Page-Clark
On 07/11/10 7:02, hector fiandor wrote: I am trying to do something with TDbf in my Lazarus 0.9.27 FPC 2.2.3 under my poor experience with Delphi5 Databases, but I can see how a lack of knowledge I suffer. I will appreciate very much the suggestions of how to obtain some literature about TDbf.

Re: [Lazarus] How to create: TButtonGrid descendant of TCustomDrawGrid ? (ik)

2010-08-29 Thread Howard Page-Clark
GetControlClassDefaultSize.X Y to GetCOntrolClassDefaultSize.cX .cY Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to create: TButtonGrid descendant of TCustomDrawGrid ?

2010-08-28 Thread Howard Page-Clark
to colls-1 do begin Cells[j, i] := Format('Btn %d',[k]); inc(k); end; end; { TForm1 } procedure TForm1.FormCreate(Sender: TObject); begin btnGrid := TButtonGrid.Create(self, 6, 4); end; end. Howard -- ___ Lazarus mailing list

Re: [Lazarus] CHM help snapshot

2010-08-22 Thread Howard Page-Clark
. Is this an oversight? Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] disable the debugger capturing the OutputDebugString() messages

2010-07-21 Thread Howard Page-Clark
On 21/7/10 1:16, Michael Schnell wrote: On 07/20/2010 03:28 PM, Michael Van Canneyt wrote: I suggest you look at the debugserver tool and the dbugintf units in FPC. Where to find the dbugsrv executable ? lazarus\tools\debugserver\debugserver.lpi Howard

Re: [Lazarus] Functions, procedures etc for using Dbase3/4 files ... what are they in Lazarus? (I used XBase1 in Delphi 5)

2010-06-14 Thread Howard Page-Clark
find the dbflaz.lpk package in lazarus\components\tdbf\ There is an example application using Tdbf in lazarus\examples\addressbook\ You are best to avoid use of record numbers for locating records altogether. Use the LocateRecord() method of Tdbf of one of its variants instead. Howard

Re: [Lazarus] Dircleaner example application bug

2010-06-10 Thread Howard Page-Clark
On 10/6/10 4:48, Mattias Gaertner wrote: On Thu, 10 Jun 2010 14:45:34 +0100 Howard Page-Clarkh...@talktalk.net wrote: On 08/6/10 8:10, Mattias Gaertner wrote: On Mon, 07 Jun 2010 23:54:22 +0100 Howard Page-Clarkh...@talktalk.net wrote: There is a minor bug in the very useful example

[Lazarus] Dircleaner example application bug

2010-06-07 Thread Howard Page-Clark
match. Suppose FWorkExt contains 'PPU' and the current file extension is 'PP'. The program will delete all the .pp files it finds, as well as all the .ppu ones. The test has to be stricter. Howard -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] TDBNavigator button click

2010-03-13 Thread Howard Page-Clark
; procedure TForm1.Button1Exit(Sender: TObject); begin FButtonHeldDown := false; end; exists a function for know if a button is pressed down, not only a click? TButton.OnMouseDown? Howard -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus book

2010-02-27 Thread Howard Page-Clark
/fpc as in Delphi, and he will feature as much high quality Lazarus material in the magazine as he can. yours Howard Page-Clark -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Bitmap transparency problem (I don't want transparency)

2010-02-21 Thread Howard Page-Clark
. Presumably TImgList is a TImage (not a TImageList)? But you carefully create a bitmap and draw it on the component's canvas, and then draw over it again with a call to inherited Paint. HTH Howard -- ___ Lazarus mailing list Lazarus

[Lazarus] Lazarus compilation error

2010-02-06 Thread Howard Page-Clark
errors compiling module, stopping Fatal: Compilation aborted make[1]: *** [alllclcunits.ppu] Error 1 make[1]: Leaving directory 'C:/LazSVN/lcl' make: *** [lcl] Error 2 Anyone have pointers to what in my setup might be wrong? TIA Howard -- ___ Lazarus

Re: [Lazarus] OpenSuse

2010-01-05 Thread Howard Page-Clark
...! Students, if not the rest of us, have encountered too much coarse material already! Regards Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Lazarus CCR files page

2009-11-12 Thread Howard Page-Clark
Hi I'm having no luck accessing the Lazarus Code and Component Repository on Sourceforge. Anyone else having problems? Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Passing properties as var paramatars

2009-11-08 Thread Howard Page-Clark
On Sun, 08 Nov 2009 09:33:39 -0500 Mehmet Erol Sanliturk sanlit...@ttmail.com wrote: Marco van de Voort wrote: On Sun, Nov 08, 2009 at 12:17:35AM +, Howard Page-Clark wrote: On Sat, 7 Nov 2009, Marco van de Voort wrote: This is not orthogonal. VAR parameters are generally updated

Re: [Lazarus] Delphi to Lazarus converter

2009-11-07 Thread Howard Page-Clark
, as intended. Thanks for such a quick response! yours Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread Howard Page-Clark
pixel positions and text lengths? yours Howard attachment: About.JPG-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] debugger feature request created

2009-10-04 Thread Howard Page-Clark
of us who can't make use of the information in the Assembly window! Howard -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

<    1   2   3