GUIDialogs (1 Viewer)

Goersch

MP Donator
  • Premium Supporter
  • November 10, 2007
    428
    25
    Hello,

    for my PlugIns I used the "MediaPortal.GUIDialogs" and the YesNo dialogue to ask a simple user question.

    I couldn't find that DLL in 1.2 Beta. I tried to update the MediaPortal source code on my system, but I always get MP 1.1 in the trunk directory and I couldn't find a 1.2 branch or tag, so I can not look into the code myself.

    Would be great if somebody can help and tell me, what I have to do to bring up this simple YesNo dialogue in 1.2 beta.

    As I said, I would like to look it up myself, but I cannot find the reason, why I can not find 1.2 source code in the SVN. May be somebody can give me a helping hand on this issue as well.

    Thanks !
    Georg
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Dll you need to reference to get access to dialogs is Dialogs.dll in plugins\WindowPlugins directory.

    All dialogs are in MediaPortal.Dialogs namespace which you need to add to using.

    GUIDialogYes no is the class name of the dialog you're after.
     

    Users who are viewing this thread

    Top Bottom