Halftone effect example data binding not working?

Fuse version 0.25.0 (build 7461)
OSX El Capitan
Running the Halftone effect example.

When I run the example, the number at the right end of the slider which should show the current setting for that slider (the Intensity, Smoothness, Spacing) does not change when the slider moves.

Hi!

Thanks for reporting this. The example code is now fixed.
The reason was because of a slight change in 0.25 which no longer allows data-bindings within a class definition to appear in the root of the class. The fix was to just move the data-binding into a Panel.

See the changelog for more details:
https://www.fusetools.com/downloads#databinding-stability-fix