Solved Scroll epg grid in skin?
#1
Is there any way to scroll an EPGGrid from inside a skin? (e.g. using a button <onclick>) I've tried sending messages to it like you can with lists, etc. but none of them work.
HDHomerun Quatro, RaspPi/TVHeadend, NUC/Win10/Kodi, Mousetuary skin, Mouse on couch!
Reply
#2
if you're skinning then use <onclick>PageDown</onclick>
Reply
#3
Thanks! It didn't work the first time I tried that, but the reason seems to be that the guide must have the focus first. I put the buttons inside the guide area so they mouse would travel over the guide to get to them, and all was well.
HDHomerun Quatro, RaspPi/TVHeadend, NUC/Win10/Kodi, Mousetuary skin, Mouse on couch!
Reply
#4
(2017-05-19, 07:43)aegidius Wrote: Thanks! It didn't work the first time I tried that, but the reason seems to be that the guide must have the focus first. I put the buttons inside the guide area so they mouse would travel over the guide to get to them, and all was well.

You could use a setfocus command first to give the guide focus. That way the button should always work regardless of positioning.
Assuming the guide id is 10
Code:
<onclick>SetFocus(10)</onclick>
<onclick>PageDown</onclick>
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
Scroll epg grid in skin?0