Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     logger.debug('[UI] Initializing: SettingsScreen')
     MDScreen.__init__(self, *args, **kwargs)
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     logger.debug('[UI] Initializing: ActiveScreen')
     MDScreen.__init__(self, *args, **kwargs)
     Clock.schedule_once(self.post_init)
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     MDScreen.__init__(self, *args, **kwargs)
     Clock.schedule_once(self.globalize_screen_manager)