Re: [qooxdoo-devel] How to put an image into a Table?

2007-02-28 Thread Hugh Gibson
> The only thing I found is : IconDataCellRenderer but how can I define > the icon for this cell? Check out the documentation for IconDataCellRenderer._identifyImage. You derive a class from IconDataCellRenderer and override _identifyImage, returning the image details as defined. For example, w

Re: [qooxdoo-devel] missing "am" and "pm" in translation?

2007-02-28 Thread Fabian Jakobs
Hi Derrell, > The translations for "am" and "pm" appear to be missing, and I can't for the > life of me, figure out where to put them. The attached shell archive > containing a very slight modification to the standard skeleton demonstrates > the problem. The button execute event now looks like th

[qooxdoo-devel] Performance influence of the new OO system in 0.7

2007-02-28 Thread Dietrich Streifert
Hello List has anyone tested the performance impact of the new OO system in 0.7? As I remember correctly one of the goals was to improve performance of the property system which seems to be rewritten from the ground. Thank you for your comments. Best regards.. -- Mit freundlichen Grüßen Diet

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-28 Thread Jim Hunter
First, yes, all objects that decend from qx.core.Object will get the new property. That is why I am doing it, to add a property to all objects so that I can have access to it. For subclassed classes that subclass from a class with mixins, those classes should also inherit the mixin items. From pre

Re: [qooxdoo-devel] Gecko browsers: zoom

2007-02-28 Thread Hugh Gibson
> Maybe we respect this in the new layout engine (planned for qooxdoo > 0.8). The other issue with this is the lack of proper base font definitions. See http://www.nabble.com/Changing-font-size-for-accessibility-t2467038.html Hugh --

Re: [qooxdoo-devel] Memory leak

2007-02-28 Thread Hugh Gibson
> The Label never gets garbage-collected. What browser are you using? If IE, minimize it and see if the memory drops again. If FF, you might just have to live with it (it seems to top out at about 250 MB). Hugh - Take Surv

Re: [qooxdoo-devel] Stability time frame?

2007-02-28 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: > Recently, I expect that only those on the lunatic fringe have felt comfortable > updating from trunk, due to the massive changes in progress. Is there any > estimate on when it is expected that trunk will calm down enough that the > adventurous (but not lunatic) among

Re: [qooxdoo-devel] Tool for creating qooxdoo windows

2007-02-28 Thread Fabian Jakobs
Hello Fabio, > I've started to convert a Visual Basic 6 project into a qooxdoo project. > Using qooxdoo UI i see it's very simple to create windows with controls that > looks very similar to VB. > For this reason i've started creating a tool for automatically convert VB > forms in javascript code (

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-28 Thread Dietrich Streifert
Hi Fabian will all subclasses derived from a superclass which has a mixin inherit the mixed in attributes? So in the example below: will all classes which are derived from qx.core.Object inherit the property mID? If a conflict exists eg. there is already a property named myID defined in th

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-28 Thread Jim Hunter
OK, I understand. BTW- It works great Thanks, Jim On 2/28/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: It not mentioned in the documentation because we want to announce this specially. It is the super-duper special feature and maybe the nicest way ever seen in JavaScript to extend exis

[qooxdoo-devel] How to put an image into a Table?

2007-02-28 Thread Tobias Koller (GERMO GmbH)
Hello, i need to put an image into a Table-cell. Is it possible? The only thing I found is : IconDataCellRenderer but how can I define the icon for this cell? Thanks Tobias - Take Surveys. Earn Cash. Influence th

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-28 Thread Sebastian Werner
It not mentioned in the documentation because we want to announce this specially. It is the super-duper special feature and maybe the nicest way ever seen in JavaScript to extend existing classes. ;) Documentation for pre-release code is generally not always up-to-date nor existing. We are w

Re: [qooxdoo-devel] Memory leak

2007-02-28 Thread Sebastian Werner
What should be disconnect? Are you sure there is no javascript error because of a missing function (maybe dispose not get executed at all). Why do you think that it is not garbage collected? To use a widget just for calculating text is to much overhead. One optimization would be to use just

Re: [qooxdoo-devel] Gecko browsers: zoom

2007-02-28 Thread Sebastian Werner
Completely correct. I have never understand why gecko based browser don't use the zoom for all objects, like seen in IE7 and Opera. Because of this I am not sure, if we really need a special gecko support here, as this already works well in the mentioned browsers. Sebastian Am 28.02.2007

[qooxdoo-devel] missing "am" and "pm" in translation?

2007-02-28 Thread Derrell . Lipman
The translations for "am" and "pm" appear to be missing, and I can't for the life of me, figure out where to put them. The attached shell archive containing a very slight modification to the standard skeleton demonstrates the problem. The button execute event now looks like this: // Add an eve

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-28 Thread Jim Hunter
Your code works with one exception, you have to put quotes around the property names, and with the include function there are no quotes (you have a trailing quote so it was up to me to see if you were missing a leading quote or if that quote was extra) :) I spent about an hour trying to figure o

[qooxdoo-devel] QooxDootNET Screenshots and new demo

2007-02-28 Thread Jerónimo Milea
Well i have published some screenshots showing the GUI editing capabilities of the framework and a new demo showing a tree with all the widgets that are mapped to the framework, you can see the screenshots at: http://aspnetriaen.blogspot.com and the demo at: http://qx.celtasoft.com.ar -- Voi

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-28 Thread Jim Hunter
Excellent, thanks. I had seen this way but thought it was like doing extra code but it's only a couple of lines more then any other way I can think of so I will give this method a go. Thanks, Jim On 2/27/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: Hello Jim > With the new Clazz way of doing

[qooxdoo-devel] Memory leak

2007-02-28 Thread Peter Helfer
I am using this function to calculate the width that a string will occupy when displayed: qx.Class.strDisplayWidth = function (str) { var lbl = new qx.ui.basic.Label(str); var width = lbl.getPreferredBoxWidth(); lbl.disconnect(); lbl.dispose(); return width; } The Label never gets

Re: [qooxdoo-devel] Gecko browsers: zoom

2007-02-28 Thread Jim Hunter
To the best of my knowledge, the zoom feature is just for text, not for objects. Even in a standard web page, if you have a DIV with an absolute size, that DIV does not grow. Only the text gets larger which can get quite ugly. So in order for a qooxdoo object to grow it would have to have a scalab

Re: [qooxdoo-devel] Gecko browsers: zoom

2007-02-28 Thread Sebastian Werner
Maybe we respect this in the new layout engine (planned for qooxdoo 0.8). Currently there is no event fired by the browser regarding zoom changes. The only possibility to support this is to check the sizing of a special node based on a always active interval (maybe a bit too much overhead).

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Sebastian Werner
Hi Marco, perfect. Maybe some old files where laying around - especially old classes. I really don't know what exactly. The cache files normally should be ignored between version updates. Generally a "make distclean" is a good idea between each modification of the framework behind e.g. bet

Re: [qooxdoo-devel] Tool for creating qooxdoo windows

2007-02-28 Thread Jerónimo Milea
Hi Fabio, > I've started to convert a Visual Basic 6 project into a qooxdoo project. > Using qooxdoo UI i see it's very simple to create windows with controls > that looks very similar to VB. > For this reason i've started creating a tool for automatically convert VB > forms in javascript code (ob

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Marco Pedrosa
Hi Guys, I executed 'make distclean' and ran the 'find' command, but it didn't report anything. Interestingly, after the 'make distclean' I executed a 'make build' again, and afterwards all of the applications appeared to work again. Could it be that artifacts from a previous 'make build' were co

[qooxdoo-devel] patch for tooltip support in gallerylist

2007-02-28 Thread Priebe, Jason
It seems that long ago (early 2006), you could use tooltips in GalleryList, and you could handle the beforeToolTipAppear event and change the tooltip depending on which item the user was hovering over. That seemed to go away some time during 2006 for both Gallery and GalleryList. Gallery is a bug

[qooxdoo-devel] Gecko browsers: zoom

2007-02-28 Thread David M
When using the zoom feature of Gecko browsers (e.g. Moz1.7 and FF2.0) the widgets do not scale with the text. E.g. open the API viewer and press Ctrl + twice to enlarge the text. The tree view on the left becomes very jumbled. This is unacceptableas it breaks one of the key features of the Geck

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Sebastian Werner
That is definitely interesting. I have just downloaded the sdks again from sourceforge and tried it myself. And both, the zip and the tar archive seem to work. There is even no reference to qx.sys. You log looks good, too. I really don't know what goes wrong. Do you have replaced the directo

[qooxdoo-devel] Stability time frame?

2007-02-28 Thread Derrell . Lipman
Recently, I expect that only those on the lunatic fringe have felt comfortable updating from trunk, due to the massive changes in progress. Is there any estimate on when it is expected that trunk will calm down enough that the adventurous (but not lunatic) among us can feel comfortable doing an "s

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Marco Pedrosa
Hi Guys, I'm experiencing a similar problem with the 0.6.5 sdk distribution I just downloaded when I build the applications without any modification. I've updated cygwin to have all the packages that are necessary as per the instructions on the web site. After doing a 'make build' in frontend/a

[qooxdoo-devel] Tool for creating qooxdoo windows

2007-02-28 Thread Fabio Mino
I've started to convert a Visual Basic 6 project into a qooxdoo project. Using qooxdoo UI i see it's very simple to create windows with controls that looks very similar to VB. For this reason i've started creating a tool for automatically convert VB forms in javascript code (obviously using qooxdoo

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Jens Lautenbacher
On Mi, 2007-02-28 at 16:30 +0100, Dietrich Streifert wrote: > So what does the dual licensing mean to this point? As I understood > EPL does not include the "replaceable library problem". > Will EPL in this case take precedence over LGPL? Dual licensing means that you are free to choose which one

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Dietrich Streifert
Jens Lautenbacher schrieb: On Mi, 2007-02-28 at 11:54 +0100, Dietrich Streifert wrote: Hi Jens, Thank you for your elaborately answer. So let's get to a practical example: I'm going to develop a web application which uses qooxdoo as UI/AJAX framework and as building system. I'm creating

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Jens Lautenbacher
On Mi, 2007-02-28 at 11:54 +0100, Dietrich Streifert wrote: > Hi Jens, > > Thank you for your elaborately answer. > > So let's get to a practical example: > > I'm going to develop a web application which uses qooxdoo as UI/AJAX > framework and as building system. I'm creating my own widget/class

[qooxdoo-devel] post form-values to another webpage

2007-02-28 Thread westor
Sorry if this is a dumb question, but i don't know, how to do this: i want to post my input data in my qx.ui.form fields to - lets say - a php script and than open the generated page in browser instead of qooxdoo application. I think, could read my data with getValue() and concat them to a url in

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Hugh Gibson
> This web application > will be sold and deliverd to a customer which installs the web > application on his webservers. The customer will get the web > application as a compiled/optimized/obfuscated JavaScript file (built > by the qooxdoo build system) with additional html files and a backend

Re: [qooxdoo-devel] Updated online demos & API browser to 0.6.6-pre

2007-02-28 Thread Sebastian Werner
Ok, I have modifed the things a bit. The default links are now back to 0.6.5. But you can now take a look at both development versions. These three versions are currently available: * 0.6.5 (also under /current) * 0.6.6-rc1 * 0.7-pre (also under /devel) For 0.6.6-rc1 take a look at: ht

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Dietrich Streifert
Hi simo, simo schrieb: On Wed, 2007-02-28 at 11:54 +0100, Dietrich Streifert wrote: Hi Jens, Thank you for your elaborately answer. So let's get to a practical example: I'm going to develop a web application which uses qooxdoo as UI/AJAX framework and as building system. I'm creating my o

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Hugh Gibson
> Have you hit this problem? > http://qooxdoo.org/documentation/developer_manual/faq Ah, there's my email. Ignore this - it got stuck with my ISP. Hugh - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.n

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread simo
On Wed, 2007-02-28 at 11:54 +0100, Dietrich Streifert wrote: > Hi Jens, > > Thank you for your elaborately answer. > > So let's get to a practical example: > > I'm going to develop a web application which uses qooxdoo as UI/AJAX > framework and as building system. I'm creating my own widget/clas

[qooxdoo-devel] Updated online demos & API browser to 0.6.6-pre

2007-02-28 Thread Sebastian Werner
Hi all! I just want you inform that I have just updated the API browser and demos at demo.qooxdoo.org to the recent 0.6.x development version. Maybe some of you can click through the examples and test them. 0.6.6 is planned as the (maybe first) minor release during the 0.6.x cycle. So there sh

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Dietrich Streifert
Hi Jens, Thank you for your elaborately answer. So let's get to a practical example: I'm going to develop a web application which uses qooxdoo as UI/AJAX framework and as building system. I'm creating my own widget/class hierarchie which inherits from qooxdoo classes. This web application wi

[qooxdoo-devel] Visual effects and animation.

2007-02-28 Thread Sergei Kolomiets
Hi all! Do developers of qooxdoo have plans to realize visual effects and animation? May be somebody have realized fade, appear, puff, drop down and others, as presented at http://wiki.script.aculo.us/scriptaculous/show/CombinationEffects script.aculo.us visual effects ? Thanks Sergei -- Vie

Re: [qooxdoo-devel] qx.io.remote.Rpc error when migrate to 0.7

2007-02-28 Thread Sebastian Werner
Andreas, this is fixed in SVN. Thank you for the info. Sebastian Andreas Junghans schrieb: > Sebastian, could you take a look at this? It seems you re-designed > the Json class. The actual error is in line 374 in Json.js: > > if (qx.lang.Object.select(qx.core.Setting.get > ("qx.jsonEncodeUn

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Fabio Mino
Hi Dietrich, i'm happy to know i'm not alone :) I did a research on forum topics but i didn't find a specific talk on this. For example i found something here http://sourceforge.net/mailarchive/message.php?msg_id=15254465 - start cite - "...If so many (potential) developers out ther u

Re: [qooxdoo-devel] qx.io.remote.Rpc error when migrate to 0.7

2007-02-28 Thread Andreas Junghans
Sebastian, could you take a look at this? It seems you re-designed the Json class. The actual error is in line 374 in Json.js: if (qx.lang.Object.select(qx.core.Setting.get ("qx.jsonEncodeUndefined"))) { The select() fails because it receives only one parameter. What's the purpose of the sel

Re: [qooxdoo-devel] qooxdoo license question

2007-02-28 Thread Jens Lautenbacher
On Mi, 2007-02-28 at 01:11 +0100, Fabio Mino wrote: > Hi all, > i downloaded qooxdoo two weeks ago and i'm very impressed: great work > I started using it (i'm trying to convert a Visual Basic project to a web > application), but now i have a doubt: is it possibile to use qooxoo for a > commerci

Re: [qooxdoo-devel] GlobalQueues - Question

2007-02-28 Thread Tobias Koller (GERMO GmbH)
Thanks! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson Gesendet: Mittwoch, 28. Februar 2007 08:40 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] GlobalQueues - Question > could anyone explain me the idea of the g

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Hugh Gibson
> What sort of info can > you supply to help me get my files 'set up correctly'? Have you hit this problem? http://qooxdoo.org/documentation/developer_manual/faq See the complete thread here: http://www.nabble.com/0.6.4-build-problems-t2952388.html Some of the things I did to track down th

Re: [qooxdoo-devel] new builds

2007-02-28 Thread Hugh Gibson
> Is there something in CYGWIN that might be bad or not > configured correctly? The problem is not with my application, it's > more global than that. So what should I be looking for in the build > system or CYGWIN? 0.6.5 added some extra cygwin stuff. I suggest that you have a look at http://qoo

Re: [qooxdoo-devel] GlobalQueues - Question

2007-02-28 Thread Hugh Gibson
> could anyone explain me the idea of the globalQueues > (qx.ui.core.Widget) Have you seen: http://qooxdoo.org/documentation/developer_manual/widget_queues There is also http://qooxdoo.org/documentation/user_manual/widget_queues but that appears to be an older version of the first article, an

Re: [qooxdoo-devel] qx.Settings error when migrate to 0.7

2007-02-28 Thread Fabian Jakobs
frederic schrieb: > Hi, > I've solved my pb but now I have an error with my script when executing > qx.io.Json line 476 : > What was the problem? Was there a bug in the framework? Best Fabian - Take Surveys. Earn Cash. Inf