Re: [Lazarus] How to convert Delphi program with TRichEdit?

2021-12-08 Thread Bo Berglund via lazarus
On Wed, 8 Dec 2021 23:28:23 +0200, "R.Smith via lazarus" wrote: >> So How can I: >> >> 1) Replace the main form of a Lazarus program with another form? >> or >> 2) Create a new program in Lazarus where I can specify an existing form as >> the >> main program form. >> >> Either of these will work

Re: [Lazarus] How to convert Delphi program with TRichEdit?

2021-12-08 Thread Dmitry Boyarintsev via lazarus
On Wednesday, December 8, 2021, Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > Is there some non-standard package I could install (from OLPM or similar) > in > order to get it working again? > you might want to try TRichMemo it provides some sort of compatibility with TRichE

Re: [Lazarus] How to convert Delphi program with TRichEdit?

2021-12-08 Thread R.Smith via lazarus
On 2021/12/08 22:44, Bo Berglund via lazarus wrote: I need to port an old Delphi program to FPC/Lazarus and it contains two TRichEdit components. When I try to open the form in Lazarus 2.0.12 on Windows 10 with Fpc 3.2.0 I get an error because the TRichEdit component does not exist Is there

[Lazarus] How to convert Delphi program with TRichEdit?

2021-12-08 Thread Bo Berglund via lazarus
I need to port an old Delphi program to FPC/Lazarus and it contains two TRichEdit components. When I try to open the form in Lazarus 2.0.12 on Windows 10 with Fpc 3.2.0 I get an error because the TRichEdit component does not exist Is there some non-standard package I could install (from OLPM

[Lazarus] TComboBox using csSimple, but with a dropdown list

2021-12-08 Thread Marcos Douglas B. Santos via lazarus
Hi, Is it possible to have a TComboBox, Style=csSimple, but with a dropdown list? I would like to have a combo with no arrow, as csSimple style, but with the dropdown (auto) list. Even though TComboBox has the option to hide the arrow, the dropdown list doesn't work. best regards, Marcos Douglas