-
I've noticed that the TRichMemo property CarePos's X and Y value never seem to be set.
This makes it impossible to implement a Row, Column feature in my editor.
If there is another way of finding out that information, let me know.
2009-09-17 21:41:49 UTC in Lazarus Code and Component Repository
-
In order to maintain compatibility with TMemo and the Win32 TRichEdit could an OnSelectionChange change event be added to TRichMemo
This will also facilitate toggling things like Bold/Italic etc buttons as well as Cut/Copy/Paste buttons when building an RTF editor.
2009-09-17 21:38:30 UTC in Lazarus Code and Component Repository
-
I've just been integrating TRichMemo into my application and found that if I reduce the FontSize using
FontParams.Size := 13;
followed by
Editor.SetTextAttributes( Editor.SelStart, Editor.SelLength, FontParams );
It works but if FontParams.Size is set to a large number like 32 or 48 or bigger, the font NEVER resizes.
2009-09-17 21:35:38 UTC in Lazarus Code and Component Repository
-
By disappearance, I did not mean Embarcado's support of the language, but the general decline in Delphi use in the commercial arena. In the UK, Delphi jobs are almost non-existant, hence my comment.
2009-09-03 18:07:49 UTC in HTMLViewer