Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » o.e.s.widget.ToolTip: shown over dialogs, shown if the associated control is hidden.
o.e.s.widget.ToolTip: shown over dialogs, shown if the associated control is hidden. [message #1728940] Fri, 08 April 2016 14:12
Andriy Golovko is currently offline Andriy GolovkoFriend
Messages: 4
Registered: June 2015
Junior Member
I work with widgets:
* org.eclipse.swt.widgets.ToolTip (tooltip)
* org.eclipse.swt.widgets.Control (control)

Question 1:
If the control is hidden behind a dialog, the tooltip is shown not behind that dialog, but in front of it. Is it possible to influence such behaviour?

Question 2:
If the control is not visible any more (for instance, because of the perspective change), the tooltip is still shown. The dispose is not done for the control, otherwise I could close the tooltip as soon as control is disposed. How would it be possible to close the tooltip in this case?

Question 3 (related):
As solution at least for the "Question 1": is it possible to find out, if the org.eclipse.swt.graphics.Rectangle is visible and not overlapped by any other widget/dialog?
Previous Topic:Create Modeless WizardDialog
Next Topic:Accessibility for rows in Tree with SWT_CHECK style
Goto Forum:
  


Current Time: Tue Mar 19 02:13:31 GMT 2024

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

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

Back to the top