Radio Buttons
I'm trying to create an installer which allows the user to select one of several predefined CustomInputDefault files (currently only 2 presets are available, but other ones may be added in the future). As I've read in this thread, the 'Setup Complete' section allows up to 7 radio buttons to be shown, which seems suitable for my purpose.
However, I cannot get this to work. When selecting the first radio button, files are installed correctly. When selecting the second radio button, the group that corresponds to this radio button is not installed. Am I doing something wrong?
I've created 3 file groups; Default, Remote_Generic and Remote_SPresso. Group 'Default' has 'Default selected' checked, the other ones not. As the second install section I have a 'Setup Complete' section with both Remote_* groups listed; these are correctly shown as radio buttons. In the 'Install Section' I have listed all groups, together with an 'Install Files' action.
The xmp2 file can be found at SourceForge.net Repository - [mp-plugins] Contents of /trunk/plugins/KeyboardInputPlugin/MPE/KeyboardInputPlugin.xmp2
Update: Maybe I'm wrong, but after a quick look at the sources for MPE it seems to me that only the first radio button/check box in the 'Setup Complete' section has an event handler attached...
Some other things I noticed
Following are some things that I noticed while using MPE maker; maybe these can be improved in an upcoming version:
I'm trying to create an installer which allows the user to select one of several predefined CustomInputDefault files (currently only 2 presets are available, but other ones may be added in the future). As I've read in this thread, the 'Setup Complete' section allows up to 7 radio buttons to be shown, which seems suitable for my purpose.
However, I cannot get this to work. When selecting the first radio button, files are installed correctly. When selecting the second radio button, the group that corresponds to this radio button is not installed. Am I doing something wrong?
I've created 3 file groups; Default, Remote_Generic and Remote_SPresso. Group 'Default' has 'Default selected' checked, the other ones not. As the second install section I have a 'Setup Complete' section with both Remote_* groups listed; these are correctly shown as radio buttons. In the 'Install Section' I have listed all groups, together with an 'Install Files' action.
The xmp2 file can be found at SourceForge.net Repository - [mp-plugins] Contents of /trunk/plugins/KeyboardInputPlugin/MPE/KeyboardInputPlugin.xmp2
Update: Maybe I'm wrong, but after a quick look at the sources for MPE it seems to me that only the first radio button/check box in the 'Setup Complete' section has an event handler attached...
Some other things I noticed
Following are some things that I noticed while using MPE maker; maybe these can be improved in an upcoming version:
- Apparently you cannot use placeholders (e.g. [Name]) in the Update URL field. It would be nice if you could...
Can you please remove the update URL that I published to http://install.team-mediaportal.com/MPEI/extensions.txt? that contains the [Name] tag? - Placeholders in the Online Location field are replaced by the actual values when saving the xmp2 file. This means that if for example you have [Version] included in the Online Location field and later update the version number, the Online Location will still contain the old version number as it now has the version 'hardcoded' instead of a placeholder.