Normal
Did you also check:[CODE] // With GetID it will be an window-plugin / otherwise a process-plugin // Enter the id number here again public override int GetID { get { return 7722; } set { } }[/CODE]You might find GuiControlsDemo - MediaPortal Manual Documentation useful.If it doesn't work, pm me the zipped solution file and I'll have a look at it...
Did you also check:
[CODE] // With GetID it will be an window-plugin / otherwise a process-plugin
// Enter the id number here again
public override int GetID
{
get
return 7722;
}
set
}[/CODE]
You might find GuiControlsDemo - MediaPortal Manual Documentation useful.
If it doesn't work, pm me the zipped solution file and I'll have a look at it...