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.


    330018: view does not hide Pythonista in appex mode

    Pythonista
    2
    3
    1688
    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.
    • cvp
      cvp last edited by cvp

      Same kind of problem as full_screen...
      The window of Pythonista is not entirely hidden by the sheet presentation of the view
      The gray part is the up part of Pythonista appex view with Edit and Done buttons

      import appex
      import ui
      
      v = ui.View()
      w, h = (540,620)
      v.frame = (0,0,w,h)
      v.background_color='white'
      v.name = 'test in appex'
      v.present('sheet')#, hide_title_bar=True)	 
      

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

        Hi,

        can confirm this behavior, but unfortunately without solution. Seems to be a mathematical problem while calculating the views position.

        @OMZ: can you please fix this?

        Regards
        Tom

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

          More visible without title and a transparent background...

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