[qooxdoo-devel] Adding tag to QxObject

2005-11-22 Thread Oliver Vogel
@sebastian Hhhmm - it seems that i had some trouble sending emails yesterday. So i dont know if my mail got lost or not. Don't matter, i made it my way ;-) I added a "tag" - attribute to QxObject. Please apply this patch to renderer-cvs (i hope, this is a real dif - file ;-) --- source/script/

AW: [qooxdoo-devel] get all selected items of a QxList

2005-11-22 Thread Oliver Vogel
SHAME ON ME!!! ;-) Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (7153) 6136-20 Fax:+49 (7153) 6136-99 D 73207 Plochingenh

[qooxdoo-devel] QxTree: one more bug

2005-11-22 Thread Aidas Kasparas
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" -- Aidas Kasparas IT administrator GM Consult Group, UAB --- This SF.Net email is spons

[qooxdoo-devel] adding tag in QxObject

2005-11-22 Thread Oliver Vogel
i think, my email got lost, so i send it again: To all (especialy to sebastian ;-) i often have the problem that i need to add some "extra-data" to a Qx-Object. For Example some "ActionId" to a tree-Node, some language independent identifier to a listbox-item and so on... i think it would be

[qooxdoo-devel] get selected items

2005-11-22 Thread Oliver Vogel
i think, my email got lost, so i send it again To all. can you please help me. i would like to get ALL selected items of a list. i know, i can get them with: var _all = mylist.getSelectedItems(); but then? how can i - for example - delete them all from the list. i think, there must be a funct

Re: [qooxdoo-devel] get all selected items of a QxList

2005-11-22 Thread Sebastian Werner
Oliver Vogel schrieb: To all. can you please help me. i would like to get ALL selected items of a list. i know, i can get them with: var _all = mylist.getSelectedItems(); but then? how can i - for example - delete them all from the list. i think, there must be a function like _all.foreach(myl

[qooxdoo-devel] get all selected items of a QxList

2005-11-22 Thread Oliver Vogel
To all. can you please help me. i would like to get ALL selected items of a list. i know, i can get them with: var _all = mylist.getSelectedItems(); but then? how can i - for example - delete them all from the list. i think, there must be a function like _all.foreach(mylist.remove("item")); b

Re: [qooxdoo-devel] Online developer demo (renderer branch) still use the buggy qooxdoo.js

2005-11-22 Thread Sebastian Werner
Dietrich Streifert schrieb: Hi, the online demo http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Index.html uses the 'missing semicolon because of the cvs delay' qooxdoo.js file ;-) Hi Dietrich, thank you for your report. Fixed. Sebastian Regards. ---

Re: [qooxdoo-devel] TODO list published online

2005-11-22 Thread Sebastian Werner
Dietrich Streifert schrieb: I formerly posted the problem that I want to have resize events fired if widgets like QxWindow are resized by the user. So if this fits to your TODO list: please add the resize events to it: good point - added to "later" section. Sebastian Thank you! Best rega

[qooxdoo-devel] Online developer demo (renderer branch) still use the buggy qooxdoo.js

2005-11-22 Thread Dietrich Streifert
Hi, the online demo http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Index.html uses the 'missing semicolon because of the cvs delay' qooxdoo.js file ;-) Regards. -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH --- Thi

Re: [qooxdoo-devel] TODO list published online

2005-11-22 Thread Dietrich Streifert
I formerly posted the problem that I want to have resize events fired if widgets like QxWindow are resized by the user. So if this fits to your TODO list: please add the resize events to it: Thank you! Best regards... Sebastian Werner schrieb: Hi! I have just published our todo list onlin

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

2005-11-22 Thread Dietrich Streifert
Just to bring it again to the front: Any ideas how this can be fixed? Thank you for reviewing this. Best Regards... Dietrich Streifert schrieb: Any news on this bug? Best regards... Dietrich Streifert schrieb: The bug shows up in firefox 1.0.7 and 1.5 beta 2: First open the QxWindow by

[qooxdoo-devel] TODO list published online

2005-11-22 Thread Sebastian Werner
Hi! I have just published our todo list online. Just to inform you about our next big steps ;) http://qooxdoo.oss.schlund.de/2005/11/22/todo Regards, Sebastian --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Reg

Re: AW: [qooxdoo-devel] Problem with newest renderer

2005-11-22 Thread Sebastian Werner
no as I have only the fixed version here yet and have some other changes made. try to search for "SEL". Sebastian Oliver Vogel schrieb: Can you please tell my the line (or a region wehere it culd be). I can't find it Thanks Olli == Diplom-In

Re: AW: [qooxdoo-devel] Problem with newest renderer

2005-11-22 Thread Dietrich Streifert
It seems that the anonymous cvs has synced. You can do a checkout again and it is gone. Oliver Vogel schrieb: Can you please tell my the line (or a region wehere it culd be). I can't find it Thanks Olli == Diplom-Informatiker Oliver Vogel Ge

AW: [qooxdoo-devel] Problem with newest renderer

2005-11-22 Thread Oliver Vogel
Can you please tell my the line (or a region wehere it culd be). I can't find it Thanks Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (7153) 6136-20

Re: [qooxdoo-devel] Problem with newest renderer

2005-11-22 Thread Sebastian Werner
There seems to be a missing semicolon in QxSelectionManager. Please fix it locally and run make.sh again. It is already in CVS but there is the well-known anonymous CVS delay at sourceforge. Sebastian Oliver Vogel schrieb: Hi, i checked out the newest version of renderer and startet the scr

[qooxdoo-devel] Problem with newest renderer

2005-11-22 Thread Oliver Vogel
Hi, i checked out the newest version of renderer and startet the script make.sh (like the other versions before). Now i got an error in my app. Could it be, that the newest "BIG qooxdoo" - file available after "making" is corrupted (maybe by the compress- script). If not, can anybod out there send

Re: [qooxdoo-devel] Runtime error in QxToolTipManager (renderer branch)

2005-11-22 Thread Sebastian Werner
Dietrich Streifert schrieb: Hello All, in FireFox 1.0.7 I get the following message: Error: from has no properties Sourcefile: http://qdr/source/script/managers/QxToolTipManager.js Line: 109 The error occurs in a relative complex page where I use some other non-qooxdoo widgets (ActiveWidgets

[qooxdoo-devel] Runtime error in QxToolTipManager (renderer branch)

2005-11-22 Thread Dietrich Streifert
Hello All, in FireFox 1.0.7 I get the following message: Error: from has no properties Sourcefile: http://qdr/source/script/managers/QxToolTipManager.js Line: 109 The error occurs in a relative complex page where I use some other non-qooxdoo widgets (ActiveWidgets grid). I know that this is ma