sivanm
1 Jan 2011, 1:20 AM
Hello
I create GE instance by using method: google.earth.createInstance(<panelbody>, <callback>, {});
Later on, the user can click on a button, which generate a new window (using JS Ext toolkit)
But than, a problem pops-up: the generated window is always behind the <panelbody> which contains googleEarth plugin…
Tried all the tricks, founds in forums, that should bring the window visible to the user: show(), toFront(), setting windowMgr.xseeed…
Notices that even if the <callback> is empty – the <panelbody> still "hide" the generated window. Therefore, I suspect the createInstance() setup the <panelbody> contexts to be un-hidden - but don't know how to change it.
Any solutions ?
Thanks in advance
sivan
I create GE instance by using method: google.earth.createInstance(<panelbody>, <callback>, {});
Later on, the user can click on a button, which generate a new window (using JS Ext toolkit)
But than, a problem pops-up: the generated window is always behind the <panelbody> which contains googleEarth plugin…
Tried all the tricks, founds in forums, that should bring the window visible to the user: show(), toFront(), setting windowMgr.xseeed…
Notices that even if the <callback> is empty – the <panelbody> still "hide" the generated window. Therefore, I suspect the createInstance() setup the <panelbody> contexts to be un-hidden - but don't know how to change it.
Any solutions ?
Thanks in advance
sivan