javiermon
|
2014-07-08
, 09:43
|
Posts: 149 |
Thanked: 57 times |
Joined on Dec 2009
|
#391
|
|
2014-07-08
, 10:37
|
Posts: 59 |
Thanked: 168 times |
Joined on Jun 2012
|
#392
|
I've only experienced this on up & down. I think it's because if I start the upwards gesture from the center of the keypad it will trigger the pulley menu gesture, but not sure. I'm used to use xbmcremote on n9 without even having to look at the phone so maybe it's the way I'm used to do the gesture.
|
2014-07-08
, 17:50
|
Posts: 59 |
Thanked: 168 times |
Joined on Jun 2012
|
#393
|
It seems a bit odd to me, as I've added the code to not propagate the click/move to other elements, which, as you say, does work for the pagestack (without it you even couldn't go left/right as it would navigate between the pages). So it's odd the same fix doesn't apply to the pully. But the fix should be easy, I may be able to make a second release containing this fix later today.
|
2014-07-11
, 15:31
|
Posts: 59 |
Thanked: 168 times |
Joined on Jun 2012
|
#394
|
|
2014-07-11
, 20:43
|
Posts: 149 |
Thanked: 57 times |
Joined on Dec 2009
|
#395
|
|
2014-07-12
, 07:08
|
Posts: 59 |
Thanked: 168 times |
Joined on Jun 2012
|
#396
|
|
2014-07-12
, 10:30
|
Posts: 149 |
Thanked: 57 times |
Joined on Dec 2009
|
#397
|
|
2014-07-12
, 12:33
|
Posts: 59 |
Thanked: 168 times |
Joined on Jun 2012
|
#398
|
Found an issue. On the keypad view, there's only the upper pulley menu but you can push the page upwards, like there's a lower pulley menu. Found this while using the keypad like I described earlier.
The Following User Says Thank You to RobertMe For This Useful Post: | ||
|
2014-08-04
, 17:44
|
Posts: 59 |
Thanked: 168 times |
Joined on Jun 2012
|
#399
|
I've only experienced this on up & down. I think it's because if I start the upwards gesture from the center of the keypad it will trigger the pulley menu gesture, but not sure. I'm used to use xbmcremote on n9 without even having to look at the phone so maybe it's the way I'm used to do the gesture.
The Following User Says Thank You to RobertMe For This Useful Post: | ||
|
2014-08-05
, 08:55
|
Posts: 149 |
Thanked: 57 times |
Joined on Dec 2009
|
#400
|
I just kinda randomly found the fix. So this will be fixed in the upcoming update .
If you can't live with this bug, and aren't afraid of modifying files on the device itself. You're able to edit /usr/share/harbour-xbmcremote/qml/pages/Keypad.qml. At line 49 there is a "anchors.fill: parent" add a new line after it "pressDelay: 0" (as shown in this commit). This should fix the issue. Although I didn't change the file myself on the device (I created a new RPM from Qt Creator), this should work, although I don't have any experience at all at modifying files directly on the device itself (without having a corresponding RPM).