thanks, i will try that,
.....but why does it not happen on my computer....weird..
Am 18.10.2015 um 12:03 schrieb Evyatar Ben Halevi-Arbib:
If you think it is an initialization problem, you can try setting the
initial values on the callout's creationComplete event.
Good luck,
Evyatar
On Sun, Oct 18, 2015 at 12:57 PM, Frank Dahmen <[email protected]> wrote:
forgot to say that this happens only when nothing is selected by the user
if he switches between the radiobuttons everything works
there must be an issue with the initialization.....(on the other
computers!)
Am 18.10.2015 um 11:27 schrieb Frank Dahmen:
In a callout i have several radiobuttongroups
and a submit button
when pressed a function is called which checks the selctedindex of all
groups
in the first group, the second radiobutton is selected (selected="true")
and also the property of the first group is set (selectedindex="1")
BUT:
on 2 other computers than mine, the selectedindex of the first group is 0
instead of 1
on my computer it works?????????
also, the error appears not always, sometimes it also works correct on
the other 2 computers
any help?