[qooxdoo-devel] getTopLevelWidget() has no properties error

2007-08-30 Thread Jim Hunter
Some code that deletes a window from my application is now generating a 'getTopLevelWidget() has no properties' error when I try the following line of code (this code worked 3 days ago but I did an update to the trunk to hopefully fix another bug and now this code is broken): this.getParent().remo

Re: [qooxdoo-devel] JSF and Qooxdoo

2007-08-30 Thread miguel
Hi, I am trying to connect qooxdoo and JSF. I already managed to make several parts of Qooxdoo to become jsf components. I am using the same class hierarchy of qooxdoo to make JSF components. Each component basically has a renderer which writes the javascript for me. At the browser, I just type th

[qooxdoo-devel] Drag&Drop between Table and Tree

2007-08-30 Thread Wolfram Hüsken
Hi, I want to drag rows from a table into folders of a tree. The problem is that not only the EventListener of the node itself is executed but every EventListener "above" the node. Perhaps a little example would be helpful... ## start code ## var MailFolderTree = new qx.ui.tree.Tree("Hide me"

[qooxdoo-devel] browser scrollbar and inlineWidget

2007-08-30 Thread westor
In the demos there is one to embed a widget into normal html page. Similar to the exmaple in html Page I wrote: if (qx.core.Setting.get("qx.isSource")) { qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_DEBUG); } else { qx.log.Logger.RO

[qooxdoo-devel] The right way to report a bug

2007-08-30 Thread Derrell Lipman
I would like to recommend Dioc for "Best bug report of the year" award. :-) This is a perfect example of the RIGHT way to submit a bug report. It does the two things which make it very easy to fix bugs: 1. Succinctly describes exactly how to reproduce the problem. 2. Provides a short code snippe

Re: [qooxdoo-devel] JSF and Qooxdoo

2007-08-30 Thread Siarhei Barysiuk
Hello, I thought about this when I used JSF in my project. I think it's not simple task to write integration JSF and qooxdoo but it would be really great solution for Java developers wihout doubt. There are 2 (AFAIK) ajax extesions for JSF: - ajax4jsf & RichFaces - ICEFces which provide possibilit