Re: [Lazarus] Lazartus on RaspberryPi 64 bit - build for all RPi versions?

2023-11-15 Thread Alexey Torgashin via lazarus

then I have to use fpcupdeluxe to install Lazarus + FPC then.


Lazarus can be old. Only FPC need to be installed from Deluxe. Old 
Lazarus - in it, specify path for new FPC.

Alex
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazartus on RaspberryPi 64 bit - build for all RPi versions?

2023-11-15 Thread Alexey Torgashin via lazarus
fpcUpDeluxe allows to install additional FPC folder. with 'crosses' - 
for ex, I have additional FPC on Linux with crosses for Windows, Linux 
ARM, *BSD x32+x64, macOS x64+ARM. In the IDE you can specify that new 
FPC installation. Using IDE 'build modes' you can make N new modes, one 
mode pear each CPU/OS case.

Alex
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] [fpc-devel] Unicode RTL

2023-07-28 Thread Alexey Torgashin via lazarus




Objection duly noted.


Yes, 'Unicode RTL' sounds very bad. Before it was Unicode too. So, 
"UTF16 RTL", "WideChar RTL" or so.


Alex
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Displaying Tree Data from a Shell/Terminal command in a TListView [Linux Debian]

2022-11-27 Thread Alexey Torgashin via lazarus

Another answer.
You use TListview, yes? It cannot change interline spacing! So avoid it. 
Change to TTreeView. It has a) prop DefaultItemHeight, b) Options item 
tvoAutoItemHeight (turn it off).

Alex
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Displaying Tree Data from a Shell/Terminal command in a TListView [Linux Debian]

2022-11-27 Thread Alexey Torgashin via lazarus
This is a matter of a) chosen font in TMemo, b) interline spacing, which 
must be controlled but I don't know how to change it in TMemo (I know 
how to change it in ATSynEdit).

Alex
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] More Gtk3 Status

2022-07-18 Thread Alexey Torgashin via lazarus



Zeljko, currently gtk3 WS is not able to run my text editor app. Various 
visual bugs in the main form. I will be happy to pay you (initial 
author) 200$ if you fix the gtk3 for my editor (others will benefit too 
in theory).


Alexey
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] I was just banned from the Lazarus Forum for no reason!

2022-06-05 Thread Alexey Torgashin via lazarus


Thanks for your time. If I'm banned, then so be it


I was in FidoNet sometime. And it has the principle, ie 'rule' in the 
FidoNet Policy (I was in the Net5020, Moscow) -- Don't be easily 
annoyed. I want to say - Don't be easily upset. That was a moderator 
mistake.


Alexey
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus is running but not responding.

2022-04-21 Thread Alexey Torgashin via lazarus
Run 'htop' (do you have Linux?) and press F3 to find 'lazarus'. Then F9 
to kill it.

Alexey
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] IDE qt5 compile error

2022-03-14 Thread Alexey Torgashin via lazarus


Error: /home/john1/lazarus/lcl/interfaces//qt5/qtobject.inc:42:
undefined reference to 
`QGuiApplication_setFallbackSessionManagementEnabled'


Do not use Lazarus 'latest', but return to the revision before THAT qt5 
patch.

My linux terminal shows me which revision I use now:

user@PC:~/lazarus$ git status
HEAD detached at 23b2324f9f


I used Git to return to that revision.
Alexey
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus