Re: [qooxdoo-devel] Question about filtering of virtualtree

2012-10-18 Thread Martin Wittemann
Sure, just use the following link: https://github.com/qooxdoo/qooxdoo/commit/92d6494c35cf1270f2b7ce5fcdd47fe9be21fb02 As you can see, the last part is the commit hash which can be exchanged ofc. Regards, Martin Am 18.10.2012 um 21:14 schrieb Benjamin Dreux mailto:dreux.benja...@uqam.ca>>: Coo

Re: [qooxdoo-devel] Question about filtering of virtualtree

2012-10-18 Thread Benjamin Dreux
Cool thanks Following the link you gave, i get the commit id, and i wanted to find where it is in the commit tree( to know if it should be in the next release) Do you know a way to easely search for a commit in the github interface ?? Regards 2012/10/18 Martin Wittemann > Hey, > no that featur

Re: [qooxdoo-devel] HTML5 Drag & Drop

2012-10-18 Thread Nick Glencross
Hi all, I know it's been a couple of weeks since I posted this. I've now managed to achieve what I was wanting to do. I can now drag one or more files into my qooxdoo app from an external file manager, and have them processed (See below) On 6 October 2012 16:06, Nick Glencross wrote: > > Hi al

Re: [qooxdoo-devel] Qooxdoo and Ace Editor

2012-10-18 Thread Fritz Zaucker
Cool. Cheers, Fritz On Thu, 18 Oct 2012, 689137 wrote: > Thank you Fritz, this worked for me just fine. > I will have now to play with Editor.js and adjust it to my needs. > > Regards, > Ivan. -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker

Re: [qooxdoo-devel] Qooxdoo and Ace Editor

2012-10-18 Thread 689137
Thank you Fritz, this worked for me just fine. I will have now to play with Editor.js and adjust it to my needs. Regards, Ivan. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-and-Ace-Editor-tp7581716p7581741.html Sent from the qooxdoo mailing list archive at Nabble.c

Re: [qooxdoo-devel] Qooxdoo and Ace Editor

2012-10-18 Thread Fritz Zaucker
Hi Ivan, assuming you have copied the QOOXDOO_PATH/application/playground/source/class/playground/view/Editor.js to your application's source/class/myApp/ directory, and the files in QOOXDOO_PATH/application/playground/source/resouce/playground/editor/ to your applications source/resourc

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-18 Thread Derrell Lipman
On Thu, Oct 18, 2012 at 7:02 AM, Paulo Ferreira wrote: > > As you can see: > 1. One possible solution was to override, the qooxdoo "class static" > member qx.ui.table.columnmodel.Basic.DEFAULT_HEADER_RENDERER > This is exactly the right way to do it. The reason that there is a static variable th

Re: [qooxdoo-devel] Qooxdoo and Ace Editor

2012-10-18 Thread 689137
Hi Fritz, I am getting errors like Terminating on Terminal Exception and COuld not load worker. Can you please give me a complete example of a TabPage containing the ace editor, without using div? I would like it to have as little participation of html as possible. I am using ace source files as

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-18 Thread Paulo Ferreira
Hello, Thank you for your reply, and now I get how the field is being used, knowing that you are listed as one of the developers, I was hoping that maybe you had time to answer a second question: In my original post, I stated the reason I was interested in this field (I need to modify the head