Both solutions work fine! Have to take in consideration that:
this.getRoot().add(win, {left:100, top:250});
Must be changed to:
this.getRoot().add(this.win, {left:100, top:250});
or it won't work at all. (I'm a novice and it took me about 30 minutes to
figure this heheh).
I'll analyze which m
Hello, first of all, thanks to whoever made this a wonderful project to work
on :)
My problem is the following one:
I want to open a window I've created outside of "main" (the reason is that
I'd like to not overload "main" and I'd like to organize better the code),
but not yet, just create it.
Worked like a charm! Many thanks!
It's good to have this thread here so if someone else needs it, it's there
:) Good explanation, thanks again!
--
View this message in context:
http://n2.nabble.com/How-to-place-a-desktop-background-tp4638299p4640336.html
Sent from the qooxdoo mailing list archi
Greetings to everyone :)
I'm wondering how to change the desktop's gray background to some image I
would want to place in, with some extra parameters like "repeat-x". I'm
pretty sure it is documented somewhere, but I can't seem to find it well,
and I also searched this forum first. :S
Maybe I do