I want to set a kind of moveover event but cannot get it to work.
I have set
I have added a custom cursor to my res file
screens.cursors[5]:=LoadCursor(HInstance,'MYCURSOR');
this worked
screen.cursor:=5;
But does not work with my image so
Image1.cursor:=5;
does not work
Normal system cursors work e.g.
Image1.cursor:=-20;
Am I missing a step?
I have set
I have added a custom cursor to my res file
screens.cursors[5]:=LoadCursor(HInstance,'MYCURSOR');
this worked
screen.cursor:=5;
But does not work with my image so
Image1.cursor:=5;
does not work
Normal system cursors work e.g.
Image1.cursor:=-20;
Am I missing a step?