ListControl Icon (1 Viewer)

nuggie

Portal Member
June 12, 2009
12
0
Hi again

2 questions:


1) is there a possibility to set the icon for a listview, like in myvideo or mymusic?

I have

GUIListItem item = new GUIListItem("test");

and now?

2) Is there anywhere a full documentation of the different classes like GUIListItem and so on?
The two documentations Plugin Developers Guide and Skin Designer Guide are not complete, are they?


Best regards

nuggie
 

Migue

Retired Team Member
  • Premium Supporter
  • January 27, 2006
    381
    305
    Florida
    There's these properties:
    Icon
    IconBig
    IconImage
    IconImageBig

    Tip: If you use Visual Studio the Object Browser is a great way to poke through the classes.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    And coupled with Intellisense that is a fast way to get where you want.
     

    nuggie

    Portal Member
    June 12, 2009
    12
    0
    thanks a lot for your answers! :)

    Is there any possibility to debug my code with VisualStudio?

    With WindowsMCE i could attach VisualStudio with a debugging process - is something like this possible with MediaPortal?
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    thanks a lot for your answers! :)

    Is there any possibility to debug my code with VisualStudio?

    With WindowsMCE i could attach VisualStudio with a debugging process - is something like this possible with MediaPortal?

    Yes, but I never took the time to set it up myself and the instructions in the wiki is for 2005 :confused:
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Yes, but I never took the time to set it up myself and the instructions in the wiki is for 2005 :confused:

    VS2008 & VS2005 should behave pretty much the same when it comes to debugging. In short:

    1) use debug binaries
    2) set breakpoint(s) into code
    3) run MP inside visual studio
     

    Users who are viewing this thread

    Top Bottom