Hyperlink single click and ctrl + click
Posted: Tue Oct 13, 2009 10:47 am
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
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