79281687

Date: 2024-12-15 01:58:14
Score: 2.5
Natty:
Report link

just to add for the sake of those who would reuse this answer. To change to or from a .kv predefined screen, you need to reference the root of the app. hence, "self.current" as used in the question would not work. rather "self.root.current " would be the correct reference to produce the desired change

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SUNNETDev