Ejemplo 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)
Ejemplo 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)
Ejemplo 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)
Ejemplo 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)
Ejemplo n.º 5
0
Archivo: popups.py Proyecto: Limsik/e17
 def open(self):
     self._parent.block(True)
     InnerWindow.show(self)
Ejemplo n.º 6
0
 def open(self):
     self._parent.block(True)
     InnerWindow.show(self)