[Bug 3083] Google Earth: menus disappear under image

Wine Bugs wine-bugs at winehq.org
Sat Jan 14 13:09:31 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=3083





------- Additional Comments From cppcreater at yahoo.com  2006-14-01 13:09 -------
This is a duplicate of what I posted in the main comments thing.

Open up Program Files/Google/Google Earth/kvw/default_lt.kvw

In <name>Render Window</name> instead of the usual
<location>RenderFrame</location> just completely delete RenderFrame so it looks
like <location> </location>  Do the same thing in <name>Navigation Panel</name>.
 When you're through it should look like this:


<?xml version="1.0" encoding="iso-8859-1"?
<workspace>
    <application>
        <revision>1</revision>
        <modules>
            <module>xml/app.module.xml</module>
            <module>xml/auth.module.xml</module>
            <module>xml/render.module.xml</module>
            <module>xml/navigate.module.xml</module>
            <module>xml/layer.module.xml</module>
            <module>xml/measure.module.xml</module>
            <module>xml/web.module.xml</module>
            <module>xml/gps.module.xml</module>
            <module>xml/basicingest.module.xml</module>
            <module>xml/google.module.xml</module>
        </modules>
    </application>

    <gui>
        <revision>1</revision>

        <mainWindow>
            <geometry>
                <x>0</x>
                <y>0</y>
                <width>990</width>
                <height>650</height>
            </geometry>
        </mainWindow>
        
        <preferences>
            <panels>
                <RenderPrefs/>
                <CachePrefs/>
                <LayerPrefs/>
                <NavigatePrefs/>
                <ApplicationPrefs/>
            </panels>
        </preferences>

        <windowStack>
            <name>Render Window</name>
            <type>singleton</type>  
            <location>

</location>
            <geometry>
                <width>800</width>
                <height>600</height>
            </geometry>
            <moduleWindow>
                <id>RenderWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
            <disablehide>true</disablehide>
        </windowStack>
        
        <windowStack>
            <name>Navigation Panel</name>
            <type>singleton</type>  
            <location>
</location>
            <geometry>
                <width>800</width>
                <height>150</height>
            </geometry>
            <moduleWindow>
                <id>NavigateWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
        </windowStack>
        
        <windowStack>
            <name>Places</name>
            <type>singleton</type>
            <location>MyPlacesFrame</location>
            <moduleWindow>
                <tabtext>My Keyhole</tabtext>
                <id>LayerWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
         </windowStack>

         <windowStack>
            <name>Layers</name>
            <type>singleton</type>  
            <location>LayersFrame</location>
            <moduleWindow>
                <id>ServerWindow</id>
            </moduleWindow>
            <visibility>true</visibility>            
        </windowStack>

         <windowStack>
            <name>Search</name>
            <type>singleton</type>
            <location>SearchFrame</location>
             <moduleWindow>
                <tabtext>Search</tabtext>
                <id>GoogleSearchWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
         </windowStack>

         <windowStack>
            <name>Measure</name>
            <type>singleton</type>  
            <location>float</location>
            <moduleWindow>
                    <tabtext>Measure</tabtext>
                    <id>MeasureWindow</id>
            </moduleWindow>
            <visibility>false</visibility>
            <noresize>1</noresize>
         </windowStack>

        <windowStack>
            <name>GPS Device</name>
            <type>singleton</type>  
            <location>float</location>
            <moduleWindow>
                    <tabtext>Gps Device</tabtext>
                    <id>GpsWindow</id>
            </moduleWindow>
            <visibility>false</visibility>
            <noresize>1</noresize>
         </windowStack>

        <windowStack>
            <name>Web</name>
            <type>singleton</type>
            <webpage>http://www.google.com</webpage>
            <location>WebWindowFrame</location>
            <moduleWindow>
                <id>WebWindow</id>
            </moduleWindow>
            <visibility>false</visibility>            
        </windowStack>
         

    </gui>

    <more>
        <revision>1</revision>
    </more>

</workspace>

Just resize the earth window and the bottom navigation thing.  I have wincfg set
to Enable a Vertual Desktop at 1024 X 768.  You can change this and the tools ->
options to make it bigger/smaller.

One more thing: let it do it's loading thing w/o clicking on anything.  IE, the
activeX thing comes up, leave it alone until the "initializing" thing is throug
hand then click no.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list