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 ?
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.
Latest posts made by philippe
-
Trying to change label.text
-
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
-
RE: Textfield keyboard_type
@cvp
Yes but I would like to run a script from another script -
RE: Textfield keyboard_type
@cvp
Just run a program with one of those exec() command, it’s simple …. -
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 -
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 …. -
RE: Textfield keyboard_type
@cvp
Okay
No more errors messages
Nervetheless it didn’t change nothing during execution ?! -
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 definedKEYBOARD_NUMBERS is supposed to be one of multiple registered constants.
So I mind what’s the problem with it ? -
RE: About delegates
@cvp
Well done 👍🏻
I was thinking it will be nice to get this in the documentation …..