Can't catch GUI events in guitvhome (1 Viewer)

DexterWard

New Member
July 20, 2006
2
0
Hi all,

i'm trying to write a process plugin. I catch gui events by registering it with
Code:
GUIWindowManager.Receivers += new SendMessageHandler(this.OnThreadMessage);
It works ok except while browsing tvhome section, in this case i only get GUI_MSG_SWITCH_FULL_WINDOWED message.

Is the message handler specific in tvhome section ?
Is there any other way to do this ?

Thanx for your suggestions
Dexter
 

DexterWard

New Member
July 20, 2006
2
0
Hi Sam and thanks for your help,

I try to get GUI_MSG_CLICKED event, I get them everywhere except on tvhome. Any idea ?

I'll try with action event.

Dexter.
 

Users who are viewing this thread

Top Bottom