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

RadioButtonGroup background


2 replies to this topic

daktmacfan

daktmacfan
  • Members
  • 12 posts

Posted 20 December 2005 - 20:12

rolleyes.gif
Hi I am new to InstallShield and setups and really enjoy this forum and hope that I can contribute someday. smile.gif

I am building a basic msi project using InstallShield Developer 8.0 and I am trying to put a RadioButtonGroup over top of a bitmap. I do not want the border around the radio button group and if I set the RadioButtonGroup's HasBorder property to false it looks fine at design-time, but when I run the project the background of the RadioButtonGroup is the window's control color.

At design-time the background appears to be transparent and that is how I would like it to be at run-time.

Is there away to make the background of a RadioButtonGroup to be transparent?

How can this been be done if it is possible?

thanks,
-dk

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 December 2005 - 17:41

No, that's a limitation of Windows Installer's UI capabilities. You cannot create radiobuuttons with transparent background.

daktmacfan

daktmacfan
  • Members
  • 12 posts

Posted 21 December 2005 - 19:09

Thanks for the reply Stefan.

-dk