Re: [qooxdoo-devel] qooxdoo checkbox question

2007-08-18 Thread Ferenczi Viktor
Hi! > Can you help me please? > Can I put checkbox into table, treevirtual or listview cell? See the Table1 demo in the demo browser: http://demo.qooxdoo.org/current/demobrowser/ Then take a look at this bug report if you want editable boolean columns: http://bugzilla.qooxdoo.org/show_bug.cgi?id

Re: [qooxdoo-devel] removeAll + dispose

2007-08-18 Thread Ferenczi Viktor
Hi Andreas, > Regarding qooxdoo, your explanations are not quite correct... Yes, you're right. I did a quick test before posting my answer, but I drawn wrong conclusion due to a bug in my test script. Sorry, this is my mistake. I should be more careful next time. > There are some actions that

Re: [qooxdoo-devel] [out of office] qooxdoo-devel Digest, Vol 15, Issue 60

2007-08-18 Thread peter . breuer
Vielen Dank für Ihre Mail. Ich bin vom 06.08.-19.08.2007 im Urlaub. Wenden Sie sich bitte in dieser Zeit an Herrn Sell (<[EMAIL PROTECTED]>) Ihre Mail wird nicht weitergeleitet. Mit besten Gruessen Peter Breuer . Peter Breuer intermatix gmbh oranienstr.6, 109

[qooxdoo-devel] Access one application class instance from another application

2007-08-18 Thread Phaneesh N
Hi All, I am developing my application in 0.7.1. I have two applications classes [set to two qx.embed.IFrame]. I want to call a member method of application 1 from application 2. Here is the code: Application 1: qx.Class.define("com.myapplication.Main", { extend : qx.application.Gui, sta

Re: [qooxdoo-devel] Problem with Qooxdoo Flash Embed object in Internet Explorer

2007-08-18 Thread Vishal Patel
Hi Kiran & Sebastian, I am also facing the same problem, according to Sebastian’s comment I have changed my code as follows, var flexApp = new qx.ui.embed.Flash("Connection.swf"); flexApp.setHtmlAttribute('id', 'Connection'); flexApp.setHtmlAttribute('name', 'Connection'); ... fun

Re: [qooxdoo-devel] removeAll + dispose

2007-08-18 Thread Andreas Junghans
Hi Viktor, Am 17.08.2007 um 03:33 schrieb Ferenczi Viktor: >> will all children's destructors be called when I call method >> "removeAll" >> of the parent-widget? > > The removeAll method is implemented in the Parent class. The > removeAll method > calls the remove method for each child widge

[qooxdoo-devel] OT: Server-side Web Widget Frameworks?

2007-08-18 Thread Philip Weaver
I think it is absolutely retarded that there are so many server-side web frameworks which using templating instead of using component/container models. The best server-side widget framework I even found for Java is j-wings @ http://www.wingsframework.org I've also recently been looking at framework