私は本当に厄介な問題に直面しています。16x16 と 32x32 の両方のアプリケーション アイコンを提供していますが、最初のウィンドウは 16x16 アイコンではなく、縮小された 32x32 アイコンを使用しています。
それぞれのアイコン画像は次のとおりです。
したがって、アプリケーションアイコン、Windows、またはそうではないと思われるものに16x16アイコンを使用することは理にかなっています:
これを修正するにはどうすればよいですか? いまいましいウィンドウアイコンを除いて、アプリケーションアイコンの他のすべての使用が明確で鮮明であるとき、それは本当に面倒で、信じられないほど専門的ではないように見えます.
このエラー/バグはタスクバーでも発生します。
何か案は?
編集: 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:私の問題を抱えている他の人を見つけましたが、彼らも応答がありません >>こちら