omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Dormane

    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 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Dormane

    @Dormane

    0
    Reputation
    687
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Dormane Unfollow Follow

    Latest posts made by Dormane

    • Editor font size change?

      I have a iPhone 6+ and the font even at its smallest is overly large for my screen, I could see and edit much smaller fonts easily considering how big my phone is. Unfortunately the setting wont allow me to lower the font size, yet I remember reading somewhere that's its possible to change pythonistas default UI with scripts. Is their a script to permanently(or temporarily) change the default font size for working within the script editor? If their is can you please post it? If not thanks anyways.

      posted in Pythonista
      Dormane
      Dormane
    • RE: Editor font size change?

      The gear is settings, and settings wont allow me to lower the font size as I said earlier.

      posted in Pythonista
      Dormane
      Dormane
    • RE: Javascript emmbeded in HTML python server

      thanks

      posted in Pythonista
      Dormane
      Dormane
    • Javascript emmbeded in HTML python server

      Ok, this is a fairly dumb question, and I am new to webpage development, but it is easy enough to use HTML with Bottle, such as in...

      from bottle import route, run
      @route('/hello')
      def hello():
      return """<P>Hello World!</P>""" #Not an entire HTML form, but still valid 
      
      run(host='localhost', port=8080, debug=True)
      

      But will embedding the javascript into the HTML actually work? I don't think its a completely foolish question as javascript is interpreted along with the HTML by the browser.

      posted in Pythonista
      Dormane
      Dormane
    • How long will a pythonista script run for before shutting down?

      I'm new to both python and pythonista and I'm wondering how long a script will run before it shuts down? Will a script shut down even when actively being used or only when run in the background.

      posted in Pythonista
      Dormane
      Dormane
    • RE: How long will a pythonista script run for before shutting down?

      Thanks!

      posted in Pythonista
      Dormane
      Dormane