Re: [qooxdoo-devel] removing an event listener

2006-06-19 Thread Benjamin Reitzammer
Hi, cool, to see that the wiki seems to work. I've made your article more precise about the third argument and added a link to the corresponding bug. Cheers Benjamin On 6/18/06, Christian Boulanger <[EMAIL PROTECTED]> wrote: > Hi, I reused some of the code to quickly write a how-to for removing

Re: [qooxdoo-devel] removing an event listener

2006-06-12 Thread Benjamin Reitzammer
Hi Christian, sorry for being so late, but better late than never ;) On 6/8/06, Christian Boulanger <[EMAIL PROTECTED]> wrote: > I now use the following code, which works: [...] > But it is hardly ideal because it produces a lot of useless objects... > Maybe someone has a better way of doing this.

Re: [qooxdoo-devel] Setting an item as selected in a QxListView

2006-04-23 Thread Benjamin Reitzammer
ected:{text:"true"} to the correct row, it is rendered as selected. Excellent call! I first tried just 'selected' and it didn't work, but after looking at the source, it's actually '_selected'. Once making the change things work just fin

Re: [qooxdoo-devel] Selecting text and right clicking

2006-04-23 Thread Benjamin Reitzammer
Hi, BJörn Lindqvist wrote: On a normal webpage you can select some text, right click and copy it. That action does not seem to work on text on Qooxdoo widgets. In both Firefox and Internet Explorer nothing happens when you right-click. Selecting text and pressing ctrl+c seem to work though. Can

Re: [qooxdoo-devel] How to Get The Selected Item Of A QxTree or ListView to use it after..

2006-04-23 Thread Benjamin Reitzammer
Jim Hunter wrote: This information is nice but it still doesn't tell us what we can DO with getSelectedItems(). In one of the demo's I think I saw that you can do a getSelectedItems().getData(), but no information on what you can DO with the returned data. I would love to see some code snippe

Re: [qooxdoo-devel] Setting an item as selected in a QxListView

2006-04-23 Thread Benjamin Reitzammer
Hi, Jim Hunter wrote: Is there a way to pass in a property on a given row of data to signify that this is a selected row when the QxListView is created? I need to be able to have one or more rows marked as selected when the grid is created. I could not find anything about this in the list post

Re: [qooxdoo-devel] How to Get The Selected Item Of A QxTree or ListView to use it after..

2006-04-22 Thread Benjamin Reitzammer
Hi, mohamed_halim wrote: Hello everybody, I want to know how can we get the selected Item ok a Tree or a ListView a use it properties for a copy operation per example. I've tried to use the QxSelectionManager as this : var treeSource = new QxTree("/"); var manager = new QxTreeSel

Re: [qooxdoo-devel] Updating QxListView

2006-04-20 Thread Benjamin Reitzammer
Hi, Jim Hunter wrote: I know that you can simply update the data array of a QxListView then call update() to refresh the information on the screen. But what I have found is that this does not work if you change the header and data structure/information. Is there a simple way to change both the

Re: [qooxdoo-devel] row color in the ListView

2006-04-18 Thread Benjamin Reitzammer
Hi, seems like gmail is messing with my mails to this list. Sorry for the inconvenience. Jim Hunter wrote: Is it possible to have custom row colors (each row might have a different color) in the ListVIew? It is possible for me to set up CSS rules ahead of time for each color if there is a way

Re: [qooxdoo-devel] QxListView and mouse clicks

2006-04-18 Thread Benjamin Reitzammer
Hi, and this one a second time too. Jim Hunter wrote: No, it doesn't really help. I know it contains a subset of the data I inserted, but what can I do with that subset? I tried to access the elements with this.getPane().getManager().getSelectedItem s()[x] type notation but that broke the appli

Re: [qooxdoo-devel] QxListView and mouse clicks

2006-04-18 Thread Benjamin Reitzammer
Hi, On 4/18/06, Jim Hunter <[EMAIL PROTECTED]> wrote: > No, it doesn't really help. I know it contains a subset of the data I > inserted, but what can I do with that subset? I tried to access the elements > with this.getPane().getManager().getSelectedItem > s()[x] type notation but that broke the

Re: [qooxdoo-devel] row color in the ListView

2006-04-18 Thread Benjamin Reitzammer
Hi, On 4/18/06, Jim Hunter <[EMAIL PROTECTED]> wrote: > Is it possible to have custom row colors (each row might have a different > color) in the ListVIew? It is possible for me to set up CSS rules ahead of > time for each color if there is a way to utilize that for the row color as > we are only

Re: [qooxdoo-devel] QxListView and mouse clicks

2006-04-18 Thread Benjamin Reitzammer
Hi, On 4/18/06, Jim Hunter <[EMAIL PROTECTED]> wrote: > I have a question that I could not find an answer for in this list or the > docs that came with the framwork... I need to know the index of the row that > is clicked when I click on the ListView. I found this in the demo for drag & > drop: >

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-03 Thread Benjamin Reitzammer
Hi, Ben Alex wrote: I think it would be valuable if there was a high-level architectural diagram showing the layering you had in mind for this project, such as where XML is generated, parsed, data exchanged, JavaScript written, and language-specific callbacks used. This would allow further dis

Re: [qooxdoo-devel] qooxdoo branches

2006-03-29 Thread Benjamin Reitzammer
Hi, On 3/30/06, Lexington Luthor <[EMAIL PROTECTED]> wrote: > Which branches of qooxdoo are currently being worked on? > Is it still the renderer branch or is it now merged into the mainline? The former renderer branch was merged into the trunk (or HEAD if you like) just before the release of ver

Re: [qooxdoo-devel] Increase exposure/awareness with visible project

2006-03-29 Thread Benjamin Reitzammer
Hi, sorry for the "out-of-order" answering ... I just switched mail clients, and "lost" old threads. On 3/29/06, Christoph Dorn wrote: > Putting it together: > > I have a lot of PHP programming experience with PHP content management > systems and application frameworks. I could make recommendatio

Re: [qooxdoo-devel] Qooxdoo in NativeWindow

2006-03-15 Thread Benjamin Reitzammer
Hi, Am 15.03.2006 11:08, [EMAIL PROTECTED] schrieb: we need to add/modify/remove widgets inside a QxNativeWindow that is called by the main application browser. Main window shall pass objects to the nativeWindow and back. We found out some ways to communicate between the 2 windows but none was s

Re: [qooxdoo-devel] generating qooxdoo pages

2006-03-01 Thread Benjamin Reitzammer
Hi, are you including the qooxdoo.js file in your generated HTML code? Sounds like you are missing it. Cheers Benjamin Am 01.03.2006 10:22, Peter Sheldrick schrieb: When i generate a page by cgi or mod_python and use qooxdoo, i get the error message "window.application has no properties". Is t

Re: [qooxdoo-devel] QxTree ~ expand, collapse

2006-02-22 Thread Benjamin Reitzammer
Hi, Am 22.02.2006 13:55, Sebastian Werner schrieb: Peter Sheldrick schrieb: What would the loop look like? Visit every node and call the event: "changeSelection"? Can you make an example? This has nothing to do with the selection. You must just call open() on each tree folder. I think the

Re: [qooxdoo-devel] A quiz on how many active applications in production - answer all

2006-02-17 Thread Benjamin Reitzammer
Hi, Am 16.02.2006 22:33, Kent Olsson schrieb: DO you have any applications running? Four categories: 0. testing Qooxdoo 1. application under development (no testing) yes ... one application ... not counting other departments, that are using qooxdoo too. Cheers Benjamin -

Re: [qooxdoo-devel] icon of tree-Node

2006-02-15 Thread Benjamin Reitzammer
Hi, Am 14.02.2006 22:47, Oliver Vogel schrieb: @sebastian Sorry, it's not Sebastian, but I'll tell you nonetheless ;) is it now possible to have a "user-defined" icon for each node in the tree (some weeks ago it was not) The appearances "tree-icon", "tree-folder-icon" and "tree-element-ico

[qooxdoo-devel] qooxdoo build system in RENDERER?

2006-02-09 Thread Benjamin Reitzammer
Hi, is there a (working) replacement in RENDERER for the build-dist.pl script in the tools directory? Thanks Benjamin --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJ

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

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Benjamin Reitzammer
Hi Am 26.01.2006 14:18, Sebastian Werner schrieb: Dietrich Streifert schrieb: Hello List, is it possible to set the background color of a QxListItem (within a QxList)? I want to achieve the following behaviour: if the list item is unselected a specified background color should appear. If

Re: [qooxdoo-devel] Subclassing QxTree to add data support

2006-01-26 Thread Benjamin Reitzammer
Hi, as you didn't give very detailed information about your circumstances (which version of qooxdoo) and the exact kind of error you're getting, I can only assume, what's not working. Am 25.01.2006 22:44, Michael Wilson schrieb: function myTree(vLable) { QxTree.call(this, vLable); thi

Re: [qooxdoo-devel] Selection change events?

2006-01-23 Thread Benjamin Reitzammer
Hi Chris, something like this? listview.getPane().getManager().addEventListener("changeSelection", function(e) { this.debug(e.getNewValue()); }, listview); beware, that e.getNewValue() returns an array! I did this wrong many, many times, and it caused some useless hours being spent.

Re: [qooxdoo-devel] About Qooxdoo properties

2006-01-04 Thread Benjamin Reitzammer
Hi, Am 04.01.2006 04:08, Chris Ricks schrieb: [...] Qooxdoo properties perform these checks when using the "instance" and "classname" parameters respectively. To do this in my own code (where using Qooxdoo properties isn't appropriate), is it simply a matter of checking the object's "classnam

Re: [qooxdoo-devel] XMLHttpRequest class design - simple cases

2005-12-02 Thread Benjamin Reitzammer
Hi all, I only included the parts I replied to in this one. Am 02.12.2005 01:02, Chris Ricks schrieb: Sebastian Werner wrote: Chris Ricks schrieb: Class.setDefaultFlightMode(mode) - Sets the default "flight" mode, with 3 possibilities: 1. Requests are issued as they are made and actually ex

Re: [qooxdoo-devel] XMLHttpRequest class design - simple cases

2005-12-02 Thread Benjamin Reitzammer
Hi, Am 02.12.2005 00:53, Chris Ricks schrieb: Hmmone of my goals was plugable encoding and decoding methods, so I'm trying to avoid rolling methods such as this into the class. Alternatively, I propose that our class has a few symbolic constants: Class.encodings.URL Class.encodings.JSON C

Re: [qooxdoo-devel] XMLHttpRequest class design - simple cases

2005-12-01 Thread Benjamin Reitzammer
Hi, Am 01.12.2005 14:22, Chris Ricks schrieb: Hi all, Sorry about the delay on this - client projects (some of them web-based and of benefit to this subject) have gotten in the way. We sure all know this, and "feel" with you ;) After much playing, here's my idea for the "simple" case I thin