NumericStepper must not have been finished for some reason. Or perhaps the view bead was operating (at some point in time) on both the JS and SWF sides. The NumericStepperView bead is now in a COMPILE::SWF block.
This is one of those cases where there *may be* enough overlap with the SWF and JS sides that perhaps both platforms should use a view bead. Josh's changes work, of course, so I guess we are good here. ‹peter On 4/28/17, 7:11 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: >I updated NumericStepper to fix this issue on the dual branch. > >- Josh > >On Thu, Apr 27, 2017 at 5:11 PM, Josh Tynjala <joshtynj...@gmail.com> >wrote: > >> I'm trying to use NumericStepper or Slider with the latest nightly >>(tried >> both develop and dual), but they don't seem to be working. >> >> The initial values are not displayed, and while I can change the value >> with NumericStepper, Slider doesn't seem to be interactive. >> >> <js:Slider value="20" minimum="10" maximum="50" stepSize="10"/> >> <js:NumericStepper value="20" minimum="10" maximum="50" stepSize="10"/> >> >> Are they currently in a bad state? >> >> - Josh >>