[qooxdoo-devel] Possible bug: openInterval property on menu

2007-09-04 Thread Mike Rea
Hi, I want to report a possible bug with the openInterval property in the menu. I use the word "possible", because this could just be a user-error issue. Per the API (v0.71), there is a property called openInterval on the object qx.ui.menu.Menu. The API text for this property states as follows

Re: [qooxdoo-devel] New odd behavior

2007-09-04 Thread Derrell Lipman
On 9/4/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > > I would prefer left aligned ones, too. The style of the ListView header > has some other paddings etc. too which looks better IMHO. I thought that > this center alignment was in 0.6.x as well, but it seems that I'm wrong. > We should defini

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread Siarhei Barysiuk
Hello Frederic, In progress, but haven't finished yet. Today I'm planning integrate javascript stuff with backend. Let you know and I'll try to do it ASAP. Siarhei On 9/4/07, frederic <[EMAIL PROTECTED]> wrote: > > > Hi Siarhei, > Any news from your data binding mechanism implementation > (qx.io

[qooxdoo-devel] Possible bug for popup positioning

2007-09-04 Thread dperez
Hi, I have a HTML page that needs vertical scrolling. When I click some elements in the page, a want to show a menu. That's an easy task with qooxdoo. To position the menu near the clicked element, I use this code: var loc = qx.html.Location; menu.setLocation(loc.getPageBoxLeft

Re: [qooxdoo-devel] Migration support: dispose -> destruct

2007-09-04 Thread Hugh Gibson
> 0.7.2??? :confused: > Wasn't 0.7.1 the last one? > > > Hugh Gibson wrote: > > > > I'm just migrating our 0.6.6 app to 0.7.2. Yes, I was confused as well. 0.7.1 is the release I downloaded, but the automatic change to the makefile for the upgrade process says: # # Original qooxdoo version be

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread bibliograph
Hi Frederic & all, Siarhei is working hard on getting things done. In a different issue, I was talking to Andreas about the qooxdoo-contrib project and I wonder if the whole databinding stuff should maybe put there under a different namespace rather than "qx.io.databinding". We are currently pu

[qooxdoo-devel] setRowDataAsMap

2007-09-04 Thread asaris
I use tables a lot and I found this method useful in my applications. When I need to update concrete row. I extend qx.ui.table.Model.Simple with method that allows me to update row in table model easily. Maybe qooxdoo team can build it in by default. I guess many developers would find it usefu

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread frederic
Hi Siarhei, Any news from your data binding mechanism implementation (qx.io.databinding.*) ? My current qooxdoo's application has a very bad implementation of form handling and I would be very happy to test your "form emulation" described in the PDF doc. Cheers. Frederic bibliograph wrote: >

[qooxdoo-devel] [Danke] Re: open questions

2007-09-04 Thread Christian Schmidt-Guetter
Hi all, Andreas Ecker schrieb: > ... >> 1. As the example Inline_1.html maintains, it is possible to have scrollbars >> in browser window, if I use inline widgets (qx.ui.basic.Inline). >> ... > To enable scrollbars on the client document, please change the setting > (default defined in qx.ui.core

Re: [qooxdoo-devel] open questions

2007-09-04 Thread westor
Hi Andreas, that helped. I only have to declare the Object or the Array before I use ist. I filed a bug ( http://bugzilla.qooxdoo.org/show_bug.cgi?id=617 ). Please have a look, if this is the right category. My application now works well, but firebug shows two messages: showMenu is not defined h

Re: [qooxdoo-devel] Migration support: dispose -> destruct

2007-09-04 Thread dperez
0.7.2??? :confused: Wasn't 0.7.1 the last one? Hugh Gibson wrote: > > I'm just migrating our 0.6.6 app to 0.7.2. > -- View this message in context: http://www.nabble.com/Migration-support%3A-dispose--%3E-destruct-tf4315905.html#a12473138 Sent from the qooxdoo-devel mailing list archive at

Re: [qooxdoo-devel] New odd behavior

2007-09-04 Thread Andreas Ecker
Hi Jim! > Some things that I have seen since porting my application from .6.x > to .7.x: > > > 1) DockLayouts no longer work if you setRight(0) and setBottom(0). If > you do that, then the layout has no height or width. You have to > setWidth('100%') and setHeight('100%'). Do you have a simple