widget.newStepper:setValue does not update newStepper.value

I would like to set my widget’s state from values previously saved to a file or db etc. I know I can use the following to achieve this : newStepper:setValue( value_from_file_goes_here ) and it works. Next time I click the +/- I see the value picking from what I set the newStepper to. So far so good… 

Problem is that newStepper.value is not updated unless I click one of the newStepper buttons and increment or decrement the newStepper.value.

In other words newStepper.value should be updated each time newStepper:setValue() is used to programmatically change a newStepper’s value.

Edit : Yes, I know I can use newStepper._view._currentValue and it works as I describe above. But… this is not an exposed element of this API as newStepper.value is so there is still a need to get this fixed. Thanks!!!

Can you whip up a simple test case and submit it with a bug report?

That will ensure Alex is made aware of it.
Thanks Ksan.

Hi Danny. Will do. I’m working on a simple sample that will demonstrate this use case for all Widgets and with that I will report the bug. Later today most likely. Appreciate all the help.

Edit : Bug reported - Case 29142 - Used code shared in this thread : http://forums.coronalabs.com/topic/42610-new-quest-splitview-programmatically-updating-widgets-demo/

See line 394 where I had to use the workaround mentioned above. Thanks for your help.

Can you whip up a simple test case and submit it with a bug report?

That will ensure Alex is made aware of it.
Thanks Ksan.

Hi Danny. Will do. I’m working on a simple sample that will demonstrate this use case for all Widgets and with that I will report the bug. Later today most likely. Appreciate all the help.

Edit : Bug reported - Case 29142 - Used code shared in this thread : http://forums.coronalabs.com/topic/42610-new-quest-splitview-programmatically-updating-widgets-demo/

See line 394 where I had to use the workaround mentioned above. Thanks for your help.