Re: [Lazarus] Lazreport variables

2020-05-06 Thread Jesus Reyes A. via lazarus
En Sun, 03 May 2020 11:03:12 -0500, Santiago A. via lazarus escribió: Hi: I want to write a report where even lines are written with no background and odd lines with a light >gray background. The idea is an memo (MemoBackground) in the background of the masterData Band that is gray and

Re: [Lazarus] Keyboard mapping probelm

2020-05-06 Thread Brian via lazarus
On 5/6/20 5:36 PM, Bo Berglund via lazarus wrote: > On Wed, 6 May 2020 07:48:37 -0400, Brian via lazarus > wrote: > >> Just some additional information here. I have a copy of the latest >> Debian-based version of Linux Mint running in a virtual machine (my >> main system is the Ubuntu-based

Re: [Lazarus] Keyboard mapping probelm

2020-05-06 Thread Bo Berglund via lazarus
On Wed, 6 May 2020 07:48:37 -0400, Brian via lazarus wrote: >Just some additional information here. I have a copy of the latest >Debian-based version of Linux Mint running in a virtual machine (my >main system is the Ubuntu-based Mint) so I installed Lazarus and FPC >from the Debian

Re: [Lazarus] Repainting of TWinControl children

2020-05-06 Thread gabor via lazarus
W dniu 2020-05-04 o 17:33, Martin Grajcar via lazarus pisze:   if not ((csLoading in ComponentState) or (Self is TWinControl)) then     InvalidateControl(IsControlVisible, False, true); Our component extends TCustomControl, so it doesn't get invalidated. I guess, such components are supposed

Re: [Lazarus] Repainting of TWinControl children

2020-05-06 Thread Vojtěch Čihák via lazarus
AFAIK with TCustomControl you obtain just Resize and then Paint. Paint is preceded by WMPaint. You should move your code to one of these methods.   Vojtěch a.k.a. Blaazen   __ Od: "Martin Grajcar via lazarus" Komu: "Lazarus mailing

[Lazarus] Dlg "Generate new fppkg config files" text

2020-05-06 Thread Alexey Tor. via lazarus
Dlg is shown on 1st start of IDE when I cleared and made new fpcupdeluxe (1.6.8m) folder on Linux. with FPC 3.0.4 and Laz trunk. it tells about "prefixes lib/fpc, lib64/fpc" - now tell me what to enter here if I have fpcupdeluxe (only it) in /home/user/fpcupdeluxe/fpcupdeluxe/fpc and don't

Re: [Lazarus] Keyboard mapping probelm

2020-05-06 Thread wkitty42--- via lazarus
On 5/6/20 7:48 AM, Brian via lazarus wrote: Just some additional information here. I have a copy of the latest Debian-based version of Linux Mint running in a virtual machine (my main system is the Ubuntu-based Mint) so I installed Lazarus and FPC from the Debian repositories. This gave me FPC

Re: [Lazarus] Keyboard mapping probelm

2020-05-06 Thread Brian via lazarus
On 5/5/20 8:19 PM, Brian via lazarus wrote: > On 5/5/20 8:16 PM, Brian via lazarus wrote: >> On 5/5/20 7:57 PM, wkitty42--- via lazarus wrote: >>> On 5/5/20 6:00 PM, Brian via lazarus wrote: To save some trial and error, can anybody tell me which was the last version of Lazarus (for

Re: [Lazarus] Cross-platform using TRegistry - how to?

2020-05-06 Thread Salvatore Coppola via lazarus
I suppose is an hidden file in home or in .config Salvatore ⁣Ottieni BlueMail per Android ​ Il giorno 4 Mag 2020, 00:41, alle ore 00:41, Bo Berglund via lazarus ha scritto: >I am porting a Windows service application to Linux ARM (RPi4). >The Windows version is a service and as such its config