def HandleAbout(self):
     GuiMgr.MessageBox_Info(
         "About Oscar",
         "Oscar is the BIFF project\ndata collection and recording module.\n\n"
         + VersionMgr.ReadVer())
 def HandleHelp(self):
     GuiMgr.MessageBox_Info(
         "Help",
         "Our prime purpose in this life is to help others.\nAnd if you can't help them, at least don't hurt them.\n\n - Dalai Lama"
     )
 def HandleExportToDB(self):
     GuiMgr.MessageBox_Info(
         "Export to Database",
         "Grimock does not currently support this.\nPlease provide feedback to Patrick on what DB\nsupport you would like."
     )