Don't show the Congratulation message until the project is really created :)
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 May 2010 14:08:41 +0000 (14:08 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 May 2010 14:08:41 +0000 (14:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3783 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BFinalPage.py

index 4963f40dca76dab970e08b8ca3e706ef9f712291..020b5a58a61ed7eb3b6b1a42c49508c792a76d9b 100644 (file)
@@ -54,6 +54,7 @@ class BFinalPage(BWizardPage):
     ## Overloaded BWizardPage methods ##
         
     def reloadData(self):
+        self.setVisible(False)
         """
         Overload of the BWizardPage reloadData method.
         """
@@ -72,6 +73,7 @@ class BFinalPage(BWizardPage):
                 return
         finally:
             QApplication.instance().restoreOverrideCursor()
+        self.setVisible(True)
         self._plugin_dict = {}
         if os.name == "nt":
             output = self.projectInfo("OUTPUT")