omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. VIC3

    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.


    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 12
    • Best 1
    • Controversial 0
    • Groups 0

    VIC3

    @VIC3

    1
    Reputation
    1134
    Profile views
    12
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Location Somewhere on a military base Age 22

    VIC3 Unfollow Follow

    Best posts made by VIC3

    • RE: Gamma help

      @Webmaster4o I'll try that website but I already posted the other lines too

      posted in Pythonista
      VIC3
      VIC3

    Latest posts made by VIC3

    • RE: Gamma help

      @Webmaster4o I'll try that website but I already posted the other lines too

      posted in Pythonista
      VIC3
      VIC3
    • RE: Gamma help

      @cvp thanks that fixed it but now I keep getting this error

      posted in Pythonista
      VIC3
      VIC3
    • RE: Gamma help

      @cvp here's the rest Code

      posted in Pythonista
      VIC3
      VIC3
    • Gamma help

      Can anyone help me out with this error? Gamma Error

      posted in Pythonista
      VIC3
      VIC3
    • 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

      posted in Pythonista
      VIC3
      VIC3
    • RE: Console output code

      @cook Yes, exactly like iFiles by Billy Ellis here's the photo:

      posted in Pythonista
      VIC3
      VIC3
    • RE: Console output code

      @dgelessus

      # 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')
      
      posted in Pythonista
      VIC3
      VIC3
    • RE: Console output code

      @Webmaster4o @ccc

      Here take a look I typed the "/" at the top I want the code for the output (circled)

      posted in Pythonista
      VIC3
      VIC3
    • RE: Console output code

      @Webmaster4o if you have some way of me contacting you I can send you a picture of what I mean

      posted in Pythonista
      VIC3
      VIC3
    • 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)

      posted in Pythonista
      VIC3
      VIC3