I have a script created component set where both the components are radiobuttons. I display the two radiobuttons using SdAskOptions using the EXCLUSIVE option. But when displaying the dialog I see that one of them is a checkbox. What could be the problem ? Debugging does not help me ?
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.

RadioButton changes to CheckBox
Started by
beginner
, Aug 20 2001 13:10
3 replies to this topic
Posted 20 August 2001 - 21:54
Sounds like a bug in IS5. Does it happen on all machines/operating systems?
What is your exact IS version/maintenance pack or build number? (See Help -> About)
What is your exact IS version/maintenance pack or build number? (See Help -> About)
Posted 21 August 2001 - 07:35
It does not happen on all machines/operating systems. It has been happening on a Windows NT workstation with SP5. The installshield version is 5.1 build 151 .
Posted 21 August 2001 - 08:31
Although this problem is not mentioned in the release notes, I wonder why you are using build 151 (maintenance pack 2) and not build 159 (maintenance pack 4)?
The boxes are check boxes in the dialog resource. If you use EXCLUSIVE they are changed to radio buttons in the sdaopts.rul script (function SdOptionSetState). Maybe this fails for some reason. A workaround might be to change the button style to radio buttons in the dialog resource (if you're not using NONEXCLUSIV anywhere in your script) or to crrate a custom dialog resource with radio buttons.
The boxes are check boxes in the dialog resource. If you use EXCLUSIVE they are changed to radio buttons in the sdaopts.rul script (function SdOptionSetState). Maybe this fails for some reason. A workaround might be to change the button style to radio buttons in the dialog resource (if you're not using NONEXCLUSIV anywhere in your script) or to crrate a custom dialog resource with radio buttons.