Re: Windows ICONS 48x48

"Pat Thoyts" <[email protected]> Tue, 18 Mar 2008 00:40:57 +0000
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
On 17/03/2008, Harald Oehlmann <[email protected]> wrote:
>
>  Hello Group,
>  since years I use the starkit windows icon replacement with sdx.
>
>  I noticed that the starpacks from Pat Thoyts did not replace the 48x48
>  icons:
>  customizing tclkit.ico in executable
>    icon 32x32/16: replaced
>    icon 16x16/16: replaced
>    icon 32x32/256: replaced
>    icon 48x48/256: NOT FOUND
>    icon 48x48/16: NOT FOUND
>    icon 16x16/256: replaced
>
>  while the starkits on Jean-Claudes page still worked.
>  Now, Jean-Claude has updated the starkits on
>  http://www.equi4.com/tclkit/download.html
>  and they show the same phenomenon as Pat Thoyts builds.

If you have an icon file for tclkit that has the full set of icons in
the right order I can replace the kitgen .ico file and this will get
fixed. The newest equi4.com executables were built by me so thats why
they exhibit the same problem. The icon file we have in the
kitgen/files/tclkit.ico file was I believe copied from the old genkit
sources and I see it does include a 48x48/16 and 48x48/256 icon types
- so perhaps the order is changed for some reason.

If we can identify a corrected ico file soon then we can have
corrected exes for the imminent 8.5.2 release.

Pat Thoyts