Re: [qooxdoo-devel] Additional changes for QxStatusBar and QxStatusBarPane

2006-02-06 Thread Sebastian Werner
Hi Kent, can you please send your patches again in a zip file (as attachment). Thank you. Sebastian Kent Olsson schrieb: addition to QxColorCore.js in function QxColor.namedThemes structure: statusbar : 1 addition to theme.js: /*

[qooxdoo-devel] Additional changes for QxStatusBar and QxStatusBarPane

2006-02-06 Thread Kent Olsson
addition to QxColorCore.js in function QxColor.namedThemes structure: statusbar : 1 addition to theme.js: /* --- STATUSBAR --- */ theme.registerApp

[qooxdoo-devel] QxStatusBarPane updated 1.1.2.3 - now supports new appearance

2006-02-06 Thread Kent Olsson
Index: QxStatusBarPane.js === RCS file: /home/cvsroot/qooxdoo_3rd_party/source/script/widgets/QxStatusBarPane.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -r1.1.2.2 -r1.1.2.3 6c6 < $Id: QxStatusBarPane.js,v 1.

[qooxdoo-devel] QxStatusBar updated 1.1.2.3 - now supports new appearance

2006-02-06 Thread Kent Olsson
Index: QxStatusBar.js === RCS file: /home/cvsroot/qooxdoo_3rd_party/source/script/widgets/QxStatusBar.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -r1.1.2.2 -r1.1.2.3 6c6 < $Id: QxStatusBar.js,v 1.1.2.2 2006/0

[qooxdoo-devel] Re: Memory Leak?

2006-02-06 Thread bobmanc
I don't know if that is correct. I looked at this site which looks like it does very similar things as qooxdoo and I don't see the same problem at all. http://www.activewidgets.com/preview/2.0/examples/controls.htm --- This SF.net email is s

[qooxdoo-devel] how to add elements to QxGalleryList ? [HEAD]

2006-02-06 Thread Diego Cibils
How can I achieve that ?I want something like gallery.add({.});I'm playing with the getList() method but I can't make it ..anyone played with the GalleryList ?Im using [head]Thanks, Diego.

Re: [qooxdoo-devel] QxSplitPane

2006-02-06 Thread Kent Olsson
Hej Hugh, I have uploaded it before. Now I have change for the appearance changes Sebastian has made. I will upload again. Kent On Mon, 2006-02-06 at 15:17 +, Hugh Gibson wrote: > > > Regarding the splitter functionality in QxSplitPane written by Kent > > > Olsson (see > > > http://source

Re: [qooxdoo-devel] Re: Memory Leak?

2006-02-06 Thread Sebastian Werner
bobmanc schrieb: Anybody else getting this? this is no real memory leak. It does not slow down IE. It seems to be just some issue with the caching of IE. This behavior is not true for the source version. Probably the IE has problems with large javascript files. I have no other ideas. Sebas

[qooxdoo-devel] Re: Memory Leak?

2006-02-06 Thread bobmanc
Anybody else getting this? --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPL

AW: [qooxdoo-devel] Is there a notification for when tree items are expanded?

2006-02-06 Thread Oliver Vogel
Don't know, but there is a "onclick". Maybe you can "use" the first "onclick" (maybe not, only a idea) Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (71

Re: [qooxdoo-devel] Is there a notification for when tree items are expanded?

2006-02-06 Thread Benjamin Reitzammer
Hi, easy as that ... var folder = new QxTreeFolder(); folder.addEventListener("changeOpen", function(e) { alert(e.getNewValue()); } ); Cheers Benjamin Am 06.02.2006 15:25, Hugh Gibson schrieb: We would like to know when a tree item is expanded, so that we can implement a lazy load tree. Is

[qooxdoo-devel] Is there a notification for when tree items are expanded?

2006-02-06 Thread Hugh Gibson
We would like to know when a tree item is expanded, so that we can implement a lazy load tree. Is there a way of doing this? Hugh --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

Re: [qooxdoo-devel] QxSplitPane

2006-02-06 Thread Hugh Gibson
> > Regarding the splitter functionality in QxSplitPane written by Kent > > Olsson (see > > http://sourceforge.net/mailarchive/message.php?msg_id=14472505 ), > > when is this likely to appear in the product? It's not in cvs in the > > "contributed" folder so is it being considered for inclusion

Re: [qooxdoo-devel] very slow performance on IE6 [HEAD]

2006-02-06 Thread Sebastian Werner
Diego Cibils schrieb: Why is qooxdoo much slower (very much) in IE6 than in FF 1.5 ?? IE is generally slower in executing large javascripts than firefox. And QxComboBox does not work in IE6. Is it a known bug ? I'm using 0.1.4 0.1.4 has no known bugs currently. Sebastian Thanks, Diego

[qooxdoo-devel] very slow performance on IE6 [HEAD]

2006-02-06 Thread Diego Cibils
Why is qooxdoo much slower (very much) in IE6 than in FF 1.5 ??And QxComboBox does not work in IE6. Is it a known bug ? I'm using 0.1.4Thanks,Diego.

Re: [qooxdoo-devel] QxSplitPane

2006-02-06 Thread Sebastian Werner
Hugh Gibson schrieb: Regarding the splitter functionality in QxSplitPane written by Kent Olsson (see http://sourceforge.net/mailarchive/message.php?msg_id=14472505 ), when is this likely to appear in the product? It's not in cvs in the "contributed" folder so is it being considered for inclusio

[qooxdoo-devel] QxSplitPane

2006-02-06 Thread Hugh Gibson
Regarding the splitter functionality in QxSplitPane written by Kent Olsson (see http://sourceforge.net/mailarchive/message.php?msg_id=14472505 ), when is this likely to appear in the product? It's not in cvs in the "contributed" folder so is it being considered for inclusion in the main produc