omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. chriswilson
    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 1
    • Followers 1
    • Topics 6
    • Posts 79
    • Best 20
    • Controversial 0
    • Groups 0

    Topics created by chriswilson

    • chriswilson

      Bokeh, Matplotlib or Plotly?
      Pythonista • • chriswilson

      6
      0
      Votes
      6
      Posts
      7808
      Views

      chriswilson

      @Webmaster4o I'm starting to learn JS now, so hopefully it won't be a problem!

    • chriswilson

      Pythonista-made game now on App Store
      Pythonista • • chriswilson

      33
      5
      Votes
      33
      Posts
      19848
      Views

      chriswilson

      @Webmaster4o
      Haha maybe suggestions isn't what I meant! That is a particularly devious one though - it would drive people mad!

    • chriswilson

      UI launching a scene
      Pythonista • • chriswilson

      4
      0
      Votes
      4
      Posts
      2992
      Views

      chriswilson

      @jbap @brumm
      Thanks for your replies. I'm going to try to implement that.

    • chriswilson

      [share] Grid-based game for Pythonista
      Pythonista • • chriswilson

      25
      3
      Votes
      25
      Posts
      16036
      Views

      chriswilson

      I've noticed that the timer does not always reset when closing the settings screen and I cannot figure out why! The cancel() and save_settings() functions both call the new_game() method, and a new grid is made, but sometimes the timer is part-way through its cycle. Any ideas?

    • chriswilson

      Crash when using Sleep() in Scene module
      Pythonista • • chriswilson

      9
      0
      Votes
      9
      Posts
      6472
      Views

      chriswilson

      @ccc
      Ah I see what you mean. I often forget to use conditional expressions when I could. As regards sets, I guess I know the concept but I'm not familiar with how to use them. I'll look at this. Thanks.