Processplugin to modify myHome.xml? (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Hi!

    I would like to add my own plugin to manipulate the myHome.xml screen, kind of the same way as the RSS Ticker by "sambal", but with something different.

    Should I use a process-plugin or a window-plugin?

    If I comment out the lines where you override the window-id it should show up as a process-plugin, but somehow it shows up under "other plugins" (in the MP config-screen)

    // With GetID it will be an window-plugin / otherwise a process-plugin
    // Enter the id number here again
    /*
    public override int GetID
    {
    get
    {
    return 1315;
    }

    set
    {
    }
    }
    */

    Thanks
     

    Users who are viewing this thread

    Top Bottom