예제 #1
0
	def onInstallCommand(self, evt):
		if isInMessageBox:
			return
		from gui import installerGui
		installerGui.showInstallGui()
예제 #2
0
 def onInstallCommand(self, evt):
     if isModalMessageBoxActive():
         return
     from gui import installerGui
     installerGui.showInstallGui()
예제 #3
0
	def onInstallCommand(self, evt):
		if isInMessageBox:
			return
		from gui import installerGui
		installerGui.showInstallGui()
예제 #4
0
파일: __init__.py 프로젝트: zstanecic/nvda
	def onInstallCommand(self, evt):
		from gui import installerGui
		installerGui.showInstallGui()