Page 1 of 1

rvoCtrlJumps not displaying correct cursor icon!

Posted: Fri Mar 05, 2010 6:44 pm
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

Posted: Fri Mar 05, 2010 8:30 pm
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.