I've tried your code in Playground - works perfectly! :-\

T.

Grykar wrote:
> Hi
>
> I tryied use example of qx.ui.tooltip.ToolTip from Demo browser. Generally
> it works except example below
>
>       var tt5 = new qx.ui.tooltip.ToolTip("A long label text with
> auto-wrapping. "
>           + "This also may contain rich HTML markup "
>           + "and with a (show) timeout of 50ms.",
>           "icon/32/actions/help-about.png");
>       tt5.setWidth(200);
>       tt5.setRich(true);
>       tt5.setShowTimeout(50);
>       c6.setToolTip(tt5);
>
> I got error message:
> tt5.setRich is not a function
>
> Is it bug or I don't know something ?
>
> Thanks,
>   Karol
>   

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to