Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GWTを使用してWindowsガジェット(Windowsサイドバーガジェット)を作成しましたが、正しく表示されません。IEでは見栄えがしますが、ガジェットは小さな白いボックスとして表示されます。
gwt.xmlではie6ユーザーエージェントと単一のスクリプトリンカーを使用する必要があります。
<set-property name="user.agent" value="ie6" /> <add-linker name="sso"/>