I have a pop-up created with Kivy, which contains 2 buttons. User can dismiss the pop-up by pressing outside of the pop-up area (auto_dismiss = True), or by clicking the \"No\"
Try this: on_press = self.popup.dismiss() in replacement of on_press = self.popup_exit.dismiss
on_press = self.popup.dismiss()
on_press = self.popup_exit.dismiss