Example #1
0
	def onInstallCommand(self, evt):
		if isInMessageBox:
			return
		from gui import installerGui
		installerGui.showInstallGui()
Example #2
0
 def onInstallCommand(self, evt):
     if isModalMessageBoxActive():
         return
     from gui import installerGui
     installerGui.showInstallGui()
Example #3
0
	def onInstallCommand(self, evt):
		if isInMessageBox:
			return
		from gui import installerGui
		installerGui.showInstallGui()
Example #4
0
	def onInstallCommand(self, evt):
		from gui import installerGui
		installerGui.showInstallGui()