Page 1 of 1

JumpCursor

Posted: Wed Oct 12, 2005 5:51 am
by PizzaWhore
RE: TRichView

Is the JumpCursor property not implemented? No matter what I change this cursor to, it always shows as the crHandPoint cursor. Whether it is changed at creation time, or milliseconds prior to moving the mouse over a Jump.

Thank you!

Posted: Wed Oct 12, 2005 4:45 pm
by Sergey Tkachenko
I just tried the demo Demos\Delphi\MultiDemo\, this property works.
In the main form of this demo you can see 3 hypertext cursors.

Posted: Fri Oct 14, 2005 10:08 pm
by PizzaWhore
After reviewing the demo, I can see that the error lied in misunderstanding how the TRVStyle component worked.

I needed to specify a JumpCursor for each style, instead of the JumpCursor property of the TRVStyle component. Which does make me wonder what the JumpCursor property of the TRVStyle component is for, if it's not there as a default for all underlying styles. Perhaps this would be a good mod for future versions, much like the ParentShowHint property (e.g., ParentJumpCursor).

Thanks for your help!

Posted: Sat Oct 15, 2005 7:43 am
by Sergey Tkachenko
Well, really this property remains from very old versions, it was implemented before individual cursors for text styles.
This cursor is used for hypertext pictures.