Unknown user Input Type: xxx
-
wrote on 1 Dec 2023, 09:08 last edited by
Hi
I'm working on a dynamic Line Chart which updates frequently when data comes in. There are some auxiliary Graphic Items on the chart, and I override some of those mouse events so the users can zoom in/out and drag the graph. My problem is the program often crash with "Unknown user Input Type: xxx". xxx is a number with no obvious relationship with mouse inputs. Anyone has any thoughts? -
Hi
I'm working on a dynamic Line Chart which updates frequently when data comes in. There are some auxiliary Graphic Items on the chart, and I override some of those mouse events so the users can zoom in/out and drag the graph. My problem is the program often crash with "Unknown user Input Type: xxx". xxx is a number with no obvious relationship with mouse inputs. Anyone has any thoughts?@igmiss Did you run through debugger to get stack trace after crash?
1/3