FlashBulb
10-18-2004, 04:43 PM
I know about setting useHandCursor in a boolean kinda way... but what can I do to change the pointing hand cursor to an open hand... the kind of hand that looks like it's ready to grab something!
I have a scrollPane of a document that is bigger in width and height than the window. When you put the mouse over the scrollPane, it changes to a pointing hand and you can drag it around... and the scollbars will move accordingly.
However, a pointing hand is inappropriate for this effect - it should be the open hand. Is there an easy solution, or do I need to do the custom cursor thing with mouse.hide, and make an image follow the mouse around?
I have a scrollPane of a document that is bigger in width and height than the window. When you put the mouse over the scrollPane, it changes to a pointing hand and you can drag it around... and the scollbars will move accordingly.
However, a pointing hand is inappropriate for this effect - it should be the open hand. Is there an easy solution, or do I need to do the custom cursor thing with mouse.hide, and make an image follow the mouse around?