Page 1 of 1

Unified Remote support

Posted: Sun Mar 08, 2015 11:15 am
by Anakunda
Hi

trying to write ProgDVB custom remote for UR app.

I have two questions:

- What are all window message codes for player control?
- What happened with F5-F8 keys, what are keyboard equivalents of R-G-Y-B teletext keys from TV remote?

Re: Unified Remote support

Posted: Sun Mar 08, 2015 3:35 pm
by Prog
You can looks list of commands in Options->Controls.
Use command like or window interface..

Re: Unified Remote support

Posted: Sun Mar 08, 2015 3:51 pm
by Anakunda
Thank you. Is ProgDVB handling commands through WM_COMMAND message?
I see no the list.

Re: Unified Remote support

Posted: Sun Mar 08, 2015 7:12 pm
by Prog
ProgDVB not have WM_COMMAND interface.

Re: Unified Remote support

Posted: Sun Mar 08, 2015 7:51 pm
by Anakunda
So the only way to control ProgDVB is by keyboard and mouse? Most programs handle their commands via GetMessage(...) loop so they can be controlled from outside.

Re: Unified Remote support

Posted: Mon Mar 09, 2015 8:14 am
by Prog
May be remote control API is best for you?

http://www.progdvb.com/pluginapi.html

Re: Unified Remote support

Posted: Mon Mar 09, 2015 8:21 am
by Anakunda
Okay, but I don't know quite clearly which actions to generate with UR app to invoke remote control events in PC
https://github.com/unifiedremote/Docs/tree/master/libs

Re: Unified Remote support

Posted: Tue Mar 10, 2015 12:58 pm
by Prog
In Settings->Controls.

Please mail me. I send you some header files.