Witanca
Posts: 13
Joined: Sun Jun 01, 2014 6:21 pm

How to control a animated .GIF

Advanced Installer 11.2
User Interface > Dialogs

Question:
How do you make a .GIF file only run ones?

I have added a animated “Image / .GIF” to the “WelcomeDlg” dialoge page.
This .GIF keeps running in loop mode, how do I make it only run ones?

NOTE:
I cant find the AiGifCommand property, if thats what I need to set.
Dan
Posts: 4529
Joined: Wed Apr 24, 2013 3:51 pm

Re: How to control a animated .GIF

Hello,

Please take a look on the Image article with related information for hints and guidance.

From the Control Events Dialog of the related control you can add the predefined Set installer property value - SetProperty event.

Here is an example of this control event:
  • Property: AiGifCommand
  • Argument: <your_image_name>.Play
Please let us know if you have other questions.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Witanca
Posts: 13
Joined: Sun Jun 01, 2014 6:21 pm

Re: How to control a animated .GIF

Sorry I do not understand those kind of settings at the moment. Plus the .GIF is set to run only ones but I dont think the Advanced Installer reads that function from the .GIF file.

Return to “Common Problems”