View Single Post
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#18
Originally Posted by jmbowman View Post
The problem with the from field being unselected is an interaction with the kinetic scrolling. On Diablo there's a scrollbar, so you can scroll the display without tapping on any rows of the table. On Fremantle, you have to swipe the table itself to scroll it, and in Gonvert the initial touch of that swipe is counting as a selection of that unit's row. The result is that I haven't been able to scroll to the "to" unit without selecting several other units in the process. Is there some workaround for this that I'm missing? I know it's possible to swipe the table in Qt applications without selecting the tapped row (I do that in PortaBase), I think there should be a way to do it in GTK+ also.
I'm watching for a select signal rather than an activate so the user doesn't have to double tap. My choices in GTK are to switch to activate or experiment with a hack to block the signal if the user has moved between a press and a release if I'm not blocked from those signals).

So I guess the nice thing is this issue will go away with my QT port. I believe I'm observing on the clicked signal or something like that.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog