Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Help regarding image manipulation using eclipse plugin(Help regarding image manipulation using eclipse plugin)
Help regarding image manipulation using eclipse plugin [message #773814] Mon, 02 January 2012 16:01
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 Razz Razz
Previous Topic:rich tooltips/managing colors with FormText
Next Topic:StyledText variable line spacing
Goto Forum:
  


Current Time: Fri Apr 26 21:52:37 GMT 2024

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

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

Back to the top