[beagleboard] Re: Debian 4.1.15-ti-r40 on BBB with LCD touch cursor jumping to right.

2016-01-20 Thread Steve Plant


On Tuesday, 19 January 2016 00:10:13 UTC+10, scottellis...@gmail.com wrote:
>
> You can connect your button signals to onPressed() instead of onClicked() 
> so it just uses the down event.
>
> That's working for me with Qt5/framebuffer/4.1 or 4.4 kernels and a 4DCape 
> touchscreen, but the GUI for this app is pretty simple and only has buttons 
> for user input.
>
> NewHaven capacitive touchscreens I'm using on other projects behave much 
> better.
>

Thanks for the idea, but I have Qlineedit boxes all over the place and a 
couple of dials which are no go with this method. Looks like its back to 
3.8.13 for me, and learn how to load custom overlays ( I believe there is 
now a way?? )

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Debian 4.1.15-ti-r40 on BBB with LCD touch cursor jumping to right.

2016-01-18 Thread scottellis . developer
You can connect your button signals to onPressed() instead of onClicked() 
so it just uses the down event.

That's working for me with Qt5/framebuffer/4.1 or 4.4 kernels and a 4DCape 
touchscreen, but the GUI for this app is pretty simple and only has buttons 
for user input.

NewHaven capacitive touchscreens I'm using on other projects behave much 
better.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.