[wxpython-users] ANN: Airs v0.9d released

Jorgen Bodde jorgen.maillist at gmail.com
Mon Apr 14 10:18:56 PDT 2008


Roee and Malcolm,

You guys have been a very big help! I did notice the weird icon-less
image in the task switcher and I already wondered why. It's very
appreciated that not only you guys mention what is wrong, but also
give me the solution, especially that problem with the icon I would
have never guessed!

Does converting the .ico to a wx.Icon also works under linux?

Anyway I have noted the problems in the todo list for the next release.

Thanks again!
- Jorgen

On Mon, Apr 14, 2008 at 4:44 PM, Malcolm Greene <python at bdurham.com> wrote:
> Roee,
>
>  >> Malcolm said: ... shows a generic Windows icon vs. your Airs application icon when you hold down the Alt+Tab key to switch applications in Windows.
>
>  <snip>
>
> Roee said:
>  The problem only happens when the icon is taken from the embeded image
>  generated by img2py. When using `airs.ico` as the application icon
>  everything works fine. At first I though its because of the image size
>  (16*16 in the image vs max 32*32 in the icon), but this isn't the case.
>
>  To test, change airs/gui/AirsFrame.py line 44, from:
>
>  self.SetIcon(wx.IconFromBitmap(icon_main.getBitmap()))
>
>  to:
>
>  self.SetIcon(wx.Icon("airs.ico", wx.BITMAP_TYPE_ICO))
>  </snip>
>
>  Thanks for that explanation!
>
>
>
>  Malcolm
>  _______________________________________________
>  wxpython-users mailing list
>  wxpython-users at lists.wxwidgets.org
>  http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>


More information about the wxpython-users mailing list