Hello,
I have seen the fwt::Widget.onMouseHover slot, I would like to bind this event to a small text box (popup).
I think this would require a Window, but am not sure how to remove the window decorations to show my popup window as a tiptool.
Did anyone do something like that?
Thanks for your answer,
I've got a version like that; the needed properties are
this.alwaysOnTop = true this.showTrim = false this.mode = WindowMode.modeless
Login or Signup to reply.
sarnold Wed 7 Sep 2011
Hello,
I have seen the fwt::Widget.onMouseHover slot, I would like to bind this event to a small text box (popup).
I think this would require a Window, but am not sure how to remove the window decorations to show my popup window as a tiptool.
Did anyone do something like that?
Thanks for your answer,
KevinKelley Wed 7 Sep 2011
I've got a version like that; the needed properties are