2 items of noting.
The adjustment handle in PanaFall mode works as expected although sometimes the stretch or retraction is a little buggy and the handle needs to be re-selected to continue the drag to the desired location.
In PanaFall8020 the grab handle is available and if you stretch to expand the waterfall towards 50/50 the function throws an unhandled exception about the MAX value we have reached. Unhandled exceptions are usually suppressed or captured by the JIT debugger, right?
Code: Select all
************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '0.58853' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at System.Windows.Forms.NumericUpDownTS.set_Value(Decimal value)
at PowerSDR.Console.picDisplay_MouseMove(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Just an FYI. Keep up the great work bud!
Jon
-W2JON