Re: [qooxdoo-devel] a little flaw in windows-handling modal

2005-11-23 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: @ sebastian i opened a QxWindow (NOT A NATIVE ONE!) with (this is only a stub, there is more code): - wm1 = new QxWindow("Bitte warten"); wm1.setSpace(200, 50, 200, 50); wm1.setModal(true); window.application.getClientWindow().getClientDocument().add(wm1)

[qooxdoo-devel] a little flaw in windows-handling modal

2005-11-23 Thread o . vogel
@ sebastian i opened a QxWindow (NOT A NATIVE ONE!) with (this is only a stub, there is more code): - wm1 = new QxWindow("Bitte warten"); wm1.setSpace(200, 50, 200, 50); wm1.setModal(true); window.application.getClientWindow().getClientDocument().add(wm1); wm1.open(); {{{then there

[qooxdoo-devel] error in demo combobox 3 (renderer)

2005-11-23 Thread Oliver Vogel
just open the demo. then drop down the list (by clicking with the mouse into the "Combobox-button". if the list is open, press any-key. you will get the error: 005568:Failed to execute "_dispatchEvent()":Could not dispatch event of type "keydown":this._manager.getSelectedItem() has no propertie

[qooxdoo-devel] Quotes are displayed on the homepage

2005-11-23 Thread Sebastian Werner
Hi! I have used some of your quotes on our homepage. There is a new random quote plugin installed which automatically rotates them. If you missing your special really great quote, please post it here ;) Sebastian --- This SF.net email is s

Re: [qooxdoo-devel] SplitPane functionality...

2005-11-23 Thread Sebastian Werner
Kent Olsson schrieb: What would be the widget I would use to get split pane functionality with resizable areas? Is QxIframe intended in this case? QxIframe is for Iframes. This widget - a split pane - is currently missing in qooxdoo. A good starting point is IMHO the QxBoxLayout: A area on th

Re: [qooxdoo-devel] Problems with adding widgets to QxDockLayout

2005-11-23 Thread Sebastian Werner
First always check these things: * Is the complete widget structure inside the document(was not the case) * Are there any error messages on the debug console (it's bad to start developing without) I have attached a fix example. Some small notes: * Don't define a height for an element which si

[qooxdoo-devel] SplitPane functionality...

2005-11-23 Thread Kent Olsson
What would be the widget I would use to get split pane functionality with resizable areas? Is QxIframe intended in this case? Kent --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

Re: [qooxdoo-devel] Problems with adding widgets to QxDockLayout

2005-11-23 Thread Kent Olsson
Here is an example... var doc = this.getClientWindow().getClientDocument(); var mainF = new QxWindow("Testing..."); mainF.setSpace(20, 400, 48, 250); doc.add(mainF); var mainDL = new QxDockLayout; mainDL.setTop(0); mainDL.setLeft(0);

[qooxdoo-devel] Suggestion - a submitted QxStatusBar

2005-11-23 Thread Kent Olsson
As no one even reacted, I send it again I have attached a suggested class called QxStatusBar, which has been attached. Additionally, I have broken out the status bar in QxWindow. This has been done to be able to manipulate the object in a regular and logical way. I attached all changes. I let

Re: [qooxdoo-devel] Not working datahandling-demo

2005-11-23 Thread Sebastian Werner
upps, this is bad. Possible related to one of the changes to QxXmlHttpLoader - has somebody in this list (the ones who sent patches against) have an idea how to fix this? Thanks. Sebastian Oliver Vogel schrieb: @sebastian. maybe you know, maybe not... the demo datahandling_1 doesn't work

[qooxdoo-devel] Not working datahandling-demo

2005-11-23 Thread Oliver Vogel
@sebastian. maybe you know, maybe not... the demo datahandling_1 doesn't work (in IF and in Firefox) Olli P.S: if i have overseen the discussion about this error, please vorgive me, i think, today is NOT my day! --- This SF.net email is sp

Re: [qooxdoo-devel] something for your todo-list...

2005-11-23 Thread Sebastian Werner
Oliver Vogel schrieb: if you use xxx.clone(); to get a copy of a object, the object itself is cloned, but not the userdata, added by xxx.addData(...) i think, we first have to discuss, if this is what we want, or not and then add this to the todo for the next release (or not ;-) i - for myse

[qooxdoo-devel] something for your todo-list...

2005-11-23 Thread Oliver Vogel
if you use xxx.clone(); to get a copy of a object, the object itself is cloned, but not the userdata, added by xxx.addData(...) i think, we first have to discuss, if this is what we want, or not and then add this to the todo for the next release (or not ;-) i - for myself - think, it is a goo

Re: [qooxdoo-devel] bug in tab key eventhandling in firefox (renderer branch)

2005-11-23 Thread Dietrich Streifert
Yeees! Your the master! Thank you very much! Best regards. Sebastian Werner schrieb: Fixed! Take a look here: http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Window_4.html There whole focus managment handling has been reworked to support buggy geckos ;) Sebastian Sebastian

Re: [qooxdoo-devel] bug in tab key eventhandling in firefox (renderer branch)

2005-11-23 Thread Sebastian Werner
Fixed! Take a look here: http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Window_4.html There whole focus managment handling has been reworked to support buggy geckos ;) Sebastian Sebastian Werner schrieb: Hi Dietrich, ok, I seems to overlooked your report. Yes, this is a bug. And

AW: AW: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
it's nice to know that i am not alone;-)   ==Diplom-InformatikerOliver VogelGeschaeftsfuehrerMeins und Vogel GmbH  E-Mail: [EMAIL PROTECTED]Esslinger Str. 45 Tel.:   +49 (7153) 6136-20  Fax:    +49 (7153) 6136-99D 7320

Re: AW: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Chris Banford
Oliver Vogel wrote: Sorry for that - sometimes it's better to use the brain instead the fingers to write ;-( One of the best services a list such as qooxdoo-devel can offer is the magic answering of your toughest problems, just by the fact that you wrote them down and hit the *send* butt

AW: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
YOU ARE RIGHT - I AM AS SILLY AS A MAN CAN BE! I wrote: tree_admin.addEventListener("changeActiveElement", function(e) { var node = e.getNewValue(); if (node.retrieveTag() != '') doAction(node.retrieveTag()); }); And i couls swear, that in this case noe was ONE NODE! But now it i

AW: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
@sebastian I think i am wrong! Please ignore my last mail til you hear from me (i have to look deeper in my code, maybe i made a big mistake) Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED

AW: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
Sorry, in german: Ich habe schon das richtige Event genommen. Das war nur Pseudo-code. Das Problem ist, dass e.getNewValue() mir schon den richtigen Knoten im Baum zurück gibt. Das habe ich im Debugger getestet. Das Problem ist aber, dass ich offensichtlich das richtige Objekt (also die richtige In

Re: [qooxdoo-devel] bug in tab key eventhandling in firefox (renderer branch)

2005-11-23 Thread Sebastian Werner
Hi Dietrich, ok, I seems to overlooked your report. Yes, this is a bug. And it will be fixed. There is something more need to be done in the Focus Handling because the current RC's of Firefox 1.5 breaks a lot of stuff in this direction. One thing I must say about your example: qx = new QxTe

Re: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Sebastian Werner
Hi Oliver, e.getNewValue() is only existing on data events. A "click" don't create a QxDataEvent but a QxMouseEvent. Please explain a little bit more. Sebastian Oliver Vogel schrieb: @sebastian. I have a problem using addData(). This works fine if i press a button. My problem is, i would

AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
@sebastian. I have a problem using addData(). This works fine if i press a button. My problem is, i would like to add data to every node of a tree. If i now write (pseudo) Tree.addeventhandler("click", function (e){ Var node = e.getNewValue(); Alert(node.retrieveDataTag() .. I got an error, becaus

AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
Ok that means i have to wait til the delay of the cvs is "over" and then get the newest version. == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (7153) 6136-20

Re: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Sebastian Werner
Hi! Userdata storage have just been ported from HEAD to RENDERER by me. This allows you to define new data fields for existing instances. yourWidget.addData({ name : "tag", type : "string" }); yourWidget.storeTag("Foo"); alert("The tag is: " + yourWidget.retrieveTag()); There is a test case i

Re: AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Sebastian Werner
Oliver Vogel schrieb: i think, this is such a "deep" and many times needed value. so it has to be added to the object itself (in Borland VCL or in any other "mordern Programming language" with it's own object - modell all of them have such a "tag" - attrib) More common used properties we can

Re: [qooxdoo-devel] QxTree: one more bug

2005-11-23 Thread Sebastian Werner
Aidas Kasparas schrieb: 1) Open Tree4 example in dev. branch. 2) Select Root/Inbox/Big/Item 10 3) press <- 4) press down Current folder says "Item 11". Expected behaviour "Spam" Thank you for your report. Fixed in CVS. Sebastian ---

[qooxdoo-devel] bug in tab key eventhandling in firefox 1.0.7 and 1.5RC2 (renderer branch)

2005-11-23 Thread Dietrich Streifert
I created a new testcase for the bug. It's based on the Window_3.html. After placing the cursor in the QxTextInput and hitting TAB the focus gets over to the 'Yes' button. Here the focus is 'stuck'. Hitting the TAB key again does nothing. -- Mit freundlichen Grüßen Dietrich Streifert Visionet

AW: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Oliver Vogel
i think, this is such a "deep" and many times needed value. so it has to be added to the object itself (in Borland VCL or in any other "mordern Programming language" with it's own object - modell all of them have such a "tag" - attrib)   Olli  

Re: [qooxdoo-devel] QxTree: one more bug

2005-11-23 Thread Dietrich Streifert
Yes! Verified! I also have seen the bug with FireFox 1.0.7 Aidas Kasparas schrieb: 1) Open Tree4 example in dev. branch. 2) Select Root/Inbox/Big/Item 10 3) press <- 4) press down Current folder says "Item 11". Expected behaviour "Spam" -- Mit freundlichen Grüßen Dietrich Streifert Visi

Re: [qooxdoo-devel] Adding tag to QxObject

2005-11-23 Thread Dietrich Streifert
I also got in the trap of having to change a class to have my own properties associated with it (simply because java and c++ forbid this). But now I do simply the following somewhere in my code BEFORE using the "special" property I need: For example I extend the QxWidget class by a new propert