barlock
10-26-2010, 01:09 PM
Using IA 2010 SP1. I recently made a change to replace a Simple Get
User Input panel with an Advanced one to fix a globalization problem
(text not wrapping). Both panels have Yes/No radio buttons with
variables $X_1$ assigned to Yes and $X_2$ assigned to No and No is
selected by default. The associated code (written for the Simple input
panel) tests $X_BOOLEAN_1$ = "1" to know if Yes was selected. However,
this stopped working with the Advanced panel. I printed out the
associated variables when I ran the installer and selected Yes. I see:
$X$:
$X_1$: 1
$X_2$: 0
$X_BOOLEAN_1$:
$X_BOOLEAN_2$:
The boolean variables are not even set and the X_1 and X_2 have the
boolean values. Before I make any code changes, is this to be expected? The IA help discussion about results variables makes me think that
this is not correct.
Chris
User Input panel with an Advanced one to fix a globalization problem
(text not wrapping). Both panels have Yes/No radio buttons with
variables $X_1$ assigned to Yes and $X_2$ assigned to No and No is
selected by default. The associated code (written for the Simple input
panel) tests $X_BOOLEAN_1$ = "1" to know if Yes was selected. However,
this stopped working with the Advanced panel. I printed out the
associated variables when I ran the installer and selected Yes. I see:
$X$:
$X_1$: 1
$X_2$: 0
$X_BOOLEAN_1$:
$X_BOOLEAN_2$:
The boolean variables are not even set and the X_1 and X_2 have the
boolean values. Before I make any code changes, is this to be expected? The IA help discussion about results variables makes me think that
this is not correct.
Chris