PDA

View Full Version : My Desktop Wallpaper doesn't show up....



inflames077
26 Nov 2008, 11:14 PM
Why the wallpaper of my webdesktop doesn't show up? Can anybody help me?

this is the module config code of my ".gwt.xml" file....

<inherits name='com.google.gwt.user.User'/>
<inherits name='com.extjs.gxt.desktop.WebDesktop' />
<inherits name= "com.extjs.gxt.samples.resources.Resources"/>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<entry-point class='org.hillol.client.DesktopApp'/>


And this is my html file:


<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>DesktopApp</title>
<script type="text/javascript" language="javascript" src="org.hillol.DesktopApp.nocache.js"></script>

<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="desktop/css/desktopapp.css" />
</head>

<body style="overflow: hidden">

<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<div id="x-desktop">
<dl id="x-shortcuts"/>
</div>
<p>
</body>
</html>

this is the snapshot of my project structure:
http://img361.imageshack.us/img361/9989/desktopprojectlz0.jpg

What's wrong with my project?

okwei
27 Nov 2008, 5:55 PM
I'm trying to get rid of the wallpaper, but hasn't found a good way