[Lazarus] French Ebook to learn Lazarus

2024-08-01 Thread Matthieu Giroux via lazarus
Hello ! Here is french book to learn Lazarus : https://archive.org/download/Scribels/LAZARUS%20FREE%20PASCAL%20-%20Matthieu%20Giroux.odt You can traduce it freely. Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr-- _

Re: [Lazarus] What is the most efficient construction?

2024-07-28 Thread Matthieu Giroux via lazarus
Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr For i := 0 to list.Count - 1 do begin;   commands end; with list dofor i:=0 to count-1 doBegin  LText := Strings [i]; ___ lazaru

Re: [Lazarus] Problems installing Lazarus on Linux Mint

2024-07-18 Thread Matthieu Giroux via lazarus
You need to install fpc packages with dpkg, downloaded from lazarus repository. Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr Le jeudi 18 juillet 2024 à 15:26:17 UTC+2, Matthieu Giroux via lazarus a écrit

Re: [Lazarus] Problems installing Lazarus on Linux Mint

2024-07-18 Thread Matthieu Giroux via lazarus
Use :sudo apt install -f Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr Le jeudi 18 juillet 2024 à 15:15:05 UTC+2, Arí Ricardo Ody via lazarus a écrit : I had lazarus 2.2 installed on Linux Mint. As I couldn't r

Re: [Lazarus] A QT generic directive

2024-07-16 Thread Matthieu Giroux via lazarus
a écrit : On 7/16/24 12:11, Matthieu Giroux via lazarus wrote: > Hello ! > I deliver freely www.Ancestromania.euI want to deliver it for QT.But there is > no generic directive to define qt.So if i forget to change the directive for > next qt version, qt version is uncomplete.I

[Lazarus] A QT generic directive

2024-07-16 Thread Matthieu Giroux via lazarus
Hello ! I deliver freely www.Ancestromania.euI want to deliver it for QT.But there is no generic directive to define qt.So if i forget to change the directive for next qt version, qt version is uncomplete.If there were an ifdef qt directive, i should not have to think to change my code for tge n

[Lazarus] Erreur interne wiki freepascal : Status::getWikiText called for a good result, this is incorrect

2024-06-09 Thread Matthieu Giroux via lazarus
Hello ! There is an error on Free Pascal wiki I want to change page Zen GL but got this : Erreur internel : Status::getWikiText called for a good result, this is incorrect  Thanks ! Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liber

[Lazarus] TFileNameEdit - SetFileName

2024-06-07 Thread Matthieu Giroux via lazarus
Hello ! I want to upgrade procedure SetFileName(const AValue: String); of TFileNameEdit Can you change it to protected and virtual method ? Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr-- __

[Lazarus] OnActivate of TCustomForm should be used on each activate

2024-06-04 Thread Matthieu Giroux via lazarus
Hello ! I do not understand why OnActivate is not used on Window Maximize or Fullscreen.We need to update form on activate. When Application is activated, form should be activated. When we go back to a form, onactivate should be used. Thanks to respect old using. Matthieu Giroux 13 Rue Fr Tanguy

Re: [Lazarus] TRxDBCurrEdit.CMExit should look if dataset is edited or inserted

2024-05-16 Thread Matthieu Giroux via lazarus
Em sáb., 11 de mai. de 2024 às 07:14, Matthieu Giroux via lazarus escreveu: Hello ! I use TRxDBCurrEdit.But CMExit is unperfect. CMExit can be used if dataset is not edited or inserted. TRxDBCurrEdit.CMExit should look if dataset is edited or inserted Sorry, I'm not sure I understo

Re: [Lazarus] Children Forms (MDI)

2024-05-12 Thread Matthieu Giroux via lazarus
Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 09 61 37 01 82 - 06 44 733 008 http://www.liberlog.fr I implemented full MDI support on the Win32 backend some time ago. I haven't tested it recently, but it should still work (the only thing i remember not working fully was s

[Lazarus] Children Forms (MDI)

2024-05-12 Thread Matthieu Giroux via lazarus
Hello ! I use TSuperForm to incrust forms in a main form.But you updated forms and activate do not work when we quit a form to get another. So is lmdi always a good project ?Because Lazarus 3 updated forms, we could not include this project.Is MDI present in Lazarus by default or not ?Is there a

[Lazarus] TRxDBCurrEdit.CMExit should look if dataset is edited or inserted

2024-05-11 Thread Matthieu Giroux via lazarus
Hello ! I use TRxDBCurrEdit.But CMExit is unperfect. CMExit can be used if dataset is not edited or inserted. TRxDBCurrEdit.CMExit should look if dataset is edited or inserted Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06 54 - 06 44 733 008 http://www.liberlog.fr--

Re: [Lazarus] Scan codes

2024-05-02 Thread Matthieu Giroux via lazarus
You can use fonctions_string from Extended Packages to use ord function with ByteToHex function. Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06 54 - 06 44 733 008 http://www.liberlog.fr Le jeudi 2 mai 2024 à 22:46:22 UTC+2, Larry Dalton via lazarus a écrit

[Lazarus] Lazarus VirtualTreeview recompile on Lazarus 3.2 deb

2024-02-28 Thread Matthieu Giroux via lazarus
Hello ! While adding virtualdbtreeview to Lazarus, Lazarus VirtualTreeview recompile on Lazarus 3.2 deb. Does the same on Lazarus 3 deb. Thanks ! Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06 54 - 06 44 733 008 http://www.liberlog.fr-- ___

Re: [Lazarus] Lazarus Release 3.0

2023-12-21 Thread Matthieu Giroux via lazarus
I want to add components to Lazarus 3.It said : recompiling datetimepicker, cheksum changed for lclintf. Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06 54 - 06 44 733 008 http://www.liberlog.fr Le jeudi 21 décembre 2023 à 17:05:20 UTC+1, Mattias Gaertner via

Re: [Lazarus] How to populate a TListView programatically

2022-11-17 Thread Matthieu Giroux via lazarus
It is Extended suite :Download XML Frames BPM VRAD Lazarus from SourceForge.net | | | | Download XML Frames BPM VRAD Lazarus from SourceForge.net Your download will start shortly... | | | Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06 54 - 06 44 733 00

Re: [Lazarus] How to populate a TListView programatically

2022-11-16 Thread Matthieu Giroux via lazarus
I have created a TDBLIstView which populates a TListView with data.But you car test it. Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 RennesTél : 02 23 46 06 54 - 06 44 733 008 http://www.liberlog.fr Le jeudi 17 novembre 2022 à 00:03:29 UTC+1, Aruna Hewapathirane via lazarus a éc