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.


    New Tool for manipulating pyui 's

    Pythonista
    2
    5
    3377
    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.
    • polymerchm
      polymerchm last edited by

      I had been wanting a way to "re-factor" pyui files. Specifically, to group sets of views (say groups of buttons, or all views in the left side of the root view) after the fact. Here is the initial version of pyuiEdit. Should be pretty self explanatory. The "collection" views are created so as maintain the original geometry and heirarchy of the source ui. These can be "padded" with margins and assigned the name of a Custom Class at creation. Thanks to @jonb for the lite file navigator uidir.py.

      1 Reply Last reply Reply Quote 0
      • Phuket2
        Phuket2 last edited by

        @polymerchm, I would like to look pyuiEdit, but no link. I am working on a panel class. It sounds very similar to what you are doing.

        1 Reply Last reply Reply Quote 0
        • polymerchm
          polymerchm last edited by

          Word, Here, second sentence.

          Embedding a link is best done by editing your post and using the icons above the text box. the format of a link is a footnoted-like construct in the body of the post is:

          [some text][number]

          were the number is an index of a link "footnote" which follows the body of the text and has the format:

          [number]: URL

          for help, here is the raw text of this post:

          Word,  [**Here**][1], second sentence.
          
          Embedding a link is best done by editing your post and using the icons above the text box.   the format of a link is a footnoted-like construct  in the body of the post is:
          
           **[**some text**][**number**]**  
          
          were the number is an index of a link "footnote" which follows the body of the text and has the format:
          
          **[**number**]:** URL
          
          
          
            [1]: https://github.com/polymerchm/pyuiEdit
          
          
          1 Reply Last reply Reply Quote 0
          • Phuket2
            Phuket2 last edited by

            Ok, sorry I see it now. My eyesight is crap. Was so subtle for me (hyperlink 'Here') Could only see when I pinched zoomed, once I knew what I was looking for. not always fun to be old! But thanks, I will take a look.

            1 Reply Last reply Reply Quote 0
            • polymerchm
              polymerchm last edited by

              pyuiEdit is now "finished". Last additions is an @OMZ-like interface for modifying the flex attributes of a view. I was going to get carried away and go the whole nine yards, but life is too short. More of an exercise in using , touchs, threads and queues. Back to making chordcalc device independent.

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