FireFox and Chrome cannot display my logo page

2010-10-29 Thread slledru
I have a Logo panel defined and simply displaying a PNG file.  And it
doesn't work on FireFox and Chrome.
It works fine on IE.
And I can't figure out how to attach my zp file so anyone can see what
I am doing wrong.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Compiling in 1.5.3

2008-11-21 Thread slledru

I am trying to move my app from 1.4 to 1.5.3.
I am using ant to build and am getting following warnings and would
like to get rid of them.
What am I doing wrong?
I am using JDK1.6.

 [java] Scanning source for uses of the deprecated gwt.typeArgs
javadoc annotation; please use Java parameterized types instead
 [java]Type com.sirsidynix.client.request.report.ReportRunInfo
 [java]   Field toolList
 [java]  [WARN] Unable to recognize
'java.util.Listjava.util.List' as a type name (is it fully qualified?)
 [java] com.google.gwt.core.ext.typeinfo.NotFoundException: Unable
to recognize 'java.util.Listjava.util.List' as a type name (is it
fully qualified?)
 [java] at com.google.gwt.core.ext.typeinfo.TypeOracle.parseImpl
(TypeOracle.java:892)


And in ReportRunInfo, I have:
/**
 * @gwt.typeArgs
java.util.Listcom.sirsidynix.client.reports.tools.ToolOptions
 */
public List toolList = null;

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---