Re: [qooxdoo-devel] How to turn off debug window?

2007-02-19 Thread Hugh Gibson
> how can i shut off the debug window? See http://qooxdoo.org/documentation/user_manual/the_logging_system#some_examples Hugh - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and yo

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

2007-02-19 Thread Hugh Gibson
> Sigh, nobody seems to read the official information. :-( I did, and have been very worried. > Given that it is possible to auto-migrate existing applications with > just a few (if not single) shell command(s) and almost no manual > action like in your quite successful case, I think it's a fa

[qooxdoo-devel] Continuing migration according to proposed OO changes

2007-02-19 Thread Andreas Ecker
Hi, thanks everyone for the feedback we received on the proposed OO features! While we strongly believe the improvements to be crucial for the future development of the framework, we were quite surprised and very happy about the extremely positive feedback from the qooxdoo community. Just excel

[qooxdoo-devel] How to turn off debug window?

2007-02-19 Thread Oliver Koch
Hello friends, how can i shut off the debug window? Greetings, Oliver Koch - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT &

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

2007-02-19 Thread Andreas Ecker
Howdy! [EMAIL PROTECTED] wrote: > In testing the migration from 0.6.5 to 0.7(pre), I had two failures, and some > problems for which I provide suggestions/requests... > > [...] > > Generally, the migration went well. Thanks Derrell for being such an "early bird" ;-) and the news on quite succe

[qooxdoo-devel] Experience with migration to 0.7

2007-02-19 Thread Derrell . Lipman
In testing the migration from 0.6.5 to 0.7(pre), I had two failures, and some problems for which I provide suggestions/requests... Failures (both previously reported): 1. An abstract class that has a singleton pattern for testing was previously able to be used as an abstract class, but the mig

Re: [qooxdoo-devel] Packer : a JavaScript compressor/obfuscator

2007-02-19 Thread Hugh Gibson
> And this each time. In this case it is > better to leave it to real, directly executable JavaScript IMHO. I agree. When applying gzip I'm getting 80% compression of the qooxdoo-compressed script, with a download of just 159k. We have proper cache control in our server, and so the client just

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

2007-02-19 Thread Derrell . Lipman
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 include/exclude > statements during migr

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

2007-02-19 Thread Sebastian Werner
You are cool. :) 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 include/exclude statements during migration, too. Hint 2: You don't n

Re: [qooxdoo-devel] Packer : a JavaScript compressor/obfuscator

2007-02-19 Thread Sebastian Werner
The problem with Dean Edwards packer is that it unpacks using JavaScript and some "eval" magic. I don't think it is a good idea, because it dramatically reduces the load performance of large javascript applications. And this each time. In this case it is better to leave it to real, directly

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

2007-02-19 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > Fabian Jakobs <[EMAIL PROTECTED]> writes: > >> >> tool/generator.py --class-path source/class --migrate-source >> --migration-target 0.7 --include-without-dependencies qx.ui.core.Widget >> --cache-directory .cache > > Thanks. Problems, though. > > I used this in my ske

Re: [qooxdoo-devel] Question about Eclipse RAP

2007-02-19 Thread RĂ¼diger Herrmann
Carlos, there are no silly questions, only silly answers... The RAP project currently does not provide a visual editor and won't do so in the near future. RAP is a server-centric web development framework that integrates Qooxdoo as its client-side JavaScript library. The focus of the project is

Re: [qooxdoo-devel] Firefox memory usage

2007-02-19 Thread Andreas Junghans
Hi Jason, Am 19.02.2007 um 16:27 schrieb Priebe, Jason: > Is there a convenient way to dispose all the objects in this global > object db when the user navigates away from the qooxdoo application's > page? This is already the case. Every object in the DB is disposed on page unload (which is on

Re: [qooxdoo-devel] Firefox memory usage

2007-02-19 Thread Priebe, Jason
Is there a convenient way to dispose all the objects in this global object db when the user navigates away from the qooxdoo application's page? Andreas Junghansn wrote: > I suppose your problem is that with each data-reload, you're > creating > new qooxdoo objects but never call dispose() on

Re: [qooxdoo-devel] Firefox memory usage

2007-02-19 Thread Camilo Aguilar
I have had this problem in firefox a long time. It could be a bug in firefox , I think 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 tabl

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

2007-02-19 Thread Derrell . Lipman
Fabian Jakobs <[EMAIL PROTECTED]> writes: > > tool/generator.py --class-path source/class --migrate-source > --migration-target 0.7 --include-without-dependencies qx.ui.core.Widget > --cache-directory .cache Thanks. Problems, though. I used this in my skeleton-based application directory. It s

Re: [qooxdoo-devel] Packer : a JavaScript compressor/obfuscator

2007-02-19 Thread frederic
Hi Fabian, No idea how to works your function. Packer seems very efficient. "make build" on frontend/application/sample generate a file sample.js of 1004kb. After using Packer on this file, the size becomes 576kb. The demo is not broken ! And after using gzip on this "Packed" file, the size becom

Re: [qooxdoo-devel] Packer : a JavaScript compressor/obfuscator

2007-02-19 Thread Fabian Jakobs
frederic schrieb: > Hello, > You can obfuscate your JS code with this tool : > http://dean.edwards.name/weblog/2006/12/packer-php/ > A Python version seems working, have you planned to integrate this feature > in Qooxdoo ? > The original script is under LGPL > http://creativecommons.org/licenses/LG

Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-02-19 Thread Fabian Jakobs
Hi Hugh, >> To do these optimizations we have added a new concept >> we call variants. If the code above should be removed from the build >> you have to use: >> > > Neat. > > I look forward to including lots of this sort of code in our app to tighten > up on debug testing. > > Nice to he

Re: [qooxdoo-devel] Rendering / GUI updates / flushGlobalQueues

2007-02-19 Thread Fabian Jakobs
Hi Andreas > > BTW, what's the purpose of this fragment in Widget.js: > > > /** > * Flush all global queues > */ > qx.ui.core.Widget.flushGlobalQueues = function() {}; > > qx.ui.core.Widget.flushGlobalQueues = function() > { > > > Is the first (empty) flushGlobalQueues definition just a copy-an

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

2007-02-19 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: > Do the scripts yet exist to migrate to the new 0.7 Clazz structure? I see a > number of converted modules, so I assume so. What command line would I use to > upgrade some 0.6.5 source to the new structure? I'd like to try it out. > > Thanks, > > Derrell > > -

Re: [qooxdoo-devel] qooxdoo, single-page GUIs and page-flow frameworks

2007-02-19 Thread Fabian Jakobs
Rusi Filipov schrieb: > Hello all, > > has anyone experience with integrating qooxdoo into a classical web > application with many pages, that uses a serverside framework like > Struts for the page flow? > > I mean qooxdoo is excellent for building single-page Webapps with its > Layout Managers