Re: [qooxdoo-devel] Re moteTable fires _loadRowCount() multiple times for very

2008-06-06 Thread Hugh Gibson
Derrell, As you might have gathered I've been very busy as well. I've only just come up for air and had a chance to review checkins and bug changes. Thanks for checking in the fix for 770 to the 0.7.3 branch without me having to create a test application. You will also need to do 775. However,

Re: [qooxdoo-devel] 'make lint': How to add known globals (qooxdoo0.7.x)

2008-06-06 Thread Peter Schneider
Thanks! Perfect reply! I just wonder why I didn't found that option myself ;) Kuddel In the Makefile you can add LINT_ALLOWED_GLOBALS = google othername1 othername2 Works in 0.7.3, at least. -Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-06-06 Thread ckendrick
Thanks, that's great feedback. Taking these out of order... 4) I prefer attributes names that are used in another languages, like java, so: showResizeBar, canClose, canEdit, formatCellValue. Could be: resizable, closable, editable, renderer. It is just a matter of elegance (and it can

Re: [qooxdoo-devel] Is this a bug on IE7 with new tab creating, help!

2008-06-06 Thread hywhy
thanks for your help,Jonathan,of course that I can send you the hole code,can you give me your email? sorry for my poor english .I hope that qooxdoo will more stronger,I like it. -- View this message in context:

Re: [qooxdoo-devel] destruct() question

2008-06-06 Thread Fink, Andreas
Hi, I think I have to jump in this discussion. I've a problem with memory usage of my qooxdoo application too and tried the mentioned hints. If I use the additional options in the make file to show the missing destruct definitions, the only messages I see, come from the framework itself:

Re: [qooxdoo-devel] 'make lint': How to add known globals (qooxdoo0.7.x)

2008-06-06 Thread Helder Magalhães
Bruce Bockius wrote: In the Makefile you can add LINT_ALLOWED_GLOBALS = google othername1 othername2 This is a great tip but... Is it a hack or simply there is no documentation on this option yet? I searched in the Makefile defaults [1] and wasn't able to find it. Regards, Helder

Re: [qooxdoo-devel] destruct() question

2008-06-06 Thread Tobias Koller (GERMO GmbH)
I get the same warnings ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fink, Andreas Gesendet: Freitag, 6. Juni 2008 11:01 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] destruct() question Hi, I think I have to jump in this

Re: [qooxdoo-devel] Error in Selenium User Extension

2008-06-06 Thread thron7
Hi Maria, Thanks for the patch, that was helpful. I've tested the patch also against IE7 and it looked good. I've applied it to qooxdoo-contrib. Thomas Hi, I had a problem using the Selenium user extension for Qooxdoo in IE6. Everytime I used qxClick or qxClickAt I got the error message

[qooxdoo-devel] Exception: Could not evaluate computed style

2008-06-06 Thread Dmitry Pryadkin
Hi All, Why am I getting this Could not evaluate computed style? What are common reasons for that exception? I'm creating my controls with RAP for Eclipse and I can't trace anything down, yet. - Check out the new

Re: [qooxdoo-devel] destruct() question

2008-06-06 Thread thron7
Ah, you guys got us with our pants down :). Yes, these are actually leaks in the framework. I've fixed those from the log output in legacy_0_7_x (but maybe there are more). If you check your applications and come across further 'Missing' entries that pertain to framework classes, do file them

[qooxdoo-devel] Moving a component to another tab of a pagecontrol

2008-06-06 Thread Bart van der Werf
I'm, trying to move some controls from one tab in a pagecontrol to another but i get a this._layoutChanges is null. What is the way to move components from one parent component to another ? greets, Bart - Check out the new

Re: [qooxdoo-devel] Can't turn-off qooxdoo logging in build version

2008-06-06 Thread Alexander Back
Hi Kanugula, the Makefile variable APPLICATION_BUILD_LOG_LEVEL is used to for the setting qx.minLogLevel which controls the log level of the application. Additionally there is the setting qx.logAppender to setup the default log appender. Settings are used to set defaults at the startup of the

Re: [qooxdoo-devel] destruct() question

2008-06-06 Thread Fink, Andreas
Ok, recognized :) here is a patch for qx.ui.table.pane.CellEvent: Index: CellEvent.js === --- CellEvent.js(revision 13880) +++ CellEvent.js(working copy) @@ -112,5 +112,17 @@ } return this._column;

Re: [qooxdoo-devel] destruct() question

2008-06-06 Thread Fink, Andreas
Uhh, seems not to be this easy! Forget the patch! The scroller gets destructed and the table becomes unusable after the CellEvent was fired and disposed. Greetings, Andreas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fink, Andreas Gesendet:

Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-06-06 Thread Guilherme Aiolfi
2008/6/5 ckendrick [EMAIL PROTECTED]: Interesting. Inheritance hierarchy would be trivial for us to display. Overall, I would guess you tend to browse rather than search documentation. SmartClient docs are more oriented toward search, partly because the docs are now approximately 1.2

Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-06-06 Thread Jim Hunter
--Dozens of major enterprise products have been built with SmartClient, each with many many screens, very high data volume, and -- heavily customized UI behaviors. Qooxdoo does not have a comparable portfolio of real-world success stories. What qooxdoo does have are developers like me creating

Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-06-06 Thread Sebastian Werner
Hi Jim, nice post. Would be even nicer if you can make it available under Ohloh as well: http://www.ohloh.net/projects/4413 Currently there is only one review, but I think exactly this type of review may be helpful for other people as well. Greetings, Sebastian Am 06.06.2008 um 21:16

Re: [qooxdoo-devel] ExtJS x qooxdoo x SmartClient

2008-06-06 Thread ckendrick
Jim Hunter-2 wrote: ... creating real world applications (note that I don't mean web sites), that are entirely created using pure Javascript and not augmented HTML web pages. I am a developer, not a web page designer looking for a way to spice up my web site. ... I am able to program in