the issue in general is that a Tooltip needs to be attached to a qooxdoo
widget, but the cells of a table are not widgets. They are HTML that is
rendered on the fly. That is how you get speed in the table. If the table
was made up of actual widgets, can you imagine the system resources that
would need to be managed and how slow it would be? I once wrote a table,
similar to the qooxdoo table, that was created out of basic Javascript
objects and it was fine up to about 150 cells, but as you added more rows or
more columns it got so slow it was horrible. That is why I went looking for
another solution and found qooxdoo.
You may not be able to attach a Tooltip to a cell, but you might try
attaching it to the table, then before the tooltip gets displayed determine
what cell the cursor is over and using a lookup array, stuff the correct
information into the Tooltip. It might be a little kludgy, but it might
work.

Jim


On Tue, May 13, 2008 at 8:33 AM, thron7 <[EMAIL PROTECTED]>
wrote:

> Kuddel,
>
> > there is no issue with qx.ui.popup.ToolTip! The issue is, that I was
> unable to
> > implement a cellrenderer that is using it ;)
> >
>
> Yeah, so there *is* an issue :). That was exactly my question: How did
> you try to implement it, and how did it "not work" (error messages,
> nothing happening, ...)?!
>
> Thomas
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-- 
Jim Hunter

DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to