MP2 - V2.4.1 Cinema (1 Viewer)

osre

Retired Team Member
  • Premium Supporter
  • December 14, 2014
    775
    387
    Home Country
    Germany Germany
    Yes, I think there was an not backward compatible change with the SelectionChanged event.
    The event handler needs to have the following signature:
    Code:
    public void SetSelectedItem(object sender, SelectionChangedEventArgs e)
    I changed it every where where I could find it, but may be I missed some, ore were lost in merges.
     

    BigGranu

    Retired Team Member
  • Premium Supporter
  • February 7, 2013
    240
    202
    53
    Home Country
    Germany Germany
    Code:
    public void SetSelectedItem(object sender, SelectionChangedEventArgs e)
    Ok. I have see this and test it.
    In xaml, now I use:
    XML:
    <EventSetter Event="SelectionChanged" Handler="{CommandStencil Source={StaticResource Model}, Path=SetSelectedItem}"/>
    It works with the Apollo Skin (only the Call. The Fanart will not be show).
    But not with Titanium, ...

    :confused:
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Where can i find the newest version ?? This one from first post will not work with summer 15 u1 rls..
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,705
    3,491
    Stuttgart
    Home Country
    Germany Germany
    do you use BlueVision skin or a theme of it?
    Then you find WebRadio in the Group "Audio" and not in "Plugins"
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,705
    3,491
    Stuttgart
    Home Country
    Germany Germany
    ah, forget it. I'm sorry o_O:(;)
    I read it on my small mobile phone and didn't read correctly ...
    Cinema should be under "news"
     

    Users who are viewing this thread

    Top Bottom