Re: [qooxdoo-devel] qx.NET framework (much like eclipse rap)

2007-02-20 Thread Fabian Jakobs
Jerónimo Milea schrieb: > This is a very early version of the framework, its only intended to test > basic functionallity. > > You can get a brief description here: http://aspnetriaen.blogspot.com > > It can be downloaded from here: > http://200.58.116.15/aspnetria_web.zip > Hi Jeronimo, I've l

Re: [qooxdoo-devel] event not supported in subclass, with 0.7 Clazz organization

2007-02-20 Thread Fabian Jakobs
Hi Derrell, > [EMAIL PROTECTED] writes: > > >> I have a test application (based on example/TreeVirtual_3.html) that works >> fine if the tree is instantiated using >> >> tree = new qx.ui.treevirtual.TreeVirtual(headings); >> >> It fails, though, if I subclass TreeVirtual like this: >> >> qx.C

[qooxdoo-devel] qx.NET framework (much like eclipse rap)

2007-02-20 Thread Jerónimo Milea
This is a very early version of the framework, its only intended to test basic functionallity. You can get a brief description here: http://aspnetriaen.blogspot.com It can be downloaded from here: http://200.58.116.15/aspnetria_web.zip -- VoidMain -

Re: [qooxdoo-devel] event not supported in subclass, with 0.7 Clazz organization

2007-02-20 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > I have a test application (based on example/TreeVirtual_3.html) that works > fine if the tree is instantiated using > > tree = new qx.ui.treevirtual.TreeVirtual(headings); > > It fails, though, if I subclass TreeVirtual like this: > > qx.Clazz.define("myclass.widget.t

[qooxdoo-devel] event not supported in subclass, with 0.7 Clazz organization

2007-02-20 Thread Derrell . Lipman
I have a test application (based on example/TreeVirtual_3.html) that works fine if the tree is instantiated using tree = new qx.ui.treevirtual.TreeVirtual(headings); It fails, though, if I subclass TreeVirtual like this: qx.Clazz.define("myclass.widget.tree.Tree", { extend : qx.ui.treevirtua

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread ericson
Not a problem for me, but what about the migration itself, is my new application working in 0.7 PRE still continue to work well with the official 0.7 release ? Thanks Sebastian Sebastian Werner wrote: > > Currently the output uses 2 spaces for indention. You can however > easily search and r

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread Sebastian Werner
Currently the output uses 2 spaces for indention. You can however easily search and replace this in any editor. We will try to make at least this setting configurable until 0.7. Sebastian Am 20.02.2007 um 20:48 schrieb ericson: > > Just a though, if I migrate now with 7.0 PRE , is the code w

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread ericson
Just a though, if I migrate now with 7.0 PRE , is the code will tay compatible with the 0.7 release ? Thanks in advance PS: I'm using this syntax with tabs, if (blabla) { } so i the migration tool works that way, it's ok for me :) Derrell.Lipman wrote: > > In testing the migration from 0.6

Re: [qooxdoo-devel] Firefox memory usage

2007-02-20 Thread Andreas Junghans
Hi Philipp, an additional note: To help with debugging, you can use the following function: function countQooxdooObjects() { var objectCount = 0; for (var key in qx.core.Object._db) { if (qx.core.Object._db[key] != null) { ++objectCount; } } re

Re: [qooxdoo-devel] Firefox memory usage

2007-02-20 Thread Andreas Junghans
Hi Philipp, see inline comments below. Am 20.02.2007 um 17:21 schrieb Philipp Wabinski: >> On 2/18/07, Andreas Junghans <[EMAIL PROTECTED]> wrote: >>> >>> I suppose your problem is that with each data-reload, you're >>> creating >>> new qooxdoo objects but never call dispose() on them? By defa

Re: [qooxdoo-devel] Firefox memory usage

2007-02-20 Thread Philipp Wabinski
Camilo Aguilar-2 wrote: > > > On 2/18/07, Andreas Junghans <[EMAIL PROTECTED]> wrote: >> >> Hi Philipp, >> >> Am 18.02.2007 um 23:47 schrieb Philipp Wabinski: >> >> > I started building a qooxdoo application some months ago. Now I have a >> > complex table with some Icons, links, text data, da

Re: [qooxdoo-devel] migrate to new Clazz structure?

2007-02-20 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: > Sebastian Werner <[EMAIL PROTECTED]> writes: > >> The full migration of qooxdoo is not yet tested or supported. I think there >> are some areas which needs finetuning. A application built upon qooxdoo >> however should work quite good. Hint 1: You can use all includ

Re: [qooxdoo-devel] Set Default Button in Window/Dialog

2007-02-20 Thread Sebastian Werner
Oliver Koch schrieb: > Hi Fokls, > > is there the possibility to set a default button in qooxdoo like in a > MessageBox? Sorry, this is not yet supported. Greetz, Sebastian > > Greetz, > > Oliver Koch > > - > Take Surv

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread Andreas Ecker
Hi, Hugh, great to have that kind of feedback and offering your assistance in helping to make the coding style configurable. :-) > > Sigh, nobody seems to read the official information. :-( > > I did, and have been very worried. Good to know it works. ;-) > > Given that it is possible to au

[qooxdoo-devel] Set Default Button in Window/Dialog

2007-02-20 Thread Oliver Koch
Hi Fokls, is there the possibility to set a default button in qooxdoo like in a MessageBox? Greetz, Oliver Koch - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the c