views:

189

answers:

1

Hi, I have an application with an embedded gecko browser. I want to know how to change the cursor from the default cursor to a custom cursor when I am in the embedded browser?

There is forms.css file in the res folder of the gecko sdk, I tried changing the cursor in that file with no success. Any suggestions?

Thanks jbsp72

+1  A: 

Ok. I got it working for cursors other than custom cursors by changing it in the forms.css file. But my custom cursors are not being used by gecko. It always goes to the second option I provide if the first option is a custom cursor. My custom cursor is a 32x32 cursor.Can gecko render a 32x32 cursor?