I downloaded the C# sample (https://github.com/EyeTribe/tet-csharp-samples) and tried to run the Scroll sample (Set as StartUp Project). It immediately crashes with the following exception on line 333 of MainWindow.xaml.cs:
An exception of type 'System.NullReferenceException' occurred in Scroll.exe but was not handled in user code
Additional information: Object reference not set to an instance of an object.
It tries to use the scrollTimer variable, but this has not been instantiated yet. Can you please fix and update the sample?
Doug Girard
Nirodha Software