@Webmaster4o I'll try that website but I already posted the other lines too
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 VIC3
-
RE: Gamma help
Latest posts made by VIC3
-
RE: Gamma help
@Webmaster4o I'll try that website but I already posted the other lines too
-
RE: Console output code
@cook I want it to have the file directory popup ever time I click browser but the only that I already have it to show what I'm typing in I just want it to read the console output it gives you in the alert
-
RE: Console output code
@cook Yes, exactly like iFiles by Billy Ellis here's the photo:
-
RE: Console output code
# coding: utf-8 import ui from objc_util import * import console import os import sys, traceback NSFileManager = ObjCClass('NSFileManager') UIDevice = ObjCClass('UIDevice') print 'Enter directory' path = raw_input() files = NSFileManager.defaultManager().contentsOfDirectoryAtPath_error_(path,None) print files @ui.in_background def file_browser(message): alert_result=console.alert(path,path,'Dismiss',hide_cancel_button=True) def back_console(sender): console.show_input() @ui.in_background def about(message): alert_result=console.alert('About', 'Project based off of Billy Ellis app called "iFiles" I take no credits for idea of this') def find_ios(sender): vers = UIDevice.currentDevice().systemVersion() string = str(vers) v = sender.superview label = v['label1'].text = string v = ui.load_view() v.present('sheet')
-
RE: Console output code
Here take a look I typed the "/" at the top I want the code for the output (circled)
-
RE: Console output code
@Webmaster4o if you have some way of me contacting you I can send you a picture of what I mean
-
RE: Console output code
@cook no I mean like say you typed in a error into the console it'll say all of the red texted error I want the code for the output of the console (sorry if it confuses you)