omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. djorge
    3. Topics

    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.


    • Profile
    • Following 2
    • Followers 0
    • Topics 12
    • Posts 30
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by djorge

    • djorge

      Pykeys keyboard not shown
      Pythonista • • djorge

      3
      0
      Votes
      3
      Posts
      1824
      Views

      djorge

      @cvp thanks. Will install the previous version

    • djorge

      Crash on open
      Pythonista • crash on open imported file • • djorge

      5
      1
      Votes
      5
      Posts
      3054
      Views

      djorge

      @tomkirn
      Thank you
      You save my day

    • djorge

      Append to file selected with pick_document
      Pythonista • • djorge

      4
      0
      Votes
      4
      Posts
      3089
      Views

      djorge

      @cvp it worked. Thanks

    • djorge

      Widget and requests module
      Pythonista • • djorge

      4
      0
      Votes
      4
      Posts
      3097
      Views

      cvp

      @djorge Sorry but found in Pythonista doc

    • djorge

      Ui editor can't paste?
      Pythonista • • djorge

      3
      0
      Votes
      3
      Posts
      2133
      Views

      djorge

      @zrzka thanks a lot

    • djorge

      Pythonista creates empty XML file!
      Pythonista • xml file save • • djorge

      8
      0
      Votes
      8
      Posts
      4874
      Views

      zrzka

      Ahh, I see, I thought that you just replaced w with w+ and the context manager was already there. Sorry.

    • djorge

      Refresh data loaded by widget
      Pythonista • • djorge

      2
      0
      Votes
      2
      Posts
      1796
      Views

      djorge

      Solved my problem.
      Added a new method to set the new data to existing widget.

      My update view method is the one that uses the new data.

      def set_data(self,new_data): self.dia= new_data self.update_view() def refresh_data(self,sender): shelve_file = shelve.open('data') dia = shelve_file['dia'] self.set_data(dia)

      David

    • djorge

      Open xlsx file in excel via URL scheme
      Pythonista • url scheme • • djorge

      1
      0
      Votes
      1
      Posts
      1394
      Views

      No one has replied

    • djorge

      Widget: could not load
      Pythonista • • djorge

      3
      0
      Votes
      3
      Posts
      2900
      Views

      djorge

      Hi, thanks for your answer.

      I did solve my problem some time ago. In my case the problem was related with a module called holidays.

      Somehow this was causing the 'could not load' problem. What I did was to import the module in other place and since thenni never got that message again.

      David

    • djorge

      Ability to have more than one widget
      Pythonista • • djorge

      3
      0
      Votes
      3
      Posts
      2137
      Views

      djorge

      Of course i can.
      Thanks.

    • djorge

      appex.get_input> returned a result with an error set
      Pythonista • • djorge

      5
      0
      Votes
      5
      Posts
      3844
      Views

      djorge

      @omz I'm using the Appstore version.
      I was told on slack that this is already solved in beta an I have already sign-up last month but didn't receive invitation yet.