Skip to main content
Known Participant
August 17, 2006
Question

Mouse rolling over button

  • August 17, 2006
  • 1 reply
  • 189 views
When I roll over a button I want it to stay as the arrow rather than changing to the little paw/ hand. If anyone could explain this to me it would be great.
This topic has been closed for replies.

1 reply

Inspiring
August 17, 2006


JoeyJon wrote:
> When I roll over a button I want it to stay as the arrow rather than changing to the little paw/ hand. If anyone could explain this to me it would be great.

If you just open HELP and type in search "pointer" you would come up
automatically with an useHandCursor which is pretty self explanatory.
All you need is give the button instance name Button1 and apply it using:
Button1.useHandCursor = false;

Please try to utilize available documentation before posting, its not
point we paste for you content which is freely available click away
right in your application.




--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>