[qooxdoo-devel] Problem with tab button

2010-01-11 Thread monika.falk
Hi All I have very strange problem with my application and I dont have any idea how to solve it. My application is a tabview with lots of text fields and buttons. Whenever I am trying to use tab button to move between text fields I got some strange error. This is the error message: node is

Re: [qooxdoo-devel] Padding in qx.ui.window.Window

2010-01-11 Thread Fritz Zaucker
Hi Stefan, Tobi indeed, contentPadding it is. Must have been too late when I was searching the api-viewer ... Thanks and best regards, Fritz On Mon, 11 Jan 2010, Stefan Volbers wrote: > Hi Fritz, > > I'd guess you're looking for > win.setContentPadding(0); > > HTH, > > greetings, > Stefan > > >

Re: [qooxdoo-devel] How to prevent changing Page in tabview

2010-01-11 Thread Guilherme Aiolfi
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2744 I would like to see the before event on properties rather than on every event that needs a before one. I'm wondering if the new code from Sebastian Werner for properties supports that or if he has a

[qooxdoo-devel] ValueError: Multi namespaces per library are not supported!

2010-01-11 Thread panyasan
Hi, I have the following error during "generate.py source": INITIALIZING: BIBLIOGRAPH >>> Configuration: config.json >>> Jobs: source >>>

Re: [qooxdoo-devel] Padding in qx.ui.window.Window

2010-01-11 Thread Stefan Volbers
Hi Fritz, I'd guess you're looking for win.setContentPadding(0); HTH, greetings, Stefan On 11.01.2010 22:17, Fritz Zaucker wrote: > Hi, > > I am trying to put something into a qx.ui.window.Window and can't get rid of > the padding: > > http://demo.qooxdoo.org/current/playground/#%7B%22code%22%

Re: [qooxdoo-devel] Padding in qx.ui.window.Window

2010-01-11 Thread Tobias Oetiker
Today Fritz Zaucker wrote: > Hi, > > I am trying to put something into a qx.ui.window.Window and can't get rid of > the padding: > > http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22var%2520win%2520%253D%2520new%2520qx.ui.window.Window%28%29%253B%250Awin.setLayout%28new%2520qx.ui.

[qooxdoo-devel] Padding in qx.ui.window.Window

2010-01-11 Thread Fritz Zaucker
Hi, I am trying to put something into a qx.ui.window.Window and can't get rid of the padding: http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22var%2520win%2520%253D%2520new%2520qx.ui.window.Window%28%29%253B%250Awin.setLayout%28new%2520qx.ui.layout.VBox%280%29%29%253B%250Awin.set

Re: [qooxdoo-devel] How to prevent changing Page in tabview

2010-01-11 Thread lp1051
Hi Christian, thank you for the link. I added my vote there:) It would be great as changeSelection is defined not only for tabview, but also for Tree (would be great when tree is used as navigation), SelectBox and many more... I finally solved it with the TabButton and mousedown event, that chang

Re: [qooxdoo-devel] Splitpane, auto and manual resizing

2010-01-11 Thread Anaël Ollier
Ok, never mind. Back to my code I noticed that I only defined a value for "minWidth" and not for "width". This was the very cause of my troubles... -- Anaël anael.oll...@eyeos.org The eyeos Project | www.eyeos.org | Web Desktop & Cloud Computing Operating System 2010/1/11 Anaël Ollier > Hi, >

[qooxdoo-devel] Splitpane, auto and manual resizing

2010-01-11 Thread Anaël Ollier
Hi, Working with a Splitter/Splitpane, I'm experiencing a problem I thought first I could solve quickly, but finally I can't. The problem is really easy: I want the splitpane to be resizable by the user (when clicking on the Splitter) but not when one of the two panes is layouted. In the left spl

Re: [qooxdoo-devel] qx.bom.Collection missing constructor bug ?

2010-01-11 Thread benco
Hi Alex, Thanks!!! I didn't catch it directly - most probably I was a totally distracted... :-) Regards, Benoît. Alexander Steitz wrote: > > Hi Benoît, > > On Monday 11 January 2010 10:54:31 benco wrote: >> var coll = qx.bom.Collection.query('body'); >> >> alert(coll.length); >> >> var te

Re: [qooxdoo-devel] qx.bom.Collection missing constructor bug ?

2010-01-11 Thread Alexander Steitz
Hi Benoît, On Monday 11 January 2010 10:54:31 benco wrote: > var coll = qx.bom.Collection.query('body'); > > alert(coll.length); > > var textarea_found = qx.bom.Collection.query('.qx_samples'); > > alert(textarea_found.length); > > coll.add('.qx_samples'); > > alert(coll.length); > > > Any

Re: [qooxdoo-devel] How to prevent changing Page in tabview

2010-01-11 Thread Christian Schmidt
Hi Luke, there is an enhancement request for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1835 Cheers, Chris Am 04.01.2010 20:26, schrieb lp1051: > Hi, > > I would like to display confirmation dialog before the user leaves currently > opened page in tabview. The reason for confirmation dial

Re: [qooxdoo-devel] Bind tree controller to a composite container

2010-01-11 Thread benco
Hi "Dr Flink", Just wanted to congratulate you... Your work seems very promising :-) Dr. Flink wrote: > > The results of my effort can be seen http://www.trawiki.net/UMC/build/ > here . > Best, Benoît. -- View this message in context: http://n2.nabble.com/Bind-tree-controller-to-a-comp

Re: [qooxdoo-devel] Bind tree controller to a composite container

2010-01-11 Thread MartinWittemann
Hi, I would go with the second option because you get the changes if the element at position 0 in the selection array changes. With the first solution, you won't get it. Btw. I have read your code and if you are trying to check if a method is available, try this: value["getFolders"] != undefine

[qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-11 Thread Qoodary
Hello, after hours of reading in old posts and in the documentation I need a little bit help for using the Contribution UploadWidget. My Version of Qooxdoo is 1.0 in Windows XP Prof. First of all: How can I install? I have downloaded the contrib zip file and extracted it to my Qooxdoo framework.

Re: [qooxdoo-devel] Questions on TestRunner / TDD

2010-01-11 Thread Christian Schmidt
Hi, I talked wit Martin about the isSeeable() issue and he also means that this should be possible to test this with the Test Runner. So I tried an example with the popup and it works for me. Here the example test code: qx.Class.define("testml.test.DemoTest", { extend : qx.test.ui.LayoutTes

Re: [qooxdoo-devel] "Hello World" taking a lot to load

2010-01-11 Thread Nick Glencross
Hi again, On Mon, Jan 11, 2010 at 11:19 AM, Nick Glencross wrote: > Hi Miguiel, > > On Sat, Jan 9, 2010 at 3:46 PM, Miguiel Manso wrote: >> I've created the "Hello World" application to start testing it and >> understanding some of the concepts around it and I've noticed that everytime >> I "rel

[qooxdoo-devel] Is it possible to get the original classname of multiply extended object

2010-01-11 Thread lp1051
Hi, as the title says, time to time I need to check for classname of an object. But now I have problems to find the original qooxdoo object, that my object extended. In example: qx.Class.define("custom.ui.Window", { extend: qx.ui.window.Window, ... }); qx.Class.define("custom.ui.WindowSpecia

Re: [qooxdoo-devel] Inline widget does not fire 'appear' event

2010-01-11 Thread Anaël Ollier
Thank you! Actually the information you gave me was enough to help me fixing my problems, bu I'll stay in touch with the progress on the bug report. Regards -- Anaël anael.oll...@eyeos.org The eyeos Project | www.eyeos.org | Web Desktop & Cloud Computing Operating System 2010/1/11 Alexander Stei

Re: [qooxdoo-devel] "Hello World" taking a lot to load

2010-01-11 Thread Nick Glencross
Hi Miguiel, On Sat, Jan 9, 2010 at 3:46 PM, Miguiel Manso wrote: > I've created the "Hello World" application to start testing it and > understanding some of the concepts around it and I've noticed that everytime > I "reload" the page to do some testing Firefox loads DOZENS of "js" files > taking

Re: [qooxdoo-devel] Inline widget does not fire 'appear' event

2010-01-11 Thread Alexander Steitz
Hi Anaël, On Saturday 09 January 2010 19:14:09 Anaël Ollier wrote: > Thanks for your explanation. It's clearer now. > I think this event should have a special documentation for this element, > and if it could be "manually" fired as you propose it would help a lot. I've just created a bug report f

Re: [qooxdoo-devel] qx.bom.Collection missing constructor bug ?

2010-01-11 Thread benco
Hi Alex, Here is a simple example that runs in the Playground - I use some existing dom nodes in the playground app page for easiness : var coll = qx.bom.Collection.query('body'); alert(coll.length); var textarea_found = qx.bom.Collection.query('.qx_samples'); alert(textarea_found.length); c

Re: [qooxdoo-devel] question about mouse click events

2010-01-11 Thread benco
Hi Alexander, Thanks for your suggestion! Anyway, it won't work too because the method isPressLeft() calls getButton() too > return this.getButton() === "left"; The current code of getButton() is: switch(this._type) { case "click": case "dblclick": return "left";

Re: [qooxdoo-devel] Screenshots

2010-01-11 Thread Fabian Jakobs
Hi Piotr, in Firefox we use XUL labels to render most of the text. If you do the same in a different browser (e.g. google Chrome) your "screenshot" should look OK. Best Fabian Piotr Karpiuk schrieb: > Hi > > For debugging purposes I want to create something like "screenshot" of > my qooxdoo 1.

Re: [qooxdoo-devel] qooxdoo talk at OSD2010

2010-01-11 Thread Tobias Oetiker
Hi Martin, Today MartinWittemann wrote: > > Hi tobi, > thats great to hear. Let us know if you need some additional input or help. if you have merchandise I will be glad to hand it out :-) > Do you plan to upload your slides? sure will ... I expect them to be taken mostly from my tutorial ...

Re: [qooxdoo-devel] qx.bom.Collection missing constructor bug ?

2010-01-11 Thread Alexander Steitz
Hi Benoît, On Saturday 09 January 2010 18:07:58 benco wrote: > Meanwhile, I found another bug (?), the add() method seems not always work. > For instance, I tested the querySelector with the query() method and found > the targeted nodes but when I use the add() method, my base > qx.bom.Collection

Re: [qooxdoo-devel] question about mouse click events

2010-01-11 Thread Alexander Steitz
Hi Benoît, On Sunday 10 January 2010 13:47:31 benco wrote: > Hello, > > I noticed that the mouse type event class' getButton() method always > returns 'left' on pure "click" events. This is a bit annoying because I > must execute an action only if the clicked button is the left one... not > th

Re: [qooxdoo-devel] changeValue event in htmlArea?

2010-01-11 Thread Alexander Steitz
Hi Sascha, On Saturday 09 January 2010 19:04:16 Sascha Kimmel wrote: > qooxdoo is really wonderful and offers a multitude of features although > it is still some work to understand it fully. Thanks for the kudos and don't hesitate to ask questions here on the mailinglist or at StackOverflow. > I

Re: [qooxdoo-devel] "Hello World" taking a lot to load

2010-01-11 Thread Alexander Steitz
Hi Miguiel, On Saturday 09 January 2010 16:46:36 Miguiel Manso wrote: > I've just started playing around with qooxdoo and I think it's a wonderful > project. Thanks for the kudos and welcome to qooxdoo! > I've created the "Hello World" application to start testing it and > understanding some of t

Re: [qooxdoo-devel] howto load local json-files

2010-01-11 Thread MartinWittemann
Hello Andreas, it depends oh how you plan to load the data. If you have a file on your file system ,you need to load it some way. The JSON store uses io.request for that but if you want to have some other type of loading mechanism, you can either subclass the store or get the data somehow to a Ja

Re: [qooxdoo-devel] qooxdoo talk at OSD2010

2010-01-11 Thread MartinWittemann
Hi tobi, thats great to hear. Let us know if you need some additional input or help. Do you plan to upload your slides? Best, Martin oetiker wrote: > > Just to let you know ... > > I am going to give a talk on qooXdoo at the Open Source Days 2010 > IT-University of Copenhagen, 5. & 6. March 20