Am 08.12.21 um 22:39 schrieb Dmitry Boyarintsev via lazarus:
On Wednesday, December 8, 2021, Bo Berglund via lazarus
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 som
On Thu, Dec 9, 2021 at 5:23 AM John Landmesser via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
> If i remember correct TRichMemo won't be usable on Linux.
>
To a certain extent, yes - not all features are available
thanks,
Dmitry
--
___
lazarus m
On Wed, 8 Dec 2021 23:28:23 +0200, "R.Smith via lazarus"
wrote:
>> Is there some non-standard package I could install (from OLPM or similar) in
>> order to get it working again?
>
>Not really. The problem is TRichEdit was just a wrapper for the MS
>Windows RichEdit component, which was born bef
El 9/12/21 a les 15:05, Bo Berglund via lazarus ha escrit:
If not is there another Lazarus component that can be used?
Maybe you could use TMPHexEditorEx
https://github.com/michalgw/mphexeditor
Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext
On Thu, 9 Dec 2021 16:01:01 +0100, Luca Olivetti via lazarus
wrote:
>El 9/12/21 a les 15:05, Bo Berglund via lazarus ha escrit:
>
>>
>> If not is there another Lazarus component that can be used?
>
>Maybe you could use TMPHexEditorEx
>
>https://github.com/michalgw/mphexeditor
>
I went there but
El 9/12/21 a les 16:19, Bo Berglund via lazarus ha escrit:
On Thu, 9 Dec 2021 16:01:01 +0100, Luca Olivetti via lazarus
wrote:
El 9/12/21 a les 15:05, Bo Berglund via lazarus ha escrit:
If not is there another Lazarus component that can be used?
Maybe you could use TMPHexEditorEx
https:/
Am 09.12.2021 um 16:19 schrieb Bo Berglund via lazarus:
How can I use this?
Very easy: just load the file
procedure TForm1.FormCreate(Sender: TObject);
begin
hex := TMpHexEditor.Create(self);
hex.Parent := self;
hex.Align := alClient;
hex.LoadFromFile('Project1.exe');
end;
--
On Thu, Dec 9, 2021 at 5:23 AM John Landmesser via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
> If i remember correct TRichMemo won't be usable on Linux.
>
According to Bo's needs (showing colored Hex values) RichMemo will work
just fine for Linux. (Both Qt and Gtk2)
thanks,
Dmitry
--
___
On Wed, 8 Dec 2021 16:39:55 -0500, Dmitry Boyarintsev via lazarus
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 TRichEdit
>https://wik