Archive: AnimGif plugin question


AnimGif plugin question
Hello all,

I am using to use AnimGif plugin in the INSTFILES page. I am having a problem where my gif image will be overlapped when I click "Show details" button. I tried to put it at different corners already.

Is there a way to the gif image in front of progress bar? Or end of progress bar? Or at lower right corner? (please see attached file for desired locations).

Thank for your help!


Latest version supports image positioning in percents.
http://nsis.sourceforge.net/AnimGif_plug-in


Thanks Takhir!


Hi Takhir,

Do you know what is the value of the window containing the progress bar? Or where I can look for it?
I was requested to have the gif image right next to the progress bar. I know we use the follow command to get the window on top of progress bar.

GetDlgItem $0 $HWNDPARENT 1034

Thanks!


http://forums.winamp.com/showthread....light=%2332770
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 1004


Thanks!