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.


    Buttons don't work in fullscreen

    Pythonista
    button pythonista ui.button
    2
    3
    2443
    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.
    • npr3ha
      npr3ha last edited by

      Hello all,
      I have some code that works exactly as desired when I present the view as a view.present('sheet'). However, if I change it to view.present('fullscreen'), the three buttons on the screen no longer work. They don't appear to be linked to anything (no animation when they are touched). I am not changing anything other than the presentation mode. The buttons still appear on screen. They just don't do anything. Does anyone know what I need to do? Am I missing some important aspect of the ui module? I've read the docs for the ui module and I don't see anything that would be causing this issue. Thanks for the assistance.

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

        you will need to share your code, or a subset that shows the issue, as a gist.

        One thing that can happen, is that your top level view gets resized when changing to fullscreen, which can sometimes shift some other component around if you dont have flex setup correctly...

        npr3ha 1 Reply Last reply Reply Quote 1
        • npr3ha
          npr3ha @JonB last edited by

          @JonB You are the man. It was how I had flex set up.

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