Is anybody hear me?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Problem-with-window-selection-tp6384913p6393354.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
What Every C/C++ and
Hi, all.
I create some windows. Then select first window, but last window is
selected.
Code:
for (var i in something){
window creation;
}
this.__desktop.setActiveWindow(first);
Something like that. And it's not working.
But if i write like that:
setTimeout(function() {
this.__desktop.se