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.


    This is new pythonista UI library

    Pythonista
    4
    6
    611
    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.
    • SKBarbon
      SKBarbon last edited by

      This is a new pythonista UI library. A powerful UI based architecture with powerful collection of tools.

      This UI library support new UI cases that default pythonista ui not support. And it fix many missing & broken things on pythonista UI world.
      It support the new stage manager and window resizing mode with iPadOS 16.

      To install the library and read more, here is the github link:
      https://github.com/SKbarbon/flixy

      SKBarbon ftourand 2 Replies Last reply Reply Quote 0
      • SKBarbon
        SKBarbon @SKBarbon last edited by

        I did opened a github discussions section for flixy library. You can ask, talk, suggest or anything you want 🙃.

        Github url:
        https://github.com/SKbarbon/flixy/discussions

        1 Reply Last reply Reply Quote 0
        • A
          additiondakku01 last edited by

          I may check them out to see, I know their subreddit was inactive though

          I tried the Nav View, but wasn’t able to do anything with it. I’ll go back through the glossary and focus more on that. I felt like that should’ve been it when I started

          I don’t fully understand creating my own view/ view class yet. I’m just now onto classes in my studying so it’s a bit confusing. Are there any resources you’d recommend for this piece?

          1 Reply Last reply Reply Quote 0
          • ftourand
            ftourand @SKBarbon last edited by

            @SKBarbon I ran stash on pythonista, then >>> python3, then copy and paste your installation command and got the following:

            Exception in thread Thread-31:
            Traceback (most recent call last):
            File "/var/containers/Bundle/Application/A70F941E-6EC6-49F3-9246-69E93A4063E1/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/threading.py", line 917, in _bootstrap_inner
            self.run()
            File "/var/containers/Bundle/Application/A70F941E-6EC6-49F3-9246-69E93A4063E1/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/threading.py", line 865, in run
            self._target(*self._args, **self._kwargs)
            File "<string>", line 267, in do_in_thread
            File "<string>", line 191, in SetTemplates
            FileNotFoundError: [Errno 2] No such file or directory: '/private/var/mobile/Containers/Shared/AppGroup/AECE1AAC-2362-4084-982A-EBEE989C30C7/Pythonista3/Documents/Templates/flixy ui.py'

            Did I forget something ?
            Best regards
            Frederic

            SKBarbon 1 Reply Last reply Reply Quote 0
            • SKBarbon
              SKBarbon @ftourand last edited by

              @ftourand

              Hi, to install “flixy” you must run this command on a normal python file and run it as a normal script.

              import requests; exec(requests.get("https://bit.ly/flixy-installer").text);
              

              If there is anything wrong and it still not working, please submit an issue here:
              https://github.com/SKbarbon/flixy/issues

              ccc 1 Reply Last reply Reply Quote 0
              • ccc
                ccc @SKBarbon last edited by ccc

                The issue and temporary solution are at:
                https://github.com/ywangd/stash/issues/462#issuecomment-1518860313

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