Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Help regarding image manipulation using eclipse plugin(help for showing tooltip in image, different tooltips at some specified positions)
Help regarding image manipulation using eclipse plugin [message #772194] Thu, 29 December 2011 08:12 Go to next message
Saurabh Kumar is currently offline Saurabh KumarFriend
Messages: 3
Registered: December 2011
Junior Member
hi ...
Pls help me in solving this problem

I am using org.eclipse.swt.widgets.Canvas and displaying a image over it.
This image has small rectangles at few places. What i require is to show tooltip when mouse moves over a particular rectangle. These tooltips are different for different rectangles

I tried to solve this by adding MouseMoveListener on canvas and overriding mousemove method, when mouse moves over specified coordinates it shows tooltip. But this fails when i zoom in and out image(because coordinates are changed).

I have around 2500 images to go, all have the possibility of zoom in and out. So i need help in

1) adding tooltips at some specific points in image, which also works when i zoom in and out
2) Knowledge about some framework available to tag images and add tooltips, which may simplify my task.


Thanks in advance Cool Cool
Re: Help regarding image manipulation using eclipse plugin [message #773619 is a reply to message #772194] Mon, 02 January 2012 05:19 Go to previous messageGo to next message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
You could get a good answer if you ask in SWT forum.
Re: Help regarding image manipulation using eclipse plugin [message #773815 is a reply to message #773619] Mon, 02 January 2012 16:02 Go to previous message
Saurabh Kumar is currently offline Saurabh KumarFriend
Messages: 3
Registered: December 2011
Junior Member
thanks ..
hv posted my problem there ...
Previous Topic:Classpath entry will not be exported or published. Runtime ClassNotFoundExceptions may result.
Next Topic:Probleme to use a plug-in
Goto Forum:
  


Current Time: Thu Apr 25 17:05:53 GMT 2024

Powered by FUDForum. Page generated in 0.02664 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top