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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: User Input Window - best way to handle input
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Nov 03, 2008
08:46 AM
User Input Window - best way to handle input
I though it would be easy like in InstallShield MP to get some user input e.g. from radio buttons and to use them inside rules.
But maybe I do smth wrong:
I configured a user input panel with a radio button combination with 3 options:
o Fubar
o Tomcat
o JBoss
The value should be stored inside the $FOO$.
When I choose e.g. "Tomcat" the result inside $FOO$ is:
"","Tomcat",""
WFT!?
So my questions:
1) Is it possible to get only the value for the choosen option (without any "" and so on)?
2) Is it possible to configure the panel in this way, that a pre-defined value will be used for each option, which is another one than the displayed i18n-string?
But maybe I do smth wrong:
I configured a user input panel with a radio button combination with 3 options:
o Fubar
o Tomcat
o JBoss
The value should be stored inside the $FOO$.
When I choose e.g. "Tomcat" the result inside $FOO$ is:
"","Tomcat",""
WFT!?
So my questions:
1) Is it possible to get only the value for the choosen option (without any "" and so on)?
2) Is it possible to configure the panel in this way, that a pre-defined value will be used for each option, which is another one than the displayed i18n-string?
(4) Replies
‎Nov 06, 2008
01:00 PM
You can also try using the $FOO_BOOLEAN_1$, $FOO_BOOLEAN_2$, $FOO_BOOLEAN_3$ variables. An upside of using this is checking if the value is 1 or 0. A down side to this is if you change the order or your options, the results will change.