You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to limelight
Is there currently a way in Limelight to change the mouse cursor
depending on what prop the mouse is over? I'd like to make
resizability of a prop discoverable to users by using the appropriate
cursor when the mouse is over the edge of my prop.
Micah Martin
unread,
Nov 8, 2009, 6:07:30 PM11/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to limelig...@googlegroups.com
Sure you can change the cursor... It involves some java-ish code...
def mouse_entered(e) panel.root.setCursor(Java::java.awt.Cursor.CROSSHAIR_CURSOR) end