eclipse rap - How to set own image for a cursor -


if set cursor label in css-file shown below works expected. cursor "wait-cursor" if moved on label

label.mylabel:hover {     cursor: wait; } 

as described in rwt-theming-reference following should possible

label.mylabel:hover {     cursor: url( resources/cursor.gif ); } 

but can not see cursor.
how can set own image cursor?

turns out there bug in rap prevents custom cursors being rendered. i'll provided fix included in 3.0.1 release.

update: fix merged , available in 3.1 m1 , 3.0.1.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -