[qooxdoo-devel] qx.ui.tree.* and qx.ui.treefullcontrol.*

2006-11-28 Thread zindel
Hello I'm new to this list, so I'm not sure if I'm correct posting bug (?) and feature request here. If I'm wrong please fell free to point me to the right place :) 1. Bug (?) in qx.,ui.treefullcontrol.* I noticed the following thing. When modifying the property of TreeFolder/Tree I always ge

[qooxdoo-devel] object not readable [object Error] in IE7

2006-11-28 Thread Fatih Tolga Ata
Hi, I am loading an xml file with RemoteRequest. There is no problem in Firefox. But in IE7, I get an error in debug window: --- Object: --- [not readable: [object Error]] Could not dispatch event of type "completed": TypeError - 'name.value' is null or not an object (#-2146823281) The "compl

Re: [qooxdoo-devel] New qooxdoo tutorial

2006-11-28 Thread Sebastian Werner
You can found the tutorial here: http://qooxdoo.org/documentation/tutorials/hello_world Manuel Bender schrieb: > Fabian Jakobs schrieb: > > Hi Fabian, > > can you probably post the link to the wiki/entry? > > Manuel >> Hello, >> >> I have added a small qooxdoo turorial to the wiki. It describe

Re: [qooxdoo-devel] New qooxdoo tutorial

2006-11-28 Thread Manuel Bender
Fabian Jakobs schrieb: Hi Fabian, can you probably post the link to the wiki/entry? Manuel > Hello, > > I have added a small qooxdoo turorial to the wiki. It describes, step by > step, how to set up qooxdoo and build a simple "Hello World" application > using the qooxdoo skeletons. > > It is m

[qooxdoo-devel] New qooxdoo tutorial

2006-11-28 Thread Fabian Jakobs
Hello, I have added a small qooxdoo turorial to the wiki. It describes, step by step, how to set up qooxdoo and build a simple "Hello World" application using the qooxdoo skeletons. It is mainly targeted for newbies who want to start using qooxdoo, but maybe some of you find it also interestin

[qooxdoo-devel] Listview row?

2006-11-28 Thread Andrea Boselli
Hello everyone, I'm new to the list (and juggling with Qooxdoo only since some weeks) but first let me say that you're doing a very good job with the qooxdoo framework... After the compliments, the questions :-) I'm testing the listview widget for an application that I'm (hopefully) going to dev

Re: [qooxdoo-devel] Changes to RemoteRequest in 0.6.2?

2006-11-28 Thread Derrell . Lipman
"Henric Johansson" <[EMAIL PROTECTED]> writes: > We have multiple requests that do the encoding in javascript files (via > encodeURIComponent). Using version 0.6.1 these requests worked fine, > however using 0.6.2 the characters seem ALSO to be escaped when looking > on the server. > > Has there

[qooxdoo-devel] Changes to RemoteRequest in 0.6.2?

2006-11-28 Thread Henric Johansson
Hello List! Just wanted to ask, is ther any changes done to RemoteRequest regarding encoding on the parameters? We could not find any info in the changelogs. We have multiple requests that do the encoding in javascript files (via encodeURIComponent). Using version 0.6.1 these requests worked fi

Re: [qooxdoo-devel] Table widget is broken in online demos

2006-11-28 Thread Fabian Jakobs
Dietrich Streifert schrieb: > Hi this seems to be due to the namespace simplification and qx.constant > removal changes somewhere before rev. 4969 in svn. > Hi Dietrich, You are right. Some removed constants were still in uses und thus set to undefined. Should be fixed now. Best, Fabian --

Re: [qooxdoo-devel] Table widget is broken in online demos

2006-11-28 Thread Fabian Jakobs
Hi Andreas, the table should work again. I've updated the demos. Best Fabian > Hi there, > > the table widget is broken in the demos at demo.qooxdoo.org (At-a- > Glance and table examples and tests). It's hard to describe, just > take a look to see what I mean. > > Regards, > >Andreas > >

Re: [qooxdoo-devel] Table widget is broken in online demos

2006-11-28 Thread Dietrich Streifert
Hi this seems to be due to the namespace simplification and qx.constant removal changes somewhere before rev. 4969 in svn. I've created a bug for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=240 Andreas Junghans schrieb: > Hi there, > > the table widget is broken in the demos at demo.qoo

[qooxdoo-devel] Table widget is broken in online demos

2006-11-28 Thread Andreas Junghans
Hi there, the table widget is broken in the demos at demo.qooxdoo.org (At-a- Glance and table examples and tests). It's hard to describe, just take a look to see what I mean. Regards, Andreas - Take Surveys. Earn Cas

Re: [qooxdoo-devel] how to change Background of a window-Titlebar

2006-11-28 Thread Alex Back
Hi Tobias, the settings of the window-titlebar (and of all other widgets) are defined in the appearance-theme ( qx.theme.appearance.DefaultAppearanceTheme ). Take a look at http://qooxdoo.org/documentation/user_manual/appearance to understand how you can change the different appearances. The appe

[qooxdoo-devel] how to change Background of a window-Titlebar

2006-11-28 Thread Tobias Koller (GERMO GmbH)
Hello, how can i change the background of a window-Titlebar? I want to use a gif instead of the backgroundcolor. Thanks Tobias - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pane

[qooxdoo-devel] Trunk stabelized again

2006-11-28 Thread Fabian Jakobs
Good morning qooxdooers, the trunk should now be (mostly) stable again. We took the opportunity to clean up qooxdoo a but after the release of 0.6.2. - We have added a new event handler. - We have removed many of the string constants that were originally introduced because of performance issue