Oh, nvm I was trying to click outside the app...
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 AZOM
-
RE: Clicking on a part of the screen
-
Clicking on a part of the screen
So this surely has been asked before, how to make the program touch a spot on the screen on a time basis (example: clicking bottom right of the screen every 10 seconds). If this is not clear enough, let me know. Also, this is a project I’m doing, but this is the part I am not able to figure out...
-
RE: Equally spaced circle in UI
Right, now, I don’t have my program, but I’m going to send it at ~5h pm.
-
RE: Equally spaced circle in UI
The only thing I am doing wrong is with rounding up numbers (I think it is my only problem) beau a se if 2 values that I compare are like at 0,000001 appart, they are not equal. Also, I am using cos and sin to try to find the three points. And my friend doesn’t program btw.
-
RE: Equally spaced circle in UI
No, we are in high school, and this is not a homework or something like that, he just like maths and wants help to “verify” his answer to a question he gets somewhere on the web.
-
RE: Equally spaced circle in UI
This is for my friend: can someone make a 3 points generator on the circumference of a circle that has a diameter of 2 units. And with these three x, y coordinates, look if the point (0,5:0) is in the triangle made with the three points?
-
RE: Equally spaced circle in UI
@mikael
How do I change the circle’s position (horizontally) with your code that you first gave me?