Excellent information. I knew that it wasn't 'built-in' but I knew that there had to be a way. I have no problem modifying code and adding more functionality. I hope that this is something that gets added to the base code very soon.

Thanks, and thanks for the pointer towards the scriptlets, they look like they will be very usefull.

Jim

On 4/18/06, Benjamin Reitzammer <[EMAIL PROTECTED]> wrote:
Hi,
seems like gmail is messing with my mails to this list. Sorry for the
inconvenience.

Jim Hunter wrote:
> Is it possible to have custom row colors (each row might have a
> different color) in the ListVIew? It is possible for me to set up CSS
> rules ahead of time for each color if there is a way to utilize that for
> the row color as we are only utilizing about 8 different colors. Any
> thoughts or suggestions?

This is not possible without some serious hacking/overriding in the
class QxListViewPane. But it sounds harder than it is. Just take a
look at the class and you'll see where rows are constructed.
You may then use the setHtmlProperty('className' ,
'whateveryourCssClassIsCalled'); method of the QxWidget class to
define css class names to certain list view rows.

Cheers

Benjamin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to