Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Changing Icons


2 replies to this topic

abraxas

abraxas
  • Members
  • 27 posts

Posted 07 November 2001 - 16:15

Hello,

I'm trying to make a "check requirements" dialog box in a basic project.  Basically the script checks if the user has all the pre-required software installed (for example a sufficient version of IE, etc...).  This information is then to be displayed to the user - they see a checkmark if they have it installed, and an X if they don't.  My question is - how do I change the image/icon being displayed dynamically?  Any suggestions?

Thanks.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 07 November 2001 - 22:28

Put two images on top of each other, and use control conditions to make one of them invisible.

abraxas

abraxas
  • Members
  • 27 posts

Posted 12 November 2001 - 12:58

That's what I was thinking of.  Does anyone have any code to do this?