[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How can i figure out the size of the mouse cursor?

Thx for help tom.

Regrettably, i have to be compatible with 3.2.. that's the reason for my solo attempt. :-/

I'm not able to make head or tail of the method Display#getCursorSizes(). The Doc says "Returns an array containing the recommended cursor sizes." but i need the current cursors size... :-(

Tom Schindl schrieb:
Display#getCursorSizes()? You know that JFace provides ToolTips out of the box in 3.3?

Tom

Bernd Vogt schrieb:
Hi all,

i'm working on a custom tooltip support for swt trees and tables. Now i need to figure out the size of the mouse cursor to calculate the correct position of the tooltip under the cursor.

How can i figure out the size of the mouse cursor?

Regards,
Bernd