Yes, I have. Unfortunately I have to use column widths from a database 
and the width of the table is taken from the screen. Thanks to qooxdoo's 
excellent components it automatically adds the scrollbars to it. Less 
excellent is how users get confused when thats not the case. They assume 
they click on rows instead of cells.

So I'll be writing the code for my case and maybe u can see some patches to.

Regards,
Martijn

Derrell Lipman wrote:
> On Thu, May 28, 2009 at 8:23 AM, Martijn Evers 
> <[email protected] <mailto:[email protected]>> 
> wrote:
>
>     Hi all,
>
>     Is it possible to listen to rowClick events instead of cellClick
>     events
>     from the Table without too much trouble? Because the way I use the
>     table
>     leaves in some cases a part blank (where no cells are). This leads to
>     unexpected behavior from the users point of view when the cells
>     fill 50%
>     of the width of the table. 
>
>
>     I've looked at it and it seems not. Add those events value to the
>     table
>     (in general), or shall I subclass "qx.ui.table.pane.Scroller" and
>     "qx.ui.table.Table" to provide my own implementation?
>
>
> I don't recall that there are any row cell events, so you'd have to 
> implement those yourself. Have you considered, though, using the 
> Resize table column model, so that you are never left with a cells 
> that fill only 50% of the width of the table?
>
> Derrell
>  
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
> is a gathering of tech-side developers & brand creativity professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, & 
> iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
> Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
> ------------------------------------------------------------------------
>
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>   


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to