omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. bmccardle

    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 5
    • Best 0
    • Controversial 0
    • Groups 0

    bmccardle

    @bmccardle

    0
    Reputation
    432
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bmccardle Unfollow Follow

    Latest posts made by bmccardle

    • Remove Back Button

      I added a left_button_items to a view, but the back button is still there. Is there a way to remove the back button?

      posted in Pythonista
      bmccardle
      bmccardle
    • Action from Custom View

      I have a table view which is a subview of navigation view. When you select a row it will push a view. There are currently 6 custom view which have there own .py and .pyui file.
      Each view has a button that calls a function which is tied to the .py file associated with the view. When the button is tapped nothing happens. Is there a way to associate an action with the .py file that is associated with the custom view, not the table view?

      posted in Pythonista
      bmccardle
      bmccardle
    • Push View from Table View

      How do you push a view from tableview? You can push a view from a button since it is a subclass of view, but tableview is a subclass of scrollview and it does not look like it is possible.

      posted in Pythonista
      bmccardle
      bmccardle
    • RE: Push View from Table View

      @JonB Thanks, I did put the table inside the navigation view.

      I figured it out, when I had ListDataSource.action I was trying to send the action to push_view instead of NavigationView.push_view()

      posted in Pythonista
      bmccardle
      bmccardle
    • RE: Push View from Table View

      I think the problem is with listDataSource. When you link it to an action it does not support push view.

      posted in Pythonista
      bmccardle
      bmccardle