Why do you want to hide a column from a listview. If you need a invisible data field, just omit the column definition.

Sebastian



Michael Wilson schrieb:
QxListView Column Questions
* In QxListView is it possible to have a zero width column?  I've tried
this and the browser never returns from js execution (bug?).

* How do you set the color of the text in a column of a QxListBox per
column?  Since I can't create a zero width column my next attempt at
hiding the data would be set the text to the backgroundcolor.

Mike

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Lexington Luthor
Sent: Monday, February 27, 2006 1:57 PM
To: [email protected]
Subject: [qooxdoo-devel] Re: minimal qooxdoo

Sebastian Werner wrote:
Possible are many things. For these five or ten percent I not sure, if

it's a good idea to add another dependency to the build-system.

Using gzip on server side compress the script to 30 percent of the original size. I think this is the better way to go.

But you are all free people. Use the compressor you like. :)

Sebastian


I have tried integrating rhino into the qoodxoo build scripts already
(as an option of course), and I can tell you it does not work as it is
now.

qooxdoo uses strings to refer to properties in some parts of the code,
and these no longer match up with their real symbols after compression
which all get turned into something like _1. So using rhino will need
special support in qooxdoo, which frankly is out of the question since
it is too much of a burden on the qoodxoo programmers.

There are many other ways of compressing the code without mangling the
symbols, and if you really need the compression those ways offer you can
implement them fairly easily, but I think that stripping whitespace and
comments + gzipping is pretty good already and hard to beat. qoodxoo
comes in at around 100k which is not much at all. On older systems more
time is spent on decompressing and parsing that is spent in downloading.

Regards,
LL



-------------------------------------------------------
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




-------------------------------------------------------
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=k&kid0944&bid$1720&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
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