Forum Archive
These pages contain a static archive of the old community forum for
Pythonista (and Editorial) between 2012 and 2022. The Pythonista forum is now hosted on GitHub:
→ Join the Discussion!
Oct 01, 2014 - 07:38
franzge
Hi,
When I use iCab as stand-alone app, I have active filters for ads, but these filters seem disabled when I use iCab from within Editoria...
Oct 01, 2014 - 01:29
Dann239
Default frame for left button items?
Also, since I'm creating a ui.Button object and placing it in that spot... In a navigation view how...
Oct 01, 2014 - 01:29
zencuke
Is there an easy way to implement a ui checkbox control? I didn't find one on the ui doc class list. I was surprised.
Sep 30, 2014 - 22:33
techteej
Is there any way to make a function or something that will be running all the time? I want to always be checking if a text field is empty.
Sep 30, 2014 - 09:29
uncleWalter120
Hi all,
trying to blend two images using UI module using the code below. But it seems that the blend mode is ignored and one image just bei...
Sep 30, 2014 - 01:50
techteej
Not sure why I'm getting errors here, but I'm trying to get the title of the selected row chosen (or the name of whatever is in the row)
...
Sep 30, 2014 - 00:43
danzibar
I would be very grateful if someone could help explain the reason why I'm struggling with the importing of modules...
I'm using Pythonist...
Sep 28, 2014 - 15:53
Brian
What I am trying to do is create a ui with a single button. Upon the first button press a timer starts, which after 5 seconds closes the vie...
Sep 28, 2014 - 06:59
techteej
For some reason, entering text into a Text Field then adding to a table splits up the word into one cell for each letter.
# coding: u...
Sep 28, 2014 - 03:30
TutorialDoctor
Shouldn't the expression:
7 > 3
Pass "True" to the next action?
Yet I get an error dialog that the ">" operator is not supported.
...
Sep 28, 2014 - 03:20
techteej
I'm not sure how to integrate the text field delegate into my source code. Here is what I have so far.
# coding: utf-8
from os i...
Sep 27, 2014 - 23:20
inoddy
I want to crop the images used in the Cards.py example. But I can't figure out how.
Do I do it in the line
card.card_image = images[i]...
Sep 26, 2014 - 03:35
TutorialDoctor
Here is a [link](http://www.editorial-workflows.com/workflow/5848054045343744/lmarZO44SBA) to a small workflow that stores a selected item i...
Sep 26, 2014 - 02:45
BryanPatrick
Is there anyone who could help me modify the original calculator example so that you can pass an argument to it from url to predefine the fi...
Sep 25, 2014 - 22:54
TutorialDoctor
Anyone know how I would go about storing multiple variables into one Variable action?
I am thinking I'd have to use python, but the docum...
Sep 25, 2014 - 22:27
techteej
Not quite sure If I'm doing this right, as when I call the function, nothing gets printed.
def search_files():
dir_items = l...
Sep 25, 2014 - 20:35
JadedTuna
I am having these weird problems with text rendering using scene.<br>
It gives me a black rectangle instead of text, but if I switch to ano...
Sep 25, 2014 - 14:07
apselon
```python
from ui import *
import ui
x = 5
def paper(sender):
label = sender.superview['textview1']
label.text = 'ggg',x
ui.load_vi...
Sep 24, 2014 - 20:30
[deleted]
Here is my Documents class project, It persists **rich text documents with inserted images** to '.mme' files, either embedded in the .py fil...
Sep 24, 2014 - 17:29
DigiDan
I have a webview that calls `console.input_alert` in the `webview_did_finish_load` function.
I ensure that this is called on a back...
Sep 24, 2014 - 17:00
[deleted]
@techteej Here [were] simplified start function and new request handler to use with CaptureMedia:
Sep 24, 2014 - 16:40
DigiDan
When using ui.webview.load_html() to use an HTML string the subsequent web page loaded has problems loading any relative links. All of these...
Sep 24, 2014 - 06:25
brianpartridge170
Is there any chance of extending Pythonista's URL scheme to support x-callback-url like behavior?
Basically, I'd like to be able to launch ...
Sep 24, 2014 - 01:47
techteej
Does .flex not work for buttons?
Sep 23, 2014 - 12:45
oldmankit
Hello,
Could anyone recommend a way to get the file contents of several files in Dropbox, without having to name each file individually?
...
Sep 23, 2014 - 12:11
smath
I'm building an app that uses the ui module to perform some calculations, display the results, and optionally export a PDF produced with rep...
Sep 23, 2014 - 07:09
tomkirn
Hi all,
can anyone explain how to get the Pythonista template working in Xcode6? It works fine for me in Xcode5 but now throws build erro...
Sep 22, 2014 - 23:03
deiffert
First off, I love editorial. It's just amazing.
I use [kramdown][1] for writing. The feature I use it for is it's support for classes.
...
Sep 22, 2014 - 17:59
TutorialDoctor
You have singlehandedly created the most useful productivity app known to man (or at least to me, and I have used a lot of software programs...
Sep 22, 2014 - 17:35
JonB
[here](https://github.com/jsbain/uicomponents/blob/master/uicontainer.py) is a container class that implements a Layout manager similar to j...
Sep 22, 2014 - 17:13
JonB
Been doing some heavy UI work, and Here are a few quirks/bugs I've found:
1) `keyboard_get_frame` and associated methods don't work in fu...
Sep 22, 2014 - 05:00
davas301
Im thinking about downloading pythonista and am just wondering what kind of git integration there is? For example: If I have an existing git...
Sep 22, 2014 - 00:16
zencuke
Using the gui builder I created a view with a single textView object. When I load it it complains that there is a class not defined. I can't...
Sep 21, 2014 - 15:55
techteej
Whatever I set my frame size to, the button size stays exactly the same. Also can't tell if the action is working or not.
[See line 429.]...
Sep 21, 2014 - 04:11
karthikmaiya
I created an SAT score calculator that lets you find your scores quickly and also allows you to view your progress over time.
[GITHUB Sco...
Sep 20, 2014 - 21:59
JonB
I've been having troubles implementing custom touch handlers for a view that is presented as a panel or sidebar. Fullscreen, popover and sh...
Sep 20, 2014 - 01:17
Dann239
Pythonista needs a UI update for the 6+, smaller font choices to make room in the editor. At the moment it just looks like just an overblown...
Sep 19, 2014 - 23:01
Forinfo
I know it's early days but I have been trying the Swype keyboard on my iPad with iOS 8 and have encountered some strange behaviour with Edit...
Sep 19, 2014 - 02:55
techteej
Is there any way to get names of selected rows in a table view instead of just 0, 1, 2, etc.?
Sep 19, 2014 - 02:05
cjchallis
I have looked through documentation and websites but cannot find a comprehensive list of sounds available through the `sound` module or how ...
Sep 18, 2014 - 22:50
nasadave
Using the same method recommended to change text in a label (previous post), I am now trying to change an image based on a photo taken by th...
Sep 18, 2014 - 19:10
nasadave
Fairly new to python here, so be gentle…
I am trying to change the text of a label on a UI based on user input into a console alert input...
Sep 18, 2014 - 04:56
cjchallis
I have looked through documentation and websites but cannot find a comprehensive list of sounds available through the `sound` module or how ...
Sep 17, 2014 - 18:45
tachijuan
Hey Folks,
I'm trying to write a simple score keeper for a pool (billiards) game that my friends and I play. I have the basic mechanics d...
Sep 17, 2014 - 05:03
TutorialDoctor
When going through a list in a for loop, inside of a python script, I can print the whole list in the console, but I cannot use the workflow...
Sep 16, 2014 - 14:35
techteej
Is there any way to disable the two finger swipe down but leave touch events in a UI View?
Sep 15, 2014 - 09:20
Shambhala
Is there a way (or a hack) to support advertisements in a scene class? I want to show a banner ad at the top or bottom of the screen, how wo...
Sep 15, 2014 - 03:37
[deleted]
Here is my MultiBrowser class project. It has 3 panes, any bumpable to full screen, 1 with video, refresh on demand or every 4 min.
The b...
Sep 14, 2014 - 21:49
techteej
Currently having trouble putting text in a ui.texfield from a .txt file. Any help?
def get_username():
global player_name
...
Sep 14, 2014 - 17:03
boozle
I was recently using pythonista, and I happened to be editing at the moment, but I got a SMS. I went into messages, replied, and once I came...