def setAppState(self, appState): """Sets the application state using the given appState object. Arguments: - appState: an object obtained from getAppState """ try: [defaultAppState, self.previousMessages, self.previousChatRoomNames, self.chatAreas] = appState default.Script.setAppState(self, defaultAppState) except: debug.printException(debug.LEVEL_WARNING) pass
def setAppState(self, appState): """Sets the application state using the given appState object. Arguments: - appState: an object obtained from getAppState """ try: [defaultAppState, self.dynamicColumnHeaders, self.dynamicRowHeaders] = appState default.Script.setAppState(self, defaultAppState) except: debug.printException(debug.LEVEL_WARNING)
def setAppState(self, appState): """Sets the application state using the given appState object. Arguments: - appState: an object obtained from getAppState """ try: [ defaultAppState, self.previousMessages, self.previousChatRoomNames, self.chatAreas ] = appState default.Script.setAppState(self, defaultAppState) except: debug.printException(debug.LEVEL_WARNING) pass