Re: [Development] QML - PathView not responding on drag event with touch

2013-05-03 Thread Rutledge Shawn
On 30 Apr 2013, at 9:13 AM, Matteo Brichese wrote: PathView, like many QtQuick components that you might think of as touch-oriented, is actually only handling mouse events. So it works because it will get synthesized mouse events on devices that don't already provide them. (The upside

Re: [Development] QML - PathView not responding on drag event with touch

2013-04-30 Thread Matteo Brichese
PathView, like many QtQuick components that you might think of as touch-oriented, is actually only handling mouse events. So it works because it will get synthesized mouse events on devices that don't already provide them. (The upside is it should work the same with mouse and touch. The

[Development] QML - PathView not responding on drag event with touch

2013-04-29 Thread Matteo Brichese
Hi everyone, I'm having some trouble using a PathView on QtQuick2.0 (Qt5.0.2) with my multitouch panel. If I use a ListView and I drag it, it scroll smooth and istantly, same as with mouse. If I use a PathView and I drag it, it don't scroll istantly bu after some delay, the movement isn't

Re: [Development] QML - PathView not responding on drag event with touch

2013-04-29 Thread Rutledge Shawn
On 29 Apr 2013, at 5:25 PM, Matteo Brichese wrote: Hi everyone, I'm having some trouble using a PathView on QtQuick2.0 (Qt5.0.2) with my multitouch panel. If I use a ListView and I drag it, it scroll smooth and istantly, same as with mouse. If I use a PathView and I drag it, it don't