Page 1 of 1

.195 minor bug report

Posted: Sun Mar 28, 2021 8:39 pm
by w2jon
Just reporting a small bug with the new Panafall adjust function.

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)
Clicking 'continue' to acknowledge the box resumes normal operation.

Just an FYI. Keep up the great work bud!
Jon
-W2JON

Re: .195 minor bug report

Posted: Sun Mar 28, 2021 9:40 pm
by ke9ns
It should all be fixed.
If you already installed .195, go download again.
Install 2 times. The 2nd time select Repair.

Darrin
ke9ns

Re: .195 minor bug report

Posted: Mon Mar 29, 2021 5:16 pm
by w2jon
<thumbs up>
Looks good to me...All better.
I don't mind eating the dogfood. lol