[Pending] Move "TV Server Lost Connection" Popup to NotificationBar (2 Viewers)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Yeah, I did.
    Maybe I do now too since lost connection message and some other still pissing me off.
    just need to think where to put them and maybe redesign screens for this. In the top here is a topbar and often some text info.
    Maybe in the bottom? Anyway I want mockups from skinners for actual skins first
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    Edalex : i have no tested your patch yet.
    but we can have small tweak :
    if Notification bar uninstalled or disabled : use standard notification.
    this can be an good improvement to MP skin engine.
    * 2 style of Notification for notifciation without user interactions.
    - Forced Dialog Popup : Notif based on this show always Dailog popup. same if Notification bar available.
    - Standard Dialog Popup : Dialog popup as default view / Notification bar if plugin available.

    i hope you understand me.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Edalex : i have no tested your patch yet.
    but we can have small tweak :
    if Notification bar uninstalled or disabled : use standard notification.
    I did this
    Code:
    if (!IsNotificationBarEnabled)
    {
    ShowDlgAsynch();
    }
    else
    {
    }
     

    Users who are viewing this thread

    Top Bottom