Discussion:
Custom MouseCursor
RBNUBE
2007-01-21 06:43:26 UTC
Permalink
I have added a custom MouseCursor to a project that shows when the mouse
pointer enters the intersection of two narrow canvases. The narrow canvases
are actually two SmartSplitter window splitters. The cursor appears and
then code is called that allows the two splitters to move at the same time
when dragged.

It all works fine except that when the custom cursor shows, it appears lower
than I would like for it to. It should center within the intersection, but
ends up at the bottom right of the intersection.

How can I change this?

Thanks!


RB5.5.5 and a mostly unused copy of 2006r2.
WinXP, 2.2 GHz, 2G RAM
RBNUBE
2007-01-21 08:15:05 UTC
Permalink
This was caused by a misplaced cursor hot spot. I changed the hot spot to
something more appropriate, reimported the cursor and the problem was
solved.

Thanks.

Loading...