jdt2oo7
6th April 2010 22:15 UTC
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!
Takhir
7th April 2010 13:11 UTC
Latest version supports image positioning in percents.
http://nsis.sourceforge.net/AnimGif_plug-in
jdt2oo7
8th April 2010 22:41 UTC
Thanks Takhir!
jdt2oo7
9th April 2010 07:46 UTC
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!
Takhir
9th April 2010 17:44 UTC
http://forums.winamp.com/showthread....light=%2332770
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 1004
jdt2oo7
13th April 2010 22:35 UTC
Thanks!