[WINDOWS] Developing for XBMC, where do I get started with 'on mouse click' control?
#16
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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#17
I noticed that if you enter numbers while playing video, it seeks to that particular location as well.
The normal XBMC log IS NOT a debug log, to enable debug logging you must toggle it on under XBMC Settings - System or in advancedsettings.xml. Use XBMC Debug Log Addon to retrieve it.
Reply

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Developing for XBMC, where do I get started with 'on mouse click' control?0