omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Getting Custom Image to Appear on Screen

    Pythonista
    2
    5
    1335
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RocketBlaster05
      RocketBlaster05 last edited by

      I saw a post from like four years ago saying that the app did not support custom images. I have an image I would like to show on the screen, not the console. If anyone could tell me if the feature was added, I would greatly appreciate if you could tell me how to put my image on the screen.

      Thanks!

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @RocketBlaster05 last edited by

        @RocketBlaster05 Some questions to be sure we correctly understand:

        • where is your image?
        • on which screen do you want to display it?
        1 Reply Last reply Reply Quote 0
        • RocketBlaster05
          RocketBlaster05 last edited by

          My image is stored on "This Ipad" and I wish to display it when a button is pressed on the screen while the program is running. Instead the photo shows up in the console.

          1 Reply Last reply Reply Quote 0
          • RocketBlaster05
            RocketBlaster05 last edited by

            Oh ok I have made a reference to my image using SpriteNode and I managed to make it appear on screen. I will adjust it as I need

            cvp 1 Reply Last reply Reply Quote 0
            • cvp
              cvp @RocketBlaster05 last edited by

              @RocketBlaster05 if you prefer to use ui instead of a scene, you can use ui.ImageView and set its image attribute with your image as ui.Image.named(path)

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors