Reply to thread

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


Top Bottom