Kodi Community Forum
[WINDOWS] Developing for XBMC, where do I get started with 'on mouse click' control? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [WINDOWS] Developing for XBMC, where do I get started with 'on mouse click' control? (/showthread.php?tid=55484)

Pages: 1 2


- jmarshall - 2009-07-30

Put a button on the OSD (or use a keymapping to do it) that just does the above function:

<onclick>ActivateWindow(DialogSeekbar.xml)</onclick>

or <f3>ActivateWindow(DialogSeekbar.xml)</f3>

Get it up _when it normally wouldn't be up_ via that command. That should make it modal.

Once you have it modal on screen, I think the slider should work with the mouse. If it does, then the next step is to unify the process.

Cheers,
Jonathan


- CrashX - 2009-08-13

I noticed that if you enter numbers while playing video, it seeks to that particular location as well.