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.


    Resize ui.View sheet

    Pythonista
    ui.view
    2
    2
    1729
    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.
    • Enez Houad
      Enez Houad last edited by

      Is it possible to modify the size (width or height) of a ui.View presented as sheet ? All my tests don’t work !
      Thanks.

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

        @Enez-Houad before the present() yes, not after (I think)

        import ui
        v = ui.View()
        v.frame = (0,0,600,100)
        v.present('sheet')
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors