This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Mask Edit and Radio Button Group
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 23, 2008
02:09 AM
Mask Edit and Radio Button Group
Hello, I am seeing some rather strange behavior in a basic MSI project. I have a form that has 3 different radio button groups and one mask edit control. I created the form using the wizard and selected blank form. Whenever I enter an invalid character in the mask edit control, it displays the error message about entering an invalid character, but after I click on the button to clear the error message, half of the labels on the left side of all of my Radio button groups are erased. They come back if I move my mouse pointer over them, but I need to correct this behavior. Has anyone ever seen this before? If so, could you tell me what you did to fix it?
Thanks in advance!
Tim
Thanks in advance!
Tim
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 25, 2008
11:08 AM
Check to make sure there is no value in the Text field for the RadioButtonGroup control. If there is, and the RadioButtonGroup does not have a border, Windows Installer versions earlier than 4.0 have some repaint issues with the controls contained in the radio button group. Removing any value from the Text field should resolve this behavior.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 25, 2008
11:34 AM
Thanks Josh, I will give it a try!
Tim
Tim