[qooxdoo-devel] Table Header or Column Color

2007-11-06 Thread Kirk Abbott
Hello All, I am trying to set either the 1) header color for certain columns 2) the column column color for certain columns in the qooxdoo table Does anyone have any sample code to share? Thanks, Kirk. - This SF.net email

Re: [qooxdoo-devel] CheckBox mshtml

2007-11-06 Thread Klaus Ellinger
Sorry... vElement.disabled = true; :-) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Klaus Ellinger Gesendet: Dienstag, 06. November 2007 15:20 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] CheckBox mshtml Hi, I found a l

[qooxdoo-devel] CheckBox mshtml

2007-11-06 Thread Klaus Ellinger
Hi, I found a little Problem with the "qx.ui.form.CheckBox". Disabling the field only works in Firefox. Class: qx.ui.form.InputCheckSymbol Method: _afterAppear : qx.core.Variant.select("qx.client", { "mshtml" : function() { this.base(arguments); var vElement = th

Re: [qooxdoo-devel] qooxdoo-contrib : htmlArea

2007-11-06 Thread Alexander Back
Hi Frederic, frederic schrieb: > Hi Andreas and Alexander, > I followed qooxdoo since version 0.6 and I suggest this framework in my > company and in my personal web develop ; it's a pleasure to work on a very > efficient RIA framework and I will spend time to enhance HtmlArea widget in > near fut

[qooxdoo-devel] Listview Selection issue

2007-11-06 Thread Philipp Wabinski
Hello, a user of my application told that he has a problem with the selection insight some listviews. When clicks onto the first item the third is selected and so on. He tested it with firefox in version 2.0.0.9 and 2.0.0.8. I also tested it in both versions and it works fine for me. Has someb

Re: [qooxdoo-devel] How to efficiently develop with tomcat?

2007-11-06 Thread Charles SALMON
Hello, 1) Instead of making symbolic links to your svn project(s), you should create an SVN checked-out directory in your tomcat project. I am using CVS, so I can not help you on this, but I am sure that an SVN plugin exists for Eclipse. Basically, here is how it works with CVS: - Let's say you ne

Re: [qooxdoo-devel] How to efficiently develop with tomcat?

2007-11-06 Thread Fabian Jakobs
Marcel Ruff schrieb: > Thanks for all your input :-) > >> Hello, >> >> Here is what you should do: >> 1) Install a tomcat server on the same machine you are developping >> your web application >> 2) Install the eclipse tomcat plugin >> (http://www.eclipsetotale.com/tomcatPlugin.html) >> >>

Re: [qooxdoo-devel] Scroolbar not shown even with "auto"

2007-11-06 Thread Fabian Jakobs
Marcel Ruff schrieb: > Hi again, > > i have found a workaround: > > When changing the > "VerticalBoxLayout" to a "VerticalSplitPane" > it renders as expected, > > sorry for the noise, > > best regards > Marcel > > PS: The old approach still might be a bug in qooxdoo? > Yes, there are some glit

Re: [qooxdoo-devel] enable mouse highlighting (was enable mouse selection)

2007-11-06 Thread Fabian Jakobs
Bill Adams schrieb: > I've stopped looking for a way to make TreeVirtual cells selectable for > copying to the clipboard. I believe that my wish to make these cells > selectable is somehow incompatible with qooxdoo. > > Since I already needed a cellClick handler, I added code to copy the > clicked

Re: [qooxdoo-devel] enable mouse selection

2007-11-06 Thread Fabian Jakobs
Bill Adams schrieb: > In even the simplest skeleton application, with a single atom of text, I > cannot select text with the mouse. How do you enable mouse selection on > the document? I particularly need it enabled on the cells of a > TreeVirtual. > > TIA, > Bill > >

Re: [qooxdoo-devel] Inconsistent table cells click event behavior with Firefox

2007-11-06 Thread Fabian Jakobs
Tobias Koller (GERMO GmbH) schrieb: > Hi, > > wouldn't it be better to implement this patch directly into qooxdoo-framework? > > Tobias > > Hi all, I think the way the focus indicator is rendered must be changed to get rid of all these click issues. Right now the focus indicator is a Terminat

Re: [qooxdoo-devel] qooxdoo-contrib : htmlArea

2007-11-06 Thread frederic
Hi Andreas and Alexander, I followed qooxdoo since version 0.6 and I suggest this framework in my company and in my personal web develop ; it's a pleasure to work on a very efficient RIA framework and I will spend time to enhance HtmlArea widget in near future. I am not beginner in Javascript and

Re: [qooxdoo-devel] Basic Two-state Toggle Button

2007-11-06 Thread thron7
I was thinking about the same thing recently, so I would gladly welcome such a widget in the contrib area! =Thomas Damian Grant wrote: > Hi folks, > > I'm a noob to qooxdoo (~1 week now) so forgive me if this is covered > elsewhere. > Was trying to get a button to toggle on and off but the only