コード例 #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
ファイル: __init__.py プロジェクト: timothytylee/nvda
	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()