Answered
cant retrieve numberstepper value
it seems im unable to retain the NumberStepper value... if a
user selects say 10, and clicks next, in my text box it should
display 10.. well it displays undefined.
my_txt.text = my_nstep.value;
i have a listener to display the value in the output panel, and it works just fine.. however, once you hit next to go to the send frame, it wont display the value.
my_txt.text = my_nstep.value;
i have a listener to display the value in the output panel, and it works just fine.. however, once you hit next to go to the send frame, it wont display the value.