Hi Derrell

I've been digging into this some more today. I'm pretty new to web
development, so it's still giving me trouble but I think that I've found a
bug.

I tried the demo below in Firefox & Chrome and it doesn't change the row
height when the mouse over event is fired. It is fired because the font
changes but the row height doesn't.
http://demo.qooxdoo.org/current/demobrowser/#progressive~ProgressiveTable_Mouseover.html

It does work in IE.

Will I raise a bug ticket for this? What details do you need for this? Would
you like me to reply directly within the Forum with the above? Let me know
how you'd like to proceed.

Thanks,
Shane

On 11 September 2011 21:27, Derrell Lipman [via qooxdoo] <
[email protected]> wrote:

> On Sun, Sep 11, 2011 at 16:14, furiouseskimo <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=6781599&i=0>
> > wrote:
>
>> Hi
>>
>> I'm new to Qooxdoo and I find it really great. As someone with experience
>> of
>> windows application programming, it is the first web application tool that
>> I
>> have really enjoyed using.
>>
>
> Hi Shane. Welcome to qooxdoo!
>
>
>> I have a question on the Progressive Table widget though. I am interested
>> in
>> using this widget because I have read that it is possible to render a
>> table
>> with varying row heights.
>>
>> There is an example of this in the demobrowser
>> (
>> http://demo.qooxdoo.org/current/demobrowser/#progressive~ProgressiveTable_VarRowHeight.html
>> )
>> but it seems to be that the varying row heights are driven by the
>> differing
>> sizes of the images.
>>
>> If you move the example to the Playground, where the images are not found,
>> the rows of the table are all the same height. Is there a way to set the
>> row
>> height of each row of the Progressive Table from an array of values or
>> something similar?
>>
>
> In that example, the rows vary in height based on the data that is rendered
> in each row. In particular, the image renderer is specified for column one,
> with this code:
>
> // Tell the row renderer to use an image renderer for column 1 var r = new
> qx.ui.progressive.renderer.table.cell.Image(); rowRenderer.addRenderer(1,
> r);
> It sounds like you'd like varying row heights based on something else. If
> you look at how the cell renderers are implemented, you'll see that each
> cell in a row is passed the height, determined so far by previous cells in
> the row. Any cell renderer can set the height to something larger. See the
> documentation in the shaded area here:
> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.progressive.renderer.table.cell.Abstract
>
> To accomplish your goal, you need simply create a cell renderer that
> selects the minimum row height based on something in the data model.
>
> You might also look at qx.ui.virtual.* to see if something there meets your
> needs. Although I wrote "progressive" and expect it to still be an
> appropriate tool for some applications, many of its benefits are now being
> provided by the much more modern "virtual" infrastructure with data binding.
> (A full replacement for a virtual table, however, has not yet been
> implemented.)
>
> Cheers,
>
> Derrell
>
>
> ------------------------------------------------------------------------------
>
> Using storage to extend the benefits of virtualization and iSCSI
> Virtualization increases hardware utilization and delivers a new level of
> agility. Learn what those decisions are and how to modernize your storage
> and backup environments for virtualization.
> http://www.accelacomm.com/jaw/sfnl/114/51434361/
> _______________________________________________
> qooxdoo-devel mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=6781599&i=1>
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://qooxdoo.678.n2.nabble.com/Varying-row-height-of-a-progressive-table-tp6781588p6781599.html
>  To unsubscribe from Varying row height of a progressive table, click 
> here<http://qooxdoo.678.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=6781588&code=c2hhbmUudGVlaGFuQGdtYWlsLmNvbXw2NzgxNTg4fDE0NDI0ODQ4NjM=>.
>
>


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Varying-row-height-of-a-progressive-table-tp6781588p6783752.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to