Grytolle
24th June 2010, 13:42
So, I thought it'd be fun to replace the icon in the directory-page with an animated gif, which works fine, except that the installer suddenly requires 47 CPU as shown in Windows Task Manager and that the installer hangs up completely so I have to kill it with Windows Task Manager.
PageEx directory
PageCallbacks directoryPre directoryShow directoryLeave
PageExEnd
Function directoryShow
FindWindow $0 "#32770" "" $HWNDPARENT ;hides the orignal icon successfully
GetDlgItem $1 $0 1031
ShowWindow $1 0
SetOutPath $PLUGINSDIR
File jazzblink.gif
AnimGif::play /NOUNLOAD /HALIGN=0 /VALIGN=0 "$PLUGINSDIR\jazzblink.gif"
FunctionEnd
Function directoryLeave
AnimGif::stop
Delete "$PLUGINSDIR\jazzblink.gif"
FunctionEnd
What am I doing wrong? This is the gif: http://jazzjackrabbit.net/gry/jazzblink.gif
PageEx directory
PageCallbacks directoryPre directoryShow directoryLeave
PageExEnd
Function directoryShow
FindWindow $0 "#32770" "" $HWNDPARENT ;hides the orignal icon successfully
GetDlgItem $1 $0 1031
ShowWindow $1 0
SetOutPath $PLUGINSDIR
File jazzblink.gif
AnimGif::play /NOUNLOAD /HALIGN=0 /VALIGN=0 "$PLUGINSDIR\jazzblink.gif"
FunctionEnd
Function directoryLeave
AnimGif::stop
Delete "$PLUGINSDIR\jazzblink.gif"
FunctionEnd
What am I doing wrong? This is the gif: http://jazzjackrabbit.net/gry/jazzblink.gif