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
- :
- custom feature set will not get displayed in a panel?
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
Jan 16, 2007
04:47 PM
custom feature set will not get displayed in a panel?
Hello,
I have built a custom feature set by creating a custom product tree attached to a product bean and adding features using the ProductTree.addFeature method and according to some basic debugging information, everything is getting created properly. however, I can not get this set of custom features to display in a feature control on the feature panel.
Is there any way to get something like this to work? I really need to come up with a way of having the user select custom options that are determined at installtime and creating a set of checkboxes dynamically doesn't work either. (see other post)
I have built a custom feature set by creating a custom product tree attached to a product bean and adding features using the ProductTree.addFeature method and according to some basic debugging information, everything is getting created properly. however, I can not get this set of custom features to display in a feature control on the feature panel.
Is there any way to get something like this to work? I really need to come up with a way of having the user select custom options that are determined at installtime and creating a set of checkboxes dynamically doesn't work either. (see other post)
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 17, 2007
01:11 PM
see other post about dynamically updating panels... can't be done with panels created using the 11.5 dialog editor. Mix in some 5.x style panels instead.