-
7 Oct 2011 5:23 AM #1
Answered: GXT desktop behavior
Answered: GXT desktop behavior
Hi guys, I have a situation here .. another one

I made my web-desktop app and display my window like here
first.jpg
I get to this page after I go thru a login page .. it's a redirect (window.redirect ...)
1.As you can see, I cannot see my app in the taskbar.
2.When I maximize/minimize my window, it goes very strange in a bottom page .. it's like I have two desktops (actually there are 3 of them, but the third one it's always empty).
here:
after.jpg
There I end up after I scroll (hit scroll and after drag the mouse down).
I guess this happens because of my page navigation .. from the first one to the second one (the first page is a module, the second is another module), but I wish to eliminate this problem because I'd like to use maximize/minimize functionality.
Thanks.
-
Best Answer Posted by catalin.ciobanu
there were 3 <div> there ... found them, set display:none;
Code:DOM.getElementById("div_id").setAttribute("style", "display: none;");
-
10 Oct 2011 12:36 AM #2
there were 3 <div> there ... found them, set display:none;
Code:DOM.getElementById("div_id").setAttribute("style", "display: none;");
-
17 Nov 2011 9:08 AM #3
Well, there could be a great chance that this could be caused by navigation of the page from the first module to the second module. Since you are looking forward to get away with this problem in order to control the functionality a bit more, I would say that the codes here are the only choice or contact the hris team of sencha.



Reply With Quote