#1856 Fwt: Tip of toolBar button

go4 Sun 25 Mar 2012

Tip is a popup windows that show the message when mouse hovers. Does fwt support it?

brian Sun 25 Mar 2012

I don't think we have that yet

go4 Mon 26 Mar 2012

Thanks. Is there any way to do it?

Yuri Strot Mon 26 Mar 2012

I think the right way is to provide a fwt patch to add Widget.tooltip field. This field should delegate to Control.setToolTipText in SWT and use DOM title property in JavaScript.

Login or Signup to reply.