omz:forum

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

    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 0
    • Followers 0
    • Topics 3
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    CastroSATT

    @CastroSATT

    0
    Reputation
    817
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    CastroSATT Unfollow Follow

    Latest posts made by CastroSATT

    • RE: File parts error running apps via home shorcut

      Looks like that would work not sure how to implement it if you got any clues a am full beginnerish

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: File parts error running apps via home shorcut

      Cool

      Here’s a snippet really it’s for reading and writing the ini file

      For example Same command used but for the sound fx

      def SoundFx(N):
      	if N == 1:
      		# Honour position of phone silent switch  
      		sound.set_honors_silent_switch(True)
      		# sets volume 
      		sound.set_volume(1.0)
      		#preloads 
      		sound.load_effect('./RR/img/hadouken.mp3')
      		#sample to be played when imaged pressed
      		sound.play_effect('./RR/img/hadouken.mp3')
      		vibrate()
      
      
      posted in Pythonista
      CastroSATT
      CastroSATT
    • File parts error running apps via home shorcut

      Hiya guys taking a break from the pdf issue I had,, I think I found a solution but it’s on a take me a week or so to implement... so on to the easier issue

      I have an app that uses a load of subvies etc also uses a few folder for templates and invoices also got a folder for sound effects banners etc

      No the issue is works fine when I run the script from within pythonista... but if I run from shortcut straight into the app I get file not found errors it’s almost as if the app can not see its file paths

      And help would be great

      This is a pic of the error

      [https://drive.google.com/file/d/1KyJGl9R7DdBXhh1JRl45r34mAXsEhhhT/view?usp=drivesdk](link url)

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      Still having a barney

      -Tried your original template works
      -Tried your template altered on 2 other form makers and they then have the issue after that

      Weird so now gonna
      Start with a blank form and 1 text box each see what happens then

      I think the issue has something to do with the NONE

      -When using pdfscrape I get 1 none (needs more testing)

      -Using pdfelement 6 pro I get 2 none one and the top 2nd at the end
      —Maybe something to do with the water mark provided by the software, I am reaching.

      Both using your working template (which has NO none)

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      Yeah might be gonna download a demo of adobe try and remake the template not sure how to get rid of that none from there thanks so much will post an update in a few I’ve been using pdfscape to make the template and the template source (years ago) has been played with a few time after the years so maybe conflicts there some where but your right

      Seems to work ok with that test one although would preferred to be uneditable but 1 thing at a time me thinks

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      thanks for the help it’s on my snagging list

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      So this is a complete template as you can see clean but after processing

      This is what it looks like

      Name and first line of address only
      after processing

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      Sorry still no go it makes the pdf but adds my dictionary to the form which is perfect
      I just can’t make the text read only so everyone can see it even In preiview mode

      Template PDF

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      @cvp sorry when I said didn’t work I meant it kinda of worked the issue is it made the pdf but still with editable forms and not ready only it’s weird

      posted in Pythonista
      CastroSATT
      CastroSATT
    • RE: Issue with flattening PDF

      didn’t work gives me me a pdf with the replaced same issue

      posted in Pythonista
      CastroSATT
      CastroSATT