Discussion:
qt slider responds to mouse over?
ted_moore
2013-04-28 03:12:50 UTC
Permalink
sometimes my sliders will move when i don't click on them--they'll jump to a
position when i just mouse over them (which is not a desired feature). does
anyone know why this happens?



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/qt-slider-responds-to-mouse-over-tp7597682.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
ted_moore
2014-09-13 07:08:34 UTC
Permalink
bump



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/qt-slider-responds-to-mouse-over-tp7597682p7613393.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Stephan Wittwer
2014-09-13 09:31:53 UTC
Permalink
Post by ted_moore
sometimes my sliders will move when i don't click on them--they'll jump to a
position when i just mouse over them (which is not a desired feature).
does
anyone know why this happens?
I think it's a multi-touch problem,
EG I would like to scroll the GUI with two fingers on the trackpad, this
works fine, but the sliders underneath also respond to this gesture with
subtle value changes.
If this was configurable (modifiers?) it could be useful.
ted_moore
2014-09-15 00:39:39 UTC
Permalink
my issue happens even with non-trackpad mice. i tried turning "scroll" to
false, as well as changing the "mouseOverAction" to an empty function, as
well as setting "acceptsMouseOver" to false. it happens on EZSlider,
EZNumber, as well as Slider, and NumberBox, (im using Qt, so actually the Q
versions of those).

i also noticed that it only happens when the mouse is moving fast, and
sometimes if the focus is put on something in particular it won't happen.

sorry for the vague information, but it's a pretty weird occurrence.



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/qt-slider-responds-to-mouse-over-tp7597682p7613405.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Loading...