omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. crazyfox
    3. Topics

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by crazyfox

    • crazyfox

      Popover location coordinates for button in table row
      Pythonista • tableviewcell ui.button popover • • crazyfox

      4
      0
      Votes
      4
      Posts
      1913
      Views

      mikael

      @crazyfox, for future reference, note the convenient ui module functions convert_point and convert_rect.

    • crazyfox

      Populate ui.Textview from user selections
      Pythonista • nested ui.textview navigationview • • crazyfox

      3
      0
      Votes
      3
      Posts
      1616
      Views

      crazyfox

      @JonB thanks for the suggestions.

    • crazyfox

      Need help with UI, tableviewcell_for_row
      Pythonista • tableviewcell • • crazyfox

      7
      0
      Votes
      7
      Posts
      2797
      Views

      crazyfox

      @cvp Thank you for taking the time.
      I think I was making it harder than it should be.

      @crazyfox first, replace load_str by load_view_str 😀

      ...I see it now. Editing/posting error trying include pyui string.

      @crazyfox sincerely, I don't understand your

      cell = ui.TableViewCell() cell = MyDropDown(tableview, section, row, frame=(100,0,200,100), items=itemslist).as_cell()

      ...This evolved out of series of TypeErrors and issues with arguments I could not fix elegantly.

      Much more to learn. Thanks again for your help.
      Until next mental block.
      -KP