Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2004-01-21 13:23:45
Size: 489
Editor: www
Comment:
Revision 6 as of 2004-01-30 11:53:52
Size: 636
Editor: 202
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:

does the resource number refers to the icon's index in the {{{.ico}}} file (if containing > 1 icons) ?
-- [mailto:dswsh@plasa.com dody wijaya]

Icons are added as icon_rsources

setup( 
    windows = [
        {
            "script": "with_gui.py",
            "icon_resources": [(1, "myicon.ico")]
        }
    ],
)

The same practice works as well for console and windows scripts. The resouce number does not seem to matter. Windows just takes the first existing icon.

/!\ if somebody knows how to add small and large icons, speak up...

Hm, doesn't the .ico file contain them?

does the resource number refers to the icon's index in the .ico file (if containing > 1 icons) ? -- [mailto:dswsh@plasa.com dody wijaya]

CustomIcons (last edited 2011-08-05 21:58:17 by SunjayVarma)