2007-08-17, 09:08 AM
I have asmall issue with my remote and not sure if this feature was completely removed from PVRX2 or it was just not developed yet:
With GB-PVR I was able to have other window in the foreground on my 1st monitor, while redirecting the Remote's commands to the GB-PVR window using lines in the IRREMOTE.INI file like this (all these in the [Default] section of the file, so it is executed if any window is active):
I adjusted the findwindow part so it should find the PVRX2 window, but unfortunately it doesn't - or if it does, then it doesn't understand the message:
Please help me if I'm doing something wrong or it just doesn't work (hopefully yet).
Thanks.
With GB-PVR I was able to have other window in the foreground on my 1st monitor, while redirecting the Remote's commands to the GB-PVR window using lines in the IRREMOTE.INI file like this (all these in the [Default] section of the file, so it is executed if any window is active):
Code:
CHNLDOWN={findwnd(,GB-PVR)}{SendMsg(32771,225,0)}
Code:
CHNLDOWN={findwnd(,PVRX2)}{SendMsg(32771,225,0)}
Thanks.