omz:forum

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

    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 5
    • Best 0
    • Controversial 0
    • Groups 0

    rui_mac

    @rui_mac

    0
    Reputation
    488
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rui_mac Unfollow Follow

    Latest posts made by rui_mac

    • Loading and playing a movie. Possible?

      Is there any way to load a movie and be able to play parts of it?
      I found nothing in the docs.

      posted in Pythonista
      rui_mac
      rui_mac
    • RE: Loading and playing a movie. Possible?

      Thank you for your reply, Jon.
      What I wanted was the ability to control the video, being able to click a button and advance a frame, for example. Or, being able to play/stop the video at the click of a button (not the standard system controls)

      posted in Pythonista
      rui_mac
      rui_mac
    • Standalone apps

      I searched for Xcode But I found nothing here that could answer my question.
      Is there any way to compile python apps created in Pythonista into standalone apps that would run on my iPad?

      posted in Editorial
      rui_mac
      rui_mac
    • RE: Button.action runs as I add the button to the View

      Thank you so much.
      It is working now.
      However, to check for something inside that array, I need to make it global, right?
      Otherwise, how can I send it over to the action method when the button is pressed?

      posted in Editorial
      rui_mac
      rui_mac
    • Button.action runs as I add the button to the View

      Ok, I'm very new to this. Although I already coded in python before, I only have Pythonista for a couple of days.
      My problem is the following:

      I'm creating a new layout using code, not the UI editor.
      I created a new button and set its action to a method I created with:

      my_button.action=get_action(pn)
      

      the pn is an array that I must check somehow (but that is not important).
      The problem is that as soon as I add the button to the view, the get_action method gets called.
      Shouldn't it only be called when the button is pressed?
      Please, help me out with this.

      posted in Editorial
      rui_mac
      rui_mac