Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-11 Thread jhwrightiii
Excellant ... I should have put more effort in it and still learning, but with close working I was thrown off. Thanks alot. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Closing-Windows-in-Desktop-tp7134320p7176360.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-10 Thread jhwrightiii
Well my post slowly went into the sunset or onto another page therefore an apologetic *bump*. Clearly this is something I am doing wrong. Again in the playground example you will see one window left while doing a destroy. Comment that line out and uncomment the close line and it works. What giv

Re: [qooxdoo-devel] Closing Windows in Desktop

2012-01-02 Thread Tino Butz
Hi, Please provide a playground example. http://demo.qooxdoo.org/current/playground/ Tino Am 29.12.2011 um 00:08 schrieb jhwrightiii: Selecting a button from a toolbar, I would like to destroy all open windows and start new. So a window opens and other windows can open from there and are adde

[qooxdoo-devel] Closing Windows in Desktop

2011-12-28 Thread jhwrightiii
Selecting a button from a toolbar, I would like to destroy all open windows and start new. So a window opens and other windows can open from there and are added to desktop manager. So now a new button from toolbar is selected and I: var win = desktop.getWindows();