tags:

views:

12

answers:

0

Hello, I used the IHyperlinkListener class to implment links on a composite. The linkActivated() was called correctly when I did a mouse click on the Windows OS.

However, when I did a mouse click on SLED11, linkActivated() is not called during the first time. I saw the composite got redrawn and re-positioned. The initial mouse down cursor position sort of becomes the upper right corner position of the composite once it is anchored.

linkActivated() got called the second time when I clicked on the same link.

Is this a known issue or does anybody know any work around for it?

Thanks.