Re: [qooxdoo-devel] How to set Color Theme..

2006-07-07 Thread Sebastian Werner
Christian Boulanger schrieb: > Christian Boulanger schrieb: >> How about changing the appeareance theme? In qooxdoo 0.1, there was a >> "window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one >> default theme. Is that true? >> >> Christian >> > Just looked into themes/appearan

Re: [qooxdoo-devel] Namespaces branch and exceptions

2006-07-07 Thread Sebastian Werner
Mhh, crazy stuff. As "_applyInitialAppearance" is a typical property of QxWidget and is only called in the constructor of QxWidget this basically means that the QxWidget prototype doesn't have any property "_applyInitialAppearance" at the time of instance creation. Another way to produce the er

Re: [qooxdoo-devel] QxLabel setColor

2006-07-07 Thread Sebastian Werner
setColor works perfectly, but gets overwritten by the appearance. This was already discussed some weeks ago on this list. The enable/disable handling controls the color. The only way at this time is to redefine the appearance. See also: http://bugzilla.qooxdoo.org/show_bug.cgi?id=16 You can ev

Re: [qooxdoo-devel] QxLabel setColor

2006-07-07 Thread Jim Hunter
In both cases, I set the color of the parent control. I don't believe that you can set the color of either QxLabel or QxTextField.JimOn 7/7/06, Bob Manc <[EMAIL PROTECTED]> wrote: Can someone at least verify this problem? I can get any text color at all. Not even for a QxTextField. --- On Tue 07/0

Re: [qooxdoo-devel] QxLabel setColor

2006-07-07 Thread Bob Manc
Can someone at least verify this problem? I can get any text color at all. Not even for a QxTextField. --- On Tue 07/04, Bob Manc < [EMAIL PROTECTED] > wrote: From: Bob Manc [mailto: [EMAIL PROTECTED] To: qooxdoo-devel@lists.sourceforge.net Date: Tue, 4 Jul 2006 11:50:41 -0400 (EDT)

[qooxdoo-devel] QxBuilder Problem

2006-07-07 Thread David Wolbrecht
I need help. The QxBuilder() output doesnt show up in QxIframe until I roll mouse over the iframe Basically I am creating a new QxWindow object and Adding it to a "main" QxCanvasLayout     var newWindow = new QxWindow(winHandle);    main.add(newWindow);             newWindow.setMov

Re: [qooxdoo-devel] New Tutorial: Rapid Application Development with PHP QxBuilder and qooxdoo data manager extensios

2006-07-07 Thread Sebastian Werner
This is the well known font-size issue. Try to set the lineHeight and fontSize using setStyleProperty to 0. This should help. Maybe we should add some automatic handling of this to our new layouter. But also the question would be how this would cooperate with the font property of QxWidget. Seb

Re: [qooxdoo-devel] New Tutorial: Rapid Application Development with PHP QxBuilder and qooxdoo data manager extensios

2006-07-07 Thread Christian Boulanger
Hello, As I just realised, there is a problem with my code in MSIE ( I am running 7.053 ). MSIE doesn't seem to correctly execute "this.getSetter()(value)", i.e., this.getSetter() returns a function on which the argument value is applied. I changed the code so now the sample addressbook works

Re: [qooxdoo-devel] ListView Trouble..

2006-07-07 Thread sharmaprateek
:( Thats sad to know... but anyways thanks for clearing up things to me.. thanks a lot.. -- View this message in context: http://www.nabble.com/ListView-Trouble..-tf1904236.html#a5213207 Sent from the qooxdoo-devel forum at Nabble.com. Using Tomcat but need to do more? Need to support web ser

Re: [qooxdoo-devel] Namespaces branch and exceptions

2006-07-07 Thread Lothar Kaiser
Hi Jim, we are having similar problems and appearently they only exist with IE. Firefox (1.5) handles the same code flawlessly. We couldn't yet figure out what causes these errors, but we are guessing that it has something to do with property-modifiers. cheers, Lothar Am Donnerstag, den 06.

Re: [qooxdoo-devel] ListView Trouble..

2006-07-07 Thread Andreas Ecker
Hi, Prateek, seems like being related to the following bugs: http://bugzilla.qooxdoo.org/show_bug.cgi?id=21 http://bugzilla.qooxdoo.org/show_bug.cgi?id=20 A complete solution is non-trivial and involves some major changes to the rendering engine. No time frame yet, sorry, but we plan to tackle