Max Giesbert wrote:
thx to Niklas and Daniel i got it running. Attached you find a Java class which can be registered with XEnhancedMouseClickBroadcaster. please have a look at it. i am looking forward to your feedback.
Now I finally found the time to look at this. Yes, it looks good.
still some questions remain: 1. does it make sense to create a UNO package out of it wrapping some OO basic macro around it to make an oxt extension out of it? Or how else could this packaging thing be done?
You don't need Basic code for an extension. The easiest way to create a Java extension with own menu entries is to use the Netbeans plugin, see http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration.
2. anything about creating a custom mouse cursor? would be nice to see a rubber/pencil as the mouse cursor.
I'm not sure if this is possible. You could probably set a new cursor using awt interfaces, but I suppose Calc's mouse handling would overwrite it again.
Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
