Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Question

How do I create a custom GUI Control?

Please Note - This is an untested way of doing this!
Let us know if you have any success or failure using this method.

Answer

  1. Create your control's code overridingone of existing controls or GUIControl class itself
    Examples:
  2. Register your custom control in Init:
GUICheckListDialog dlg = (GUICheckListDialog)GUIWGUIControlFactory.RegisterControl("cell", typeof (CellControl));

   

 

This page has no comments.