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
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
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"
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
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
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