hi jules,
I have defined a Tooltip Window and some of my elements have tooltip with long text. when the tooltips appear, they appear inside the parent window and some part of the texts are lost due to parent window bounds.
the only way that I found to show them correctly and the whole text appears on the desktop and not bound to the parent window was to add the the tooltupWindow to the desktop by ->addToDesktop().
but in this case, when the mouse moves over the elements and the tooltip window apears, a blank taskbar’s button comes and goes every time in the window’s taskbar on the bottom of the screen.
is it a bug or there is another way to prevent these window titles to show the taskbar’s button while showing long texts correctly over the pearent window ?