Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-07-11 Thread Dietrich Streifert
Hi Stefan, are you shure that tables using RemoteTableModel are not crashing? I had some redrawing problems in IE ( see http://bugzilla.qooxdoo.org/show_bug.cgi?id=317 ) which are not present if the table has metacolumns. Please try setting this to your table: myTable.setMetaColumnCounts([1

[qooxdoo-devel] building qx.js, load contents from server, embed qx

2007-07-11 Thread bohne
hello i have a general question about qooxdoo. I want to use qooxdoo as a gui for php applications. I plan to load dymamicly created qooxdoo gui elements from php scripts using qx.io.remote.Request's. This actually works good. But building a qooxdoo application wit h the qooxdoo build process is

Re: [qooxdoo-devel] IE6 Windows 2000 qx.ui.table.Table problem

2007-07-11 Thread Fa. Linstep, Stefan Volbers
Hello Thomas, hello qx.ui.table.Table maintainers, sadly, the table problem within Windows2000 qooxdoo is still present. Even with the suggested scroll bar modification, IE6 from time to time crashes when hitting the scroll bar; in some cases there is also trouble as soon as I click into my tabl

Re: [qooxdoo-devel] Strange display behavior when displaying menu

2007-07-11 Thread ale
Hi, being a newbie i hope i will be forgiven for any apparent ignorance. That said, i have been tweaking my first app and have hit a snag. I cant trace or explain for that matter why my menu bar is displaced vertically. kindly give me tow out of this mud hole :) -- The only reason

Re: [qooxdoo-devel] absolute path in QOOXDOO_PATH

2007-07-11 Thread Siarhei Barysiuk
Thanks Sebastian! Works fine. Have to change '/cygdrive/d/' to 'file:///d:' in QOOXDOO_URI for Windows. Siarhei Sebastian Werner wrote: > For the source version you can define QOOXDOO_URI, too. Normally > QOOXDOO_URI is "../" + QOOXDOO_PATH. If you define QOOXDOO_URI > yourself this will have

[qooxdoo-devel] Resetting user data

2007-07-11 Thread Ralf Sternberg
Hi, it's sometimes useful to reset user data in order to get rid of unused object references. I currently use code like this: Widget#setUserData( key, undefined ) However, I'm not sure whether this is the correct practice and I'm somehow missing a method like MUserData#resetUserData( St

[qooxdoo-devel] Do --include-without-dependencies and --exclude-without-dependencies work properly?

2007-07-11 Thread Sergei Kolomiets
Hi all! I have problem with single file optimization after change qooxdoo version from 0.6.6 to 0.7.1. In my makefile I use tasks, described bellow: $(CMD_GENERATOR) \ --generate-compiled-script \ --compiled-script-file script /ui/

Re: [qooxdoo-devel] absolute path in QOOXDOO_PATH

2007-07-11 Thread Sebastian Werner
For the source version you can define QOOXDOO_URI, too. Normally QOOXDOO_URI is "../" + QOOXDOO_PATH. If you define QOOXDOO_URI yourself this will have priority over the default value. A simple QOOXDOO_URI = $(QOOXDOO_PATH) should be enough. But as you use cygwin, please remebers that Windows

[qooxdoo-devel] absolute path in QOOXDOO_PATH

2007-07-11 Thread Siarhei Barysiuk
Hello everyone, I played around with settings of application's makefile and noticed that when I used absolute path in QOOXDOO_PATH and did 'make source' and as a result I had js script with incorrect paths. For example I use QOOXDOO_PATH = /cygdrive/d/projects/qxt/qooxdoo-0.7-sdk and in result

Re: [qooxdoo-devel] qooxdoo on The Ajax Experience

2007-07-11 Thread frederic
Hi all, Found on Internet, the qooxdoo session : http://ajaxexperience.techtarget.com/west/html/frameworks.html#qooxdoo - qooxdoo's wide array of widgets and its tool chain can help you to easily develop truly innovative web applications; - About qooxdoo’s benefits, including the ability to creat

[qooxdoo-devel] qooxdoo on The Ajax Experience

2007-07-11 Thread Siarhei Barysiuk
Hello, I saw that on The Ajax Experience conference will be hell a presentation about qooxdoo by Andreas and Derrell. Just want to say that it's great way to do qooxdoo more popular and I hope that you will have large attendance at your session! Hope you will be able to share your presentation

[qooxdoo-devel] A strange behaviour of ComboBoxEx when it displays the drop-down list

2007-07-11 Thread Dioc
Hello, I am using qooxdoo 0.7 and found a problem related to ComboBoxEx. It may display the drop-down list incorrectly. Namely it does not show some items in the list. In my example ComboBoxEx does not display the first three items. It displays those items only when list is scrolled down and up.