Hey Zhimin,

2008/12/19 zhimin song <[email protected]>:
> hi, all
>
> Does TableView really support of setToolTip()?
> It looks does not work. really?
> I just want to show different information when mouse pointer on different
> part of each item using tool tip like gmail inbox items.

This is indeed not supported. The underlying ExtJS component does not
provide direct support for this, but it should be possible to display
tooltips using a custom renderer. Unfortunately, there is no support
for extra data in the ExtJS model classes, so this is not really
practical when you want to display a tooltip that is unique for each
cell.

WTableView does have support for tooltips, read from the data model
(ToolTipRole).

Regards,
koen

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to