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.


    CaptureMedia

    Pythonista
    6
    22
    19631
    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.
    • ?
      A Former User last edited by

      @ccc It's a bit of a fudge, but this addition to the base class seems to fix the quirk of present in a popover programmatic close for both the POST and the sub class button item action (and the fix line from POST can be removed)...

      def close(self):
      		self.will_close()
      		super(CaptureMedia, self).close()
      
      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        Updated source to version 2.0

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

          @tony Just updated.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by

            @techteej Thanks.

            p.s. I'm working on adding in a settings button and my SettingsSheet class for a switch to turn warnings on/off.

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

              @tony I have to test this on an iOS 7 iPad, which I don't see very often (it's a relatives) so good luck! Hopefully @ccc will help you. I can do what I can when I get the iOS 7 iPad.

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User last edited by

                @techteej Thanks :) Likewise when iOS 8 is out I'll have a way to try to get it working on that.

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

                  capture_media generates an error on line 115 on my ipad air ios7.... any fix?

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

                    Looks like you should replace self._f with os.path.split(__file__)[1].
                    You might also want to try one of the older versions (github history) since it seems like people checked in work without testing.

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

                      @JonB thanks.
                      i've replaced the self._f at 2 locations, but there are still errors.
                      Which version in the history would your recommend?

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

                        Where is a working link?

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