Reply to thread

Hi,


i´m new to plugin developement and made a Window-Plugin to control my Home-Automation.

I need a method called every time the plugin is viewed on TV but the "normal" constructor never

will be reached !? The code :


namespace MPP_DK2

{


    public class MPEibPluginDK2 : GUIWindow, ISetupForm

    {

        public MPEibPluginDK2()

        {

            RefreshView();

        }


.....

.....


        }

}


Is there another way to execute code every time the plugin is used ?


Thanx in advance


cashi


Top Bottom