omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Alternate idea for Notification Center implementation

    Pythonista
    1
    1
    1363
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Webmaster4o
      Webmaster4o last edited by

      I recently saw this game, which presents a simple scene-like game in Notification Center, and it gave me an idea.

      In the past, there have been concerns about a Notification Center widget taking up too much memory. As an alternative, it'd be neat if Pythonista could present a single UI in this space, using

      myview.present('notificationcenter')
      

      This would remove the need to have:

      1. A console
      2. A script picker
      3. The flexibility to run any script

      Which would reduce the toll on memory. Would having a Notification Center widget that just presented uis use little enough memory that it would be fesable?

      1 Reply Last reply Reply Quote 1
      • First post
        Last post
      Powered by NodeBB Forums | Contributors