| … | |
… | |
| 56 | |
56 | |
| 57 | self.add_content(vert) |
57 | self.add_content(vert) |
| 58 | |
58 | |
| 59 | def activate(self): |
59 | def activate(self): |
| 60 | self.controller.SHOW_BUTTON_EXIT = True |
60 | self.controller.SHOW_BUTTON_EXIT = True |
| 61 | self.controller.SHOW_BUTTON_HELP = True |
61 | # self.controller.SHOW_BUTTON_HELP = True |
| 62 | self.controller.SHOW_BUTTON_BACK = False |
62 | self.controller.SHOW_BUTTON_BACK = False |
| 63 | self.controller.SHOW_BUTTON_FORWARD = True |
63 | self.controller.SHOW_BUTTON_FORWARD = True |
| 64 | self.controller.SHOW_BUTTON_FINISH = False |
64 | self.controller.SHOW_BUTTON_FINISH = False |
| 65 | |
65 | |
| 66 | def deactivate(self): |
66 | def deactivate(self): |