[qooxdoo-devel] About web browsers and qooxdoo

2013-11-12 Thread Yordan Estrada
Hello everybody, I have a problem, I am programing in qooxdoo using mozilla, but now when I try to visualize my web application on crome, it shows me a diferent version of my web, why is this happening and can tell me someone how can I solve this problem?? --

[qooxdoo-devel] About destructors in qooxdoo??

2013-11-12 Thread Yordan Estrada
Hello everybody, i have a problem, my application is spending too much memory, that why I try to check my destructors and it seems that destructors are not working correctly, here is an example of one of my destructors. destruct: function(){ console.info("Destruct objectBoxView"); this._disp

[qooxdoo-devel] Poll: Dropping Python 2.5 support for qooxdoo toolchain

2013-11-12 Thread Richard Sternagel
Hi everyone, we're considering to remove support for Python 2.5 and requiring Python 2.6 as minimum Python version for using the qooxdoo toolchain. So here's the question: --- Is there anyone still using Python 2.5, who isn't able to upgrade to at least Python 2.6? Addition

[qooxdoo-devel] Tab page with scroller and embed html (solution)

2013-11-12 Thread Elemer
Hi, I found a solution to the problem of adding embed HTML widgets (of arbitrary length) in a tabview page which scrolls. It works but seems like a kludge. http://tinyurl.com/lh84qf9 Any comments are welcome. Best regards, Elemer. --