.195 minor bug report

Installation questions, Setup, and general information not covered in the other sub-forums
Post Reply
w2jon
Posts: 53
Joined: Sat Apr 13, 2019 10:02 am

.195 minor bug report

Post 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
User avatar
ke9ns
Site Admin
Posts: 548
Joined: Mon Nov 05, 2018 9:38 am
Location: Illinois, North West Suburbs
Contact:

Re: .195 minor bug report

Post 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
Creator of PowerSDR KE9NS v2.8, based on the Flex Radio PowerSDR v2.7.2 software.
Flex-5000, LDMOS and Titan Amps, G5RV, and Mosley TA-33 Junior
w2jon
Posts: 53
Joined: Sat Apr 13, 2019 10:02 am

Re: .195 minor bug report

Post by w2jon »

<thumbs up>
Looks good to me...All better.
I don't mind eating the dogfood. lol
Post Reply