def ShowNotice(self): app.SetVisibleNotice(TRUE) self.Print("Show Notice")
def HideNotice(self): app.SetVisibleNotice(FALSE) self.Print("Hide Notice")
def HideNotice(self): app.SetVisibleNotice(False) self.Print("Hide Notice")