| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #2 (permalink) |
| Portal Developer Join Date: Apr 2004 Location: The Netherlands Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts
Country: | yes. simply register yourself by: Code:
public void override Start()
{
GUIWindowManager.Receivers += new SendMessageHandler(OnMessage);
}
private void OnMessage(GUIMessage message)
{
switch (message.Message)
{
// do your stuff here
}
}
|
| | |
![]() |
| Bookmarks |
| Tags |
| messages, nongui, plugins, receive |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'Failed to start timeshifting, unable to create graph'.... | cashel | General Support | 3 | 2006-05-19 22:27 |
| Plugins: NOT User-friendly! MyHTPC allover again:-( | msj33 | Website/Forum/Wiki Feedback | 14 | 2006-04-11 13:08 |
| Gathering topical infos about plugins (To: authors & use | tomtom21000 | Plugins | 2 | 2006-02-05 00:20 |
| Plugins loading... problems | maniac's | General Development (no feature request here!) | 0 | 2005-01-07 10:25 |