コード例 #1
0
ファイル: copier.py プロジェクト: michaeljoy2/Reporter
    def destroyer2(self, arg):

            d = Input()
            self.window1.hide()
            d.UI()
            c = Cmd()
            c.timeline()
            c.sort()
コード例 #2
0
ファイル: file_select.py プロジェクト: michaeljoy2/Reporter
 def destroy_file_select(self, arg):
     try:
         #self.window.hide()
         c = Cmd()
         c.timeline()
         c.sort()
         scr = Screen()
         scr.UI()
     except:
         print "Major issue"
コード例 #3
0
ファイル: copier.py プロジェクト: michaeljoy2/Reporter
    def destroyer(self, arg):
        try:

            self.window1.hide()

            c = Cmd()
            c.timeline()
            c.sort()
            scr = Screen()
            scr.UI(arg, 0)
        except:
            easygui.msgbox("Some fields missing or incorrect button pressed", title="Warning")
コード例 #4
0
ファイル: copy1.py プロジェクト: michaeljoy2/Reporter
 def close(a, b):
     gtk.main_quit()
     c = Cmd()
     c.timeline()
     c.sort()
コード例 #5
0
ファイル: main_screen.py プロジェクト: michaeljoy2/Reporter
 def run_l2t(arg):
     c = Cmd()
     c.timeline()
     c.sort()