Re: [qooxdoo-devel] Minimize WIndows

2010-03-15 Thread waysoftheearth
> Is it the WindowManager [1] contribution? Then it would be best to > update this contribution. Then others can review it there. Yes, it is the WindowManager contrib. But this is a complete re-write and I didn't want to simply overwrite whatever work others may have been doing to my original c

Re: [qooxdoo-devel] Minimize WIndows

2010-03-15 Thread thron7
On 03/14/2010 10:42 PM, waysoftheearth wrote: > > I did contribute my 0.6.x based implementation several years ago. Is it the WindowManager [1] contribution? Then it would be best to update this contribution. Then others can review it there. > > I may contribute this implementation after it'

Re: [qooxdoo-devel] Minimize WIndows

2010-03-14 Thread Rob Elsner
I had tried to pick it back up, but due to corporate politics was unable to. I'm still interested, and have switched jobs, so when I get some time to get back in to qooxdoo this is where I will start. Rob On Sun, Mar 14, 2010 at 3:42 PM, waysoftheearth wrote: > > I did contribute my 0.6.x based

Re: [qooxdoo-devel] Minimize WIndows

2010-03-14 Thread waysoftheearth
I did contribute my 0.6.x based implementation several years ago. I may contribute this implementation after it's been reviewed by a few peers... ideally I'd like to see this -- or some equivalent functionality -- make its way into the framework. That way I won't need to reimplement it again in

Re: [qooxdoo-devel] Minimize WIndows

2010-03-12 Thread thron7
Have you ever considered making a contribution out of it? T. On 03/12/2010 02:13 AM, waysoftheearth wrote: > > Okay, so how should I go about sharing the files? -- Download IntelĀ® Parallel Studio Eval Try the new softwa

Re: [qooxdoo-devel] Minimize WIndows

2010-03-11 Thread waysoftheearth
Okay, so how should I go about sharing the files? -- View this message in context: http://n2.nabble.com/Minimize-WIndows-tp4625897p4719810.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Download Intel

Re: [qooxdoo-devel] Minimize WIndows

2010-03-10 Thread Jim Hunter
Yes, I am interested in a better window class. My app opens lots of 'windows' (we call then tools) and I think a better approach would be great. Thanks, Jim On Wed, Mar 10, 2010 at 5:31 PM, waysoftheearth wrote: > > A long time ago (in the days of Qx 0.6.x) I wrote the "WindowManagerEx" > cont

Re: [qooxdoo-devel] Minimize WIndows

2010-03-10 Thread waysoftheearth
A long time ago (in the days of Qx 0.6.x) I wrote the "WindowManagerEx" contribution which included a lot of the generally desired "extra" window functionality. None of that code made it into the 0.8 framework, however, so when I needed to port my legacy Qx app to 0.8.x, I set about reimplementin

Re: [qooxdoo-devel] Minimize WIndows

2010-02-26 Thread thron7
I cannot speak for the road map, but there is a bug for this (http://bugzilla.qooxdoo.org/show_bug.cgi?id=1770), with an higher than average prio. Maybe you want to add yourself to CC, add comments, voting or something :). T. > > Speaking of window minimization, is a standard mechanism for this (

Re: [qooxdoo-devel] Minimize WIndows

2010-02-26 Thread Stefan Meyer
Hello, a good idea are to put teh windows in a menu or something like that:) 2010/2/26 Dave Baggett > > Speaking of window minimization, is a standard mechanism for this (some > kind > of dock) on the QooxDoo roadmap? > > Dave > > -- > View this message in context: > http://n2.nabble.com/Min

Re: [qooxdoo-devel] Minimize WIndows

2010-02-26 Thread Dave Baggett
Speaking of window minimization, is a standard mechanism for this (some kind of dock) on the QooxDoo roadmap? Dave -- View this message in context: http://n2.nabble.com/Minimize-WIndows-tp4625897p4638925.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Minimize WIndows

2010-02-24 Thread Daniel Wagner
Hi Stefan, yes, that's correct. qooxdoo currently doesn't have a built-in minimize behavior for windows. If you need something like that, you'll have to implement it yourself. Basically, you would have to subclass qx.ui.window.Window and overwrite the "minimize" method. Then of course you need

[qooxdoo-devel] Minimize WIndows

2010-02-24 Thread Stefan Meyer
In this example http://demo.qooxdoo.org/current/demobrowser/#widget~Window.html and in my own teste, i can click on the above minimized Button but the window isnt minimized. the window is disaper7closed? is thats right ? How can i disable this and set the window to minimize to the bottom