Re: [qooxdoo-devel] Form Controller and Form Manager Design Questions

2009-08-13 Thread MartinWittemann
Hello Guilherme, its never too early to talk about things in development. Your questions brought up use cases I hadn't in mind jet. But now to your questions: 1) The List and the ListItems have te be created by the user using the form itself. So it should be no problem using the list controller

[qooxdoo-devel] Form Controller and Form Manager Design Questions

2009-08-13 Thread Guilherme Aiolfi
Hi, Is it too soon to talk about Form Controller and Form Manager? If it's not, 1) How will it work when including Lists and other widgets that need other controllers? Do I need to create that controller outside the Form Manager or the Manager will deal with it? In case the manager do it, how to

Re: [qooxdoo-devel] Completely wrong code in qx.bom.element.Location

2009-08-13 Thread Jean-Noël Rivasseau
Well, as I said I could not test the demo in IE on the trunk since it fails to load. But on my backported version to 0.8.2, everything was fine with IE. Jean-Noel On Thu, Aug 13, 2009 at 3:46 PM, MartinWittemann wrote: > > Hello Jean-Noel, > > thanks for the feedback. > > I'll check the document

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Derrell Lipman
On Thu, Aug 13, 2009 at 11:55, Thomas Bückemeyer wrote: > Hi Fritz, > > the "setColumnVisible" works exactly how I expected. I haven't found > that because I have looked in qx.ui.table.model.* ... > Yeah, it really doesn't belong in either of those places; it belongs as an operation that you iss

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Thomas Bückemeyer
Hi Fritz, the "setColumnVisible" works exactly how I expected. I haven't found that because I have looked in qx.ui.table.model.* ... Thanks! Thomas Fritz Zaucker schrieb: > http://demo.qooxdoo.org/0.8.x/apiviewer/#qx.ui.table.columnmodel.Basic~setColumnVisible > > > > Cheers, > Fritz > >

Re: [qooxdoo-devel] Customising ListItem?

2009-08-13 Thread Michael Ochs
So that means, writing my own widget, right? Never done that before but I'll give it a try. Again, thanks for your help! :) Best regards, Michael Am 13.08.2009 um 16:26 schrieb Daniel Wagner: > Hi Michael, > > I think a better way to do this would be to create your own list item > derived fr

Re: [qooxdoo-devel] embedding google maps

2009-08-13 Thread Michael Ochs
Thanks, that works perfekt. Even resizing works, hadn't thought about that ;) Best regards, Michael Am 07.08.2009 um 14:40 schrieb Daniel Wagner: > Hi Michael, > > I just tried to create an application using the code from your first > post, but I'm getting the same result. Either the browser

Re: [qooxdoo-devel] Customising ListItem?

2009-08-13 Thread Daniel Wagner
Hi Michael, I think a better way to do this would be to create your own list item derived from one of the qx.ui.container classes. That way you could add any child widget(s) to the list item with full control over the layout etc. You'll probably want your list item to look like a regular one (i

Re: [qooxdoo-devel] "widgetTarget is null" error

2009-08-13 Thread Larry K Blische
Thanks Matt, This helped greatly. Larry Noggin182 wrote: > > Hi larry, > Did you know that the qx.ui.window.Window has a modal property? You can > just set that to true to get exactly the same behaviour you want to > achieve. > > Matt > > -- View this message in context: http://n2.nab

Re: [qooxdoo-devel] embedding google maps

2009-08-13 Thread Michael Ochs
Thanks, that works perfekt. Even resizing works, hadn't thought about that ;) Best regards, Michael Am 07.08.2009 um 14:40 schrieb Daniel Wagner: > Hi Michael, > > I just tried to create an application using the code from your first > post, but I'm getting the same result. Either the browser

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Fritz Zaucker
Hi Daniel, thanks for the explanation/example, I now understand. Cheers, Fritz On Thu, 13 Aug 2009, Daniel Wagner wrote: > Hi Fritz, > > like it says in the docs, setting a widget's visibility to "excluded" > means the layout of its parent widget will be recalculated. For example, > if you "exc

Re: [qooxdoo-devel] Completely wrong code in qx.bom.element.Location

2009-08-13 Thread MartinWittemann
Hello Jean-Noel, thanks for the feedback. I'll check the documentation of the location later. Thanks for the tip, must have missed that completely after that long debugging session with all the different browsers. The wired space sign sometimes slipps in during developing on a mac (alt - space

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Daniel Wagner
Hi Fritz, like it says in the docs, setting a widget's visibility to "excluded" means the layout of its parent widget will be recalculated. For example, if you "exclude" a toolbar button, the toolbar width would shrink. If you set the button to "hidden", the toolbar would keep its size and the

[qooxdoo-devel] Customising ListItem?

2009-08-13 Thread Michael Ochs
Hi, I'm working on a list with "recent entries". This list needs to display an image and 3 labels, where the second one has multiple lines. So I was wondering wether it is possible to use qx.ui.form.List for that and customize the look of the qx.ui.form.ListItem ? I would like to arrange t

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Fritz Zaucker
Hi Daniel, ok, this makes sense. I guess I am still a little puzzled about "excluded". I have seen the description in http://demo.qooxdoo.org/0.8.x/apiviewer/#qx.ui.core.Widget~visibility, but what is this actually useful for? Cheers, Fritz On Thu, 13 Aug 2009, Daniel Wagner wrote: >> P.S.: I

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Daniel Wagner
Hi Fritz, Fritz Zaucker schrieb: > http://demo.qooxdoo.org/0.8.x/apiviewer/#qx.ui.table.columnmodel.Basic~setColumnVisible > > > > Cheers, > Fritz > > P.S.: I find it a bit inconsistent that some parts of th API use XXvisible > and others XXvisibility ... > As far as I've seen, "visib

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Derrell Lipman
On Thu, Aug 13, 2009 at 07:59, Thomas Bückemeyer wrote: > Hi, > > is there a possibility to set colums of a table unvisible? I know, I can > set it by clicking on the right end of the table header, but i like to > set it when I construct the table. The user should be able to set the > column as v

Re: [qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Fritz Zaucker
http://demo.qooxdoo.org/0.8.x/apiviewer/#qx.ui.table.columnmodel.Basic~setColumnVisible Cheers, Fritz P.S.: I find it a bit inconsistent that some parts of th API use XXvisible and others XXvisibility ... On Thu, 13 Aug 2009, Thomas Bückemeyer wrote: Hi, is there a possibility to set c

[qooxdoo-devel] Set Visible Columns in a Table

2009-08-13 Thread Thomas Bückemeyer
Hi, is there a possibility to set colums of a table unvisible? I know, I can set it by clicking on the right end of the table header, but i like to set it when I construct the table. The user should be able to set the column as visible by clicking on the right end of the table header. Any idea

Re: [qooxdoo-devel] "widgetTarget is null" error

2009-08-13 Thread Matthew Gregory
Hi larry, Did you know that the qx.ui.window.Window has a modal property? You can just set that to true to get exactly the same behaviour you want to achieve. Matt larry blische wrote: > I have a ModalWindow class which I extend to make various other modal > windows. This class extends the Wind

Re: [qooxdoo-devel] Completely wrong code in qx.bom.element.Location

2009-08-13 Thread Jean-Noël Rivasseau
Hi, I checked out trunk today, and gave it a try - works ! Splendid! I did not look at the code to see how you fixed it, but I hope you did it well :) By the way, so you DID adopt the computation from the document (document.documentElement), and not from the body, as it should be. This should be m

[qooxdoo-devel] "widgetTarget is null" error

2009-08-13 Thread larry blische
I have a ModalWindow class which I extend to make various other modal windows. This class extends the Window class and overrides open() and close() to block and unblock events to the root window. Basically like this: var DEPTH = 0; qx.Class.define("timeclocktest.ModalWindow", { extend :