I have a table that needs to have a proress bar in it.  I tried
something like this:

  var pb = new qx.ui.indicator.ProgressBar(50);

var data = [[1,2],[1,pb]];
        tableModel.setData(data);


no luck...

I see there are custom renders for booleans, so it seems like this can
be done in a similar way.  Any ideas?  I've thought about some kind of
layer, but then I'd probably have to track it ot know exactly where to
place it.

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to