rvoCtrlJumps not displaying correct cursor icon!

General TRichView support forum. Please post your questions here
Post Reply
dakota
Posts: 35
Joined: Tue Jan 13, 2009 11:25 pm

rvoCtrlJumps not displaying correct cursor icon!

Post by dakota »

Hi:

I want my user's to press ctrl+click to follow a link so I have rvoCtrlJumps set to True. This works fine however,
  • - the first time the mouse enters the TDBRichViewEdit and moves over a URL, it shows up as the hand cursor instead of the caret symbol.
  • - Once a character is typed into the DBRichViewEdit, then the mouse cursor behaves correctly, meaning the hand cursor only appears when user hold down ctrl key and hovers over the url
What could be causing this? Do I have something set wrong?

Thanks

Dale
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

In a read-only editor, hypertext works automatically, without Ctrl. Only when editing, it requires pressing and holding Ctrl.
DB controls work like read-only controls when the dataset in a browsing mode. What's why hypertext works automatically.
When the user starts editing, the dataset is in an editing mode, and requires Ctrl. Until the user posts or cancels editing.
Post Reply