@lukaskollmer Another simpler option would be to make a google form with an email field
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.

Best posts made by techteej
-
RE: Pythonista Slack or Mattermost
-
RE: Showing image in ui Button
Change
button.image = ui.Image.named('Ear') # added this
tobutton.image = ui.Image.named('Ear').with_rendering_mode(ui.RENDERING_MODE_ORIGINAL)
This should remove the blue tint.
-
UI Sheet View, Can you hide the x?
Is there any way to hide the name bar with the x on the sheet view? Thanks.
-
RE: Color picker
I requested this to be added to the
dialogs
module, but alas - nothing of it. -
Introducing The New Pythonista Tools
Just a quick post, but I would like to introduce you to the new Pythonista Tools website. This has been a long time coming, and finally the site feels like it has a unified interface that works. There are still some things I would like to implement, as you can see on this issue.
It may just seem like a few improvements here and there, but I really worked towards making it feel like a much better experience.
Note: Currently, you can only search scripts on the scripts page itself. This will soon change.
Please go check it out guys. Thanks :)
Latest posts made by techteej
-
RE: Pythonista Slack or Mattermost
@lukaskollmer Another simpler option would be to make a google form with an email field
-
RE: Bug list for beta release 160037
When clicking empty trash, the trash empties but Pythonista also crashes.
iOS 9.0.2 - iPad 3
-
RE: Bug list for beta release 160037
@ccc I see a Cloud Jump 2 revive coming soon ;)
-
RE: Python string object as callable method
You can't set a button name as an action. You need to set each individual button action.
-
RE: Way to change font size for different lines in Cell?
That's probably what I want, but I'm not sure how to call it because I use
data_source.items
to set everything -
Way to change font size for different lines in Cell?
Is there a way to change font size for the different lines in one UI.Tableview Cell? i.e, one line of text be like a header, and the second be a description
-
RE: Color picker
@JonB I was thinking of code that I had found a while ago as a normal color picker (one with box style) but it turned out to not be sample code and now forget where I found it!