Part of the problem is that working with native windows is difficult, especially for tooltips and popups. AWT does not allow you to get mouse events outside of the window, so you need to use some elaborate focus-based hacks to get it to work. It would also make using features like decorators difficult or impossible. G
----- Reply message ----- From: "lello" <[email protected]> Date: Fri, Feb 4, 2011 4:03 am Subject: tooltip not in main window To: <[email protected]> I tried a quick hack, but it didn't work as it should. The problem I found is that you have to add mouseListeners to the display or the tooltip won't close, when you move out of the tooltip. But I don't really know the internal API of Pivot, and there might be a better solution. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/tooltip-not-in-main-window-tp2396170p2423576.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
