How to make a button in a MobileContainer show a MobileScreen, since the Show(self) creates an error:
expects class MobileScreen, but this is class MobileContainer.
s.Show(self)
How to make a button in a MobileContainer show a MobileScreen, since the Show(self) creates an error:
expects class MobileScreen, but this is class MobileContainer.
s.Show(self)
Thank you so much!