Hi,
at designtime i can change WPRichTextLabel.Cursor, but if i create a WPRichTextLabel at runtime this property is readonly!
What can i do?
Ciao
Stefan
Hi,
at designtime i can change WPRichTextLabel.Cursor, but if i create a WPRichTextLabel at runtime this property is readonly!
What can i do?
Ciao
Stefan
You can add a
public
property Cursor;
in TWPCustomRtfLabel, unit WPCTRLabel.pas
Thank you,
this works with WPTools 8, and when we use version 9 or later, nobody knows why Cursor is readonly :-)
Will you fix this in following vesions?
Ciao
Stefan
:-) Yes, of course I included this change in my sources as well.