[qooxdoo-devel] Reminder: memory leaks in 0.7.3

2008-02-07 Thread Hugh Gibson
Just a reminder that 0.7.3 suffers from a severe problem in that references to disposed ui widgets in the theme system are never cleared, so the browser can't reclaim memory. See http://bugzilla.qooxdoo.org/show_bug.cgi?id=764 for discussion and a patch which fixes the problem. All serious qooxd

Re: [qooxdoo-devel] remove and destroy

2008-02-07 Thread Hugh Gibson
Firstly, if you are using 0.7.3 there is a patch in http://bugzilla.qooxdoo.org/show_bug.cgi?id=764 which you *must* apply as there is a design fault in the new theme system which means that any themed qooxdoo objects will not be freed by the browser. This will apply even if you aren't disposing a

[qooxdoo-devel] How to add subfolder under example in Demo Browser left tree?

2008-02-07 Thread kanugula
Hello, How can I add a sub folder let's say "atoms" under example folder in left tree in Demo Browser? I looked at gendata.py code, I don't know anything about it. . for category in [ "example", "test", "performance" ]: . Can somebody thow

Re: [qooxdoo-devel] [0.8] qooxdoo online demo section

2008-02-07 Thread Jim Hunter
The first thing I notice is that the API Viewer seems to be much faster then previous viewers! This is great news and gives me a lot to look forward to in the coming months. Jim On Feb 7, 2008 10:02 AM, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Hi all! > > Just a small note for all 0.8 inte

[qooxdoo-devel] [0.8] qooxdoo online demo section

2008-02-07 Thread Sebastian Werner
Hi all! Just a small note for all 0.8 interested guys on this list. The demo section was updated again to reflect all the structural modifications in preparation for further 0.8 development. For an impression of these changes, please have a look at the API viewer at: http://api.qooxdoo.org/dev

[qooxdoo-devel] Events in qooxdoo 0.8

2008-02-07 Thread Fabian Jakobs
Hi, here you can find some information about the new event layer in qooxdoo 0.8: Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahle

Re: [qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-07 Thread Dan Trif
Hi Alex, I used this code: var tableModel = new qx.ui.table.model.Simple(); var table = new qx.ui.table.Table(tableModel); table.getSelectionModel().addEventListener("changeSelection", function(evt){ var index = table.getSelectionModel().getLeadSelectionIndex(); selectedValue = tableModel.

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Stéphane ERARD
Can you be more verbose on your concrete case ? What do you mean by a tag ? Would it be marked in the documentation (like Java and annotations AFAIK ) ? Regards 2008/2/7, Philippe Poulard <[EMAIL PROTECTED]>: > > Stéphane ERARD a écrit : > > Hi, > > > > On which side would you like to use Reflec

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Philippe Poulard
Stéphane ERARD a écrit : > Hi, > > On which side would you like to use Reflection ? > > On client-side ? Yes. I don't know if qooxdoo have reflection capabilities, > but if it has, well, why not =) I don't neither know if it's possible in Javascript and Qooxdoo. > Anyway, if we use Reflectio

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Stéphane ERARD
Hi, On which side would you like to use Reflection ? On client-side ? I don't know if qooxdoo have reflection capabilities, but if it has, well, why not =) Anyway, if we use Reflection, this is for some means, and these means then should be abstracted to make working classes cleaner (just things

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Philippe Poulard
Stéphane ERARD a écrit : > Hi, > > I just would like to say my thoughts: > on large, big applications (supposing qooxdoo is meant to build strong, > big applications), > we developers need to be able to specialize anything needed when needed. ...for the most demanding :) > If we build things ac

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Siarhei Barysiuk
On Feb 7, 2008 5:27 PM, Philippe Poulard <[EMAIL PROTECTED]> wrote: > Siarhei Barysiuk a écrit : > > Hello Phillippe, > > > > May be you're right that it's handier to build UI from XML on client > > side but it's > > quite hard to support this kind of builder and it's very limited way > > (read slo

Re: [qooxdoo-devel] remove and destroy

2008-02-07 Thread Tobias Koller (GERMO GmbH)
I guess I need some basic information for my destructor-knowledge ;) 1. Do I only need to dispose the member-variables inside my constructor? (this-variables)? Or do I need to dispose other objects inside my class which were created inside some methods and which are no member-vars? 2.

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Philippe Poulard
Siarhei Barysiuk a écrit : > Hello Phillippe, > > May be you're right that it's handier to build UI from XML on client > side but it's > quite hard to support this kind of builder and it's very limited way > (read slow). you're right > I don't believe that it's possible to create application tha

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Stéphane ERARD
Hi, I just would like to say my thoughts: on large, big applications (supposing qooxdoo is meant to build strong, big applications), we developers need to be able to specialize anything needed when needed. If we build things accordingly to datas, and only datas, in production I believe this is bad

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Siarhei Barysiuk
Hello Phillippe, May be you're right that it's handier to build UI from XML on client side but it's quite hard to support this kind of builder and it's very limited way (read slow). I don't believe that it's possible to create application that will build UI only from XML, I mean serious applicatio

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Leander Hanwald
Hi, As far as I know the class is not really maintained at the moment, only portet to the current running version. Demo code is available at the demo browser: http://demo.qooxdoo.org/current/demobrowser/#test~Builder_1.html See Builder examples 1-4 Greetings, Leander Philippe Poulard schrieb:

[qooxdoo-devel] XML GUI builder

2008-02-07 Thread Philippe Poulard
Hi all, I find extremely valuable the ability to build a UI from XML : http://demo.qooxdoo.org/current/apiviewer/#qx.util.GuiBuilder I know there is a tool named qxTransformer that is intended to do a similar job, but the GUI builder seems more adequate since it can build a UI dynamically clien

Re: [qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-07 Thread Alex Back
Hi Dan, Dan Trif wrote: > On the listener I get a value from the currently selected row and do > other things ... > > Using qooxdoo version 0.7.2 everythingh worked fine but when I switched > to 0.7.3 I found out that the method > removeRows(Integer |startIndex|, Integer |howMany|) from > qx.ui.ta

Re: [qooxdoo-devel] Filtered table model incompatibility

2008-02-07 Thread Jan Babiak
Hugh Gibson wrote: I don't consider this a bug, whole class should be reworked. Sounds like it is a "mega-bug" rather than just a "bug". It should certainly be reported anyway. http://bugzilla.qooxdoo.org/show_bug.cgi?id=790 ---

Re: [qooxdoo-devel] Permission denied to call method XMLHttpRequest.open

2008-02-07 Thread Helder Magalhães
Derrell Lipman wrote: > > Whenever you attempt to work with multiple ports or servers, you're > asking for trouble. > Derrel is right. Using different ports will force you to use «special tricks»... The proxy approach seems allot more cleaner and likely to work better in the future (browser's