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