Esempio n. 1
0
    def close_settings(self, *largs):
        # close the settings pages and shows the first page
        # (if we did not start the definition, just continue with ini..)

        # If initialisiation failed, maybe the user entered a different location for ORCA Files, so lets restart
        if not Globals.bInit:
            self.ReStart()

        if Globals.oWinOrcaSettings is None:
            return App.close_settings(self, *largs)

        Globals.oNotifications.SendNotification("closesetting_orca")
        return True
Esempio n. 2
0
 def close_settings(self, *largs):
     App.close_settings(self, *largs)
Esempio n. 3
0
	def closeSettingsScreen(self):		
		App.close_settings()
Esempio n. 4
0
 def close_settings(self, *largs):
     self.grid_disabled = False
     App.close_settings(self, largs)