Re: [qooxdoo-devel] this.self

2008-02-11 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Feb 11, 2008 12:25 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > >>> Does anybody know if there is a better way than: >>> var statics = qx.Class.getByName(this.classname) >>> >>> to access the static members/class variables of the "current" (most >>> specialized)

[qooxdoo-devel] Change the options to CellEditor in runtime

2008-02-11 Thread Oscar Restrepo
Good day, I have a similar tableEditor to a example test "Table CellEditor_1" with this data: var tableData2 = [ [ 'referencia', 'Nombre', '', {'options': this.rowDataProc }], [ 'cantidad', 'Cantidad', ''] ]; The frist row have any options in the var list "

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

2008-02-11 Thread kanugula
Thanks for your reply guys. I just want to re-format my sentence. Aplogies for my spell error. I am not looking for deeper and dynamic heirarchies. At the most I will go for 2 more nodes under example. You think there is a shortcut. It is even OK if I get atleast 1 more node under example. As

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

2008-02-11 Thread thron7
kanugula wrote: > 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" ]: > .

Re: [qooxdoo-devel] Trunk does not build.

2008-02-11 Thread Marco LOMBARDO
yes sorry this was my first bug submitted. BTW combo are not working on trunk. See Showcase, r11720 Probably I should wait in the same way some more commits. Regards, Mar On Feb 11, 2008 6:45 PM, thron7 <[EMAIL PROTECTED]> wrote: > Marco, > > thanks for the hint. The trunk may be instable interm

[qooxdoo-devel] qooxdoo application online: Bibliograph Online Reference Management (1.0Beta1)

2008-02-11 Thread Christian Boulanger
Hello, I have put online the first Beta of my bibliography application Bibliograph for my university department: http://rsoz.rewi.hu-berlin.de/~baer/bibliograph/frontend/build/ You can see only 20% of what it is capable of, the rest is only accessible after a login. It is built with qooxdoo 0.

Re: [qooxdoo-devel] Trunk does not build.

2008-02-11 Thread thron7
Marco, thanks for the hint. The trunk may be instable intermittently, and you might have hit such a version. I tried it just now and the 'make' worked fine (using r11720). If you spot an issue, it is always helpful if you include the SVN revision number in your report. Sometimes the issue is g

Re: [qooxdoo-devel] this.self

2008-02-11 Thread thron7
Gaetan de Menten wrote: > Could anybody comment on this? > > On Dec 6, 2007 12:33 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > >> Hi list, >> >> Does anybody know if there is a better way than: >> var statics = qx.Class.getByName(this.classname) >> >> to access the static members/class vari

Re: [qooxdoo-devel] qx.ui.table.cellrender.Html ??

2008-02-11 Thread Hugh Gibson
> There isn't one, but I suspect all you need to do is extend > qx.ui.table.cellrenderer.Default and override _getContentHtml with > this: I was going to add that we also had to work with updateDataCellElement but I can't find any references to this in the code anymore. The only place it occurs i

Re: [qooxdoo-devel] Themed values and widget disposal (Was: removeand destroy)

2008-02-11 Thread Hugh Gibson
> I modified the original Object.js-file to test the applied patch > (Bugzilla BugNr: 764) but this didn't solve my problem. Did you also change the value manager? See http://bugzilla.qooxdoo.org/show_bug.cgi?id=764#c3 Also, check out the getNewObject code that's kicking around - it's in SVN now

Re: [qooxdoo-devel] qx.ui.table.cellrender.Html ??

2008-02-11 Thread Derrell Lipman
On Feb 11, 2008 11:46 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote: > did you (or someone else) ever implement this "qx.ui.table.cellrender.Html " > cellrenderer? There isn't one, but I suspect all you need to do is extend qx.ui.table.cellrenderer.Default and override _getContentHtml w

[qooxdoo-devel] qx.ui.table.cellrender.Html ??

2008-02-11 Thread Tobias Koller (GERMO GmbH)
Hi Fabian, did you (or someone else) ever implement this "qx.ui.table.cellrender.Html " cellrenderer? Thanks Tobias Fabian Jakobs wrote: > Dirk Wellmann schrieb: > >> Hi Deepakraj, >> >> sorry for coming back late, but I was very busy the past days. >> >> Just take a closer look at t

Re: [qooxdoo-devel] Themed values and widget disposal (Was: removeand destroy)

2008-02-11 Thread Tobias Koller (GERMO GmbH)
Hi fabian, you are right! When I minimize my browser much of the memory is free again. Thanks a lot!! Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs Gesendet: Montag, 11. Februar 2008 17:18 An: qooxdoo Development Be

Re: [qooxdoo-devel] this.self

2008-02-11 Thread Helder Magalhães
Gaetan de Menten wrote: > >> Does anybody know if there is a better way than: >> var statics = qx.Class.getByName(this.classname) >> to access the static members/class variables of the "current" (most >> specialized) class from one of its parent class? > Static variables should be typically ac

Re: [qooxdoo-devel] Themed values and widget disposal (Was: removeand destroy)

2008-02-11 Thread Tobias Koller (GERMO GmbH)
Hi, I modified the original Object.js-file to test the applied patch (Bugzilla BugNr: 764) but this didn't solve my problem. IE's memory still increases every time I click change my layout (this layout has nothing to do with the appearance,etc. it's my own class to arrange 3 widgets on my page)

Re: [qooxdoo-devel] Themed values and widget disposal (Was: removeand destroy)

2008-02-11 Thread Fabian Jakobs
Hi Tobias, I think you have run into common browser issue: Disposing an object does not mean that the browser's garbage collector (GC) immediately frees the object's memory. Garbage Collector runs are usually very infrequently and hard to predict. The only way to force a GC run I know of is to

[qooxdoo-devel] Trunk does not build.

2008-02-11 Thread Marco LOMBARDO
[EMAIL PROTECTED] frontend]$ make [.. snip ..] * Resolving dependencies: ..Could not parse file qx.util.fsm.__init__ Generally this means that there is a syntactial problem with your source-code. Please omit the usage of nested comments like '/* foo /* bar */'. make[2]: *** [e

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-11 Thread Derrell Lipman
On Mon, 11 Feb 2008 14:48 + (GMT Standard Time), Hugh Gibson <[EMAIL PROTECTED]> wrote: > > Interesting. No one has ever requested that before. Please add a > > ticket with your recommendation on how one would specify the > > position > > (put this child at position 3; put this child before/a

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-11 Thread Hugh Gibson
> Interesting. No one has ever requested that before. Please add a > ticket with your recommendation on how one would specify the > position > (put this child at position 3; put this child before/after child X; > etc.) and when I get a chance, I'll try to add that functionality. OK. Looking at

[qooxdoo-devel] Timer as a Instance Variable - getUiReady error

2008-02-11 Thread S, Mohamed Raffi (Mohamed)
Hi, On click of a button, I want to start a process at the server and use a Timer to do a periodical retrieval of the console output from the server for that process till the end of the output. I declared a timer as an instance variable, initialized in the constructor, and associated an "interv

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-11 Thread Fabian Jakobs
Hugh Gibson schrieb: >> The best way to solve this is to use themes. I can think of two >> possible ways: >> >> 1. Add another entry to the appearance theme and set the appearance >> property of the tree folders you want to highlight to the new theme >> id: >> 2. Introduce a new state for tree f

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-11 Thread Derrell Lipman
On Mon, 11 Feb 2008 11:13 + (GMT Standard Time), Hugh Gibson <[EMAIL PROTECTED]> wrote: > OK, I took a quick look and quickly hit a problem: how do I add a branch > or leaf out of order? Interesting. No one has ever requested that before. Please add a ticket with your recommendation on how o

Re: [qooxdoo-devel] Themed values and widget disposal (Was: remove and destroy)

2008-02-11 Thread Hugh Gibson
> thanks for your memory leak investigations. I have taken a closer > look at the issue, when disposed objects remain in the Color-, > Border-, or Fontmanager. Sebastian suggested to just call the value > manager's connect method with a "null" value in the widget dispose > method. Since "null"

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-11 Thread Hugh Gibson
> The best way to solve this is to use themes. I can think of two > possible ways: > > 1. Add another entry to the appearance theme and set the appearance > property of the tree folders you want to highlight to the new theme > id: > 2. Introduce a new state for tree folder and overwrite the exi

Re: [qooxdoo-devel] this.self

2008-02-11 Thread Gaetan de Menten
On Feb 11, 2008 12:25 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > > Does anybody know if there is a better way than: > > var statics = qx.Class.getByName(this.classname) > > > > to access the static members/class variables of the "current" (most > > specialized) class from one of its parent cl

Re: [qooxdoo-devel] Defaults themes for text-field: transparent background VS inherited background?

2008-02-11 Thread Fabian Jakobs
Hi Gaetan, > Any thoughts on this patch/reasoning behind why it is so? > > On Dec 10, 2007 11:44 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > >> Hi there, >> >> I wonder why in the default themes, the background of the text-field >> parts (included in other widgets) is explicitly set to "tr

Re: [qooxdoo-devel] this.self

2008-02-11 Thread Fabian Jakobs
Hi Gaetan, > Does anybody know if there is a better way than: > var statics = qx.Class.getByName(this.classname) > > to access the static members/class variables of the "current" (most > specialized) class from one of its parent class? > I think this is the best way to do it. > this.self(argume

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in

2008-02-11 Thread Hugh Gibson
> > The difference in your "special algorithms" will likely be in > > working > > with the data in the data model rather than from within the tree > > widget, but I think you'll find the same capabilities are > > available. > > I suspect you'll find it much easier than you're currently > > envis

Re: [qooxdoo-devel] Defaults themes for text-field: transparent background VS inherited background?

2008-02-11 Thread Gaetan de Menten
Any thoughts on this patch/reasoning behind why it is so? On Dec 10, 2007 11:44 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > Hi there, > > I wonder why in the default themes, the background of the text-field > parts (included in other widgets) is explicitly set to "transparent", > instead of

Re: [qooxdoo-devel] this.self

2008-02-11 Thread Gaetan de Menten
Could anybody comment on this? On Dec 6, 2007 12:33 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > Hi list, > > Does anybody know if there is a better way than: > var statics = qx.Class.getByName(this.classname) > > to access the static members/class variables of the "current" (most > specializ

Re: [qooxdoo-devel] font & resizing issues in firefox 2 (linux)

2008-02-11 Thread Fabian Jakobs
moe schrieb: > hi, > > please see the attached screenshots. > > misalign.jpg shows the feedreader demo app at standard font-size. > the text is not properly aligned vertically (most visible in the > right pane). i had this problem in all qooxdoo apps that i've seen > so far. > > resize.jpg shows wh

Re: [qooxdoo-devel] What's the best way to modify default tree folder colour in 0.7.3?

2008-02-11 Thread Fabian Jakobs
Hi Hugh, > I'm using a qx.ui.tree.Tree with qx.ui.tree.TreeFolder for the tree in > our project. I don't want to change to virtual tree (just yet!). > > I have a simple requirement: to change the background colour of a label > in some tree rows to indicate a special state for those rows. However, >

[qooxdoo-devel] Themed values and widget disposal (Was: remove and destroy)

2008-02-11 Thread Fabian Jakobs
Hi Hugh, thanks for your memory leak investigations. I have taken a closer look at the issue, when disposed objects remain in the Color-, Border-, or Fontmanager. Sebastian suggested to just call the value manager's connect method with a "null" value in the widget dispose method. Since "null"