Reply to thread

Hi,

I'm fairly new to MP plugin development and I just want to try out some things before I start to get real. I've been trying to add an icon for my plugin that is shown in the plugin-tab of MP Configuration. I assumed it should be something like this:


namespace MediaPortal.Plugins.MyPlugin.MainGUI

{

     [PluginIcons("MediaPortal.Plugins.MyPlugin.Resources.Images.myPlugin.png",

                        "MediaPortal.Plugins.MyPlugin.Resources.Images.myPlugin_fade.png")]

     public class MainWindow : GUIWindow, ISetupForm

     {

             ...


I've included the resources in the right places, no compiling errors but the icon just doesn't show up. What do I have to do? Is this even the right way?


Thanks for your help


k3ks


Top Bottom