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.


    File_Picker in appex mode: expand/collapse folder button image is None

    Pythonista
    1
    1
    1101
    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

      @omz When I use your File_Picker in appex mode, the image of the expand/collapse folder button is None, but the button is active and does its work.

      Other built-in images used as here-after and button image is displayed, but why?

      if not appex.is_running_extension():					
      	btn = ui.Button(image=ui.Image.named('CollapseFolder' if has_children else 'ExpandFolder'))
      else:
      	btn = ui.Button(image=ui.Image.named('iob:arrow_down_b_24' if has_children else 'iob:arrow_right_b_24'))
      

      Bug?

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