Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-10-01 Thread Howard Page-Clark via lazarus
On 01/10/2021 16:32, Gabriele Cappelletto via lazarus wrote: Sorry, I also allocate the complete file Hello to all, This code compiles with lazarus 2.0.12 constructor TExtTabPanel.Create(AOwner : TComponent); begin {$IFDEF LCL} ᅵᅵ PageClass := TExtPanel_Tab; {$ENDIF} ᅵ inherited

Re: [Lazarus] How to get space before auto-inserted assignment?

2019-08-16 Thread Howard Page-Clark via lazarus
On 16/08/2019 09:57, Bo Berglund via lazarus wrote: I am used to having whitespace between names and operators, but Lazarus insists on putting := directly after a property when it autocompletes. So I get Canvas.Brush:= instead of Canvas.Brush := Which is what I want. It is annoying to get

Re: [Lazarus] Feedback Wanted: Next tutoring project

2019-05-06 Thread Howard Page-Clark via lazarus
On 06/05/2019 01:32, Anthony Walter via lazarus wrote: Regarding the next project, I think I am going to concentrate two different programming tasks for my students. One task is to create various tones through simple functions, and the other is to create effects (again through simple

Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Howard Page-Clark via lazarus
On 22/02/2019 14:51, Joe via lazarus wrote: Am 22.02.2019 um 15:42 schrieb Howard Page-Clark via lazarus: Why not use the Lazarus forum members' section to send him a private message? I clicked this link. After login, I got the error message 'An Error Has Occurred. You are not allowed

Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Howard Page-Clark via lazarus
On 22/02/2019 14:34, Joe via lazarus wrote: Hi, the package can't be compiled. Reason: The file "lazsynaser.pas" in lines 252..262 references undefined constants. They should be defined in file 'termios.inc'. In other operating systems and/or Lazarus versions they are, but not in Lazarus 2.0

Re: [Lazarus] IDE Spotter- issues

2018-09-25 Thread Howard Page-Clark via Lazarus
On 25/09/18 09:07, Michael Van Canneyt via Lazarus wrote: On Mon, 24 Sep 2018, AlexeyT wrote: How do I know if the scrollbar is visible ? TListbox.ClientWidth gives width considering scrollbar. I committed a new version with some visual improvements and bugfixes: * Actually load

Re: [Lazarus] Linux: howto define file *.lpi to be opened with lazarus?

2018-01-15 Thread Howard Page-Clark via Lazarus
On 15/01/18 17:25, John Landmesser via Lazarus wrote: I'm on Linux-Mint Cinnamon and i want to associate *.lpi with lazarus Application: *.lpi is of Filetype XML, but we need the fileExtension *.lpi here!! found: lazarus.desktop copied:  cp '/home/john1/lazarus/install/lazarus.desktop'

Re: [Lazarus] Converting all code to use UnicodeString

2017-09-26 Thread Howard Page-Clark via Lazarus
On 26/09/17 20:51, Marcos Douglas B. Santos via Lazarus wrote: I understood that I can use like this: const VALUE: string = 'áéíóú'; Not like this: const VALUE = 'áéíóú'; Right? But this is not compile: const V1: string = 'a'; V2: string = V1 + 'b'; You can't do that in a const

Re: [Lazarus] Writing >1000 TBufDataset records to file is extremely slow

2017-03-26 Thread Howard Page-Clark via Lazarus
On 26/03/17 22:53, Werner Pamler via Lazarus wrote: Trying to extend the import/export example of fpspreadsheet from a dBase table to a TBufDataset I came across this issue with TBufDataset: While data are posted to the database as quickly as usual writing to file takes extremely long if there

Re: [Lazarus] Spedd buttons disappeared

2016-11-05 Thread Howard Page-Clark via Lazarus
On 05/11/16 15:29, Kaj Mikkelsen via Lazarus wrote: Just to clarify, I run version 1.6 on mint 17.3 /Kaj On 2016-11-05 16:23, Kaj Mikkelsen via Lazarus wrote: Hi I just rebuild the IDE in order to allow docking. Docking works fine, but the main speed buttons (open, run, ) has