Esempio n. 1
0
    def show(self):
        global _instance
        if _instance:
            _instance.hide()
        _instance = self

        self._parent.block(True, self)
        InnerWindow.show(self)
        self.focus_set(True)
Esempio n. 2
0
    def show(self):
        global _instance
        if _instance:
            _instance.hide()
        _instance = self

        self._parent.block(True, self)
        InnerWindow.show(self)
        self.focus_set(True)
Esempio n. 3
0
    def show(self):
        global _instance
        if _instance:
            _instance.hide()
        _instance = self

        # only Wizard InnerWindows are to be on top of the window blocker
        self._parent.block(True, self)
        InnerWindow.show(self)
        self.focus_set(True)
Esempio n. 4
0
    def show(self):
        global _instance
        if _instance:
            _instance.hide()
        _instance = self

        # only Wizard InnerWindows are to be on top of the window blocker
        self._parent.block(True, self)
        InnerWindow.show(self)
        self.focus_set(True)
Esempio n. 5
0
File: popups.py Progetto: Limsik/e17
 def open(self):
     self._parent.block(True)
     InnerWindow.show(self)
Esempio n. 6
0
 def open(self):
     self._parent.block(True)
     InnerWindow.show(self)