我正面臨一個非常煩人的問題。我提供16x16和32x32應用程序圖標,但最初的窗口使用的是縮小的32x32圖標,而不是16x16圖標。Windows中Adobe Air中的標題欄圖標大小錯誤
這裏有相應的圖標圖片:
因此,這將是有意義的使用16x16的圖標的應用程序圖標時,Windows似乎或任何不這麼認爲:
如何固定T他?這真的很煩人,看起來非常不專業,除了那個該死的窗口圖標以外,其他所有應用程序圖標的使用都是清晰明快的。
此錯誤/錯誤也出現在任務欄中。
任何想法?
編輯:的application.xml
<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://ns.adobe.com/air/application/3.5">
<id>com.yahrly.PixelTBSLevelEditor</id>
<versionNumber>1.0.0</versionNumber>
<filename>PixelTBS Level Editor</filename>
<name>PixelTBS Level Editor</name>
<copyright>© 2013, YahRly LLC</copyright>
<initialWindow>
<title>PixelTBS Level Editor</title>
<content>PixelTBSLevelEditor.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>false</maximizable>
<resizable>false</resizable>
</initialWindow>
<installFolder>YahRly</installFolder>
<programMenuFolder>PixelTBS Level Editor</programMenuFolder>
<supportedProfiles>desktop</supportedProfiles>
<icon>
<image16x16>icons/icon16.png</image16x16>
<image32x32>icons/icon32.png</image32x32>
<image48x48>icons/icon48.png</image48x48>
<image128x128>icons/icon128.png</image128x128>
</icon>
<description>Create and customise your own maps for PixelTBS.</description>
</application>
編輯2:我發現別人與我的問題,但他們已經有或者沒有迴應>>here
你可以發佈你的描述符.xml文件嗎? – TheDarkIn1978 2013-03-20 00:42:46
@TheDarkIn 1978年更新了原始帖子 – xLite 2013-03-20 19:11:19
我有一個與圖標類似的問題。我認爲這是AIR中的一個錯誤。 – nwellnhof 2013-03-20 23:40:35