Page 1 of 1

Hyperlink single click and ctrl + click

Posted: Tue Oct 13, 2009 10:47 am
by cychia
in rve.EditorOptions there is a property rvoCtrlJumps. When it is true, press ctrl + left mouse click will trigger the OnJump event. when it is false, i will have to handle the onMouseUp in order to open the link clicked.

my problem now is, when rvoCtrlJumps is True, when press ctrl and mouse over the hyperlink, the cursor will be changed to handcursor, but when rvoCtrlJumps is false, I am expecting the cursor will change to handcursor whenever the mouse is moving into a hyperlink but it is not. What property i need to set in order to let the cursor change to handcursor when mouse over a link? Thanks

Posted: Tue Oct 13, 2009 7:16 pm
by Sergey Tkachenko
See the demo in Assorted\Hypertext\URLs\
(as for me, executing hyperlink or single click is terrible, because it leads to many accidental executions)

the demo does not work on non text item

Posted: Wed Oct 14, 2009 6:35 am
by cychia
I have tried the demo, just that the demo is only work on Text Item. How about other non text item like picture? because non text item can be attached with hyperlink also right, just like hot picture.

Posted: Wed Oct 14, 2009 3:32 pm
by Sergey Tkachenko
In this demos, hypertext works for pictures, but hypertext cursors are not displayed.
In the next update, there will be a new event OnGetItemCursor where you can define cursors for items.