omz:forum

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

    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.


    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    philippe

    @philippe

    0
    Reputation
    29
    Profile views
    19
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    philippe Unfollow Follow

    Latest posts made by philippe

    • Trying to change label.text

      Hello everybody
      Labels have text attribute so I suppose it’s possible to change that but Labels don’t have action line in the GUI, no function to link with.
      Is there a way to access Labels and other windows in the view via ui ?

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      What a mess !!
      Why can’t we use the os module ??
      Why do i haven’t the rights on MY phone ?

      I WANT TO START A SCRIPT WITH THE SYSTEM OR EXEC COMMANDS IN CONSOLE MODE OR IN A SCRIPT OF MINE AS I CAN DO IT ON A MAC OR A PC .

      If this is not possible or if I must invoke some dark unknown hidden class to do it….. I resign

      Dommage

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      Yes but I would like to run a script from another script

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      Just run a program with one of those exec() command, it’s simple ….

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      When i try one of the functions exec() I get a permission denied message
      In fact it seems that i am not getting the right of execution. The os.getuid() function tells that i am the 501 uid
      I suppose i should have root uid
      What do you think

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      Thank you @cvp
      You’re helpful
      Do you know how to be root anyway?

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      Too much complicated for my purpose
      I am a beginner, one step before another
      See, I have many questions to ask and I also have to understand things before practicing.
      For example, I cannot run the functions exec() because of a permission denied error
      So how can I make myself root ?
      Etc ….

      posted in Pythonista
      P
      philippe
    • RE: Textfield keyboard_type

      @cvp
      Okay
      No more errors messages
      Nervetheless it didn’t change nothing during execution ?!

      posted in Pythonista
      P
      philippe
    • Textfield keyboard_type

      Hello 👋🏻
      On the way to understanding Pythonista UI i try to manipulate textfields
      In the doc I’ve found the keyboard_type attribute ; don’t know what it really does but the fact is an error message when trying to set , like :

      txfd.keyboard_type = KEYBOARD_NUMBERS
      NameError: name 'KEYBOARD_NUMBERS' is not defined

      KEYBOARD_NUMBERS is supposed to be one of multiple registered constants.
      So I mind what’s the problem with it ?

      posted in Pythonista
      P
      philippe
    • RE: About delegates

      @cvp
      Well done 👍🏻
      I was thinking it will be nice to get this in the documentation …..

      posted in Pythonista
      P
      philippe