JumpCursor

General TRichView support forum. Please post your questions here
Post Reply
PizzaWhore
Posts: 2
Joined: Wed Oct 12, 2005 5:45 am

JumpCursor

Post 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!
Sergey Tkachenko
Site Admin
Posts: 17306
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
PizzaWhore
Posts: 2
Joined: Wed Oct 12, 2005 5:45 am

Post 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!
Sergey Tkachenko
Site Admin
Posts: 17306
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply