Beispiel #1
0
    def connectClicked(self, button):
        asGuest = self.widgets["asGuestCheck"].get_active()
        username = self.widgets["usernameEntry"].get_text()
        password = self.widgets["passwordEntry"].get_text()

        ICLogon.run()
        if not ICLogon.dialog.connection:
            ICLogon.dialog.widgets["logOnAsGuest"].set_active(asGuest)
            ICLogon.dialog.widgets["nameEntry"].set_text(username)
            ICLogon.dialog.widgets["passEntry"].set_text(password)
            ICLogon.dialog.widgets["connectButton"].clicked()
Beispiel #2
0
    def connectClicked(self, button):
        asGuest = self.widgets["asGuestCheck"].get_active()
        username = self.widgets["usernameEntry"].get_text()
        password = self.widgets["passwordEntry"].get_text()

        ICLogon.run()
        if not ICLogon.dialog.connection:
            ICLogon.dialog.widgets["logOnAsGuest"].set_active(asGuest)
            ICLogon.dialog.widgets["nameEntry"].set_text(username)
            ICLogon.dialog.widgets["passEntry"].set_text(password)
            ICLogon.dialog.widgets["connectButton"].clicked()
Beispiel #3
0
 def on_play_internet_chess_activate(self, widget):
     ICLogon.run()
Beispiel #4
0
 def openDialogClicked(self, button):
     ICLogon.run()
Beispiel #5
0
 def on_play_internet_chess_activate(self, widget):
     ICLogon.run()
Beispiel #6
0
 def openDialogClicked(self, button):
     ICLogon.run()
Beispiel #7
0
 def connectClicked(self, button):
     ICLogon.run()
     if not ICLogon.dialog.connection:
         ICLogon.dialog.widgets["connectButton"].clicked()
Beispiel #8
0
 def connectClicked(self, button):
     ICLogon.run()
     if not ICLogon.dialog.connection:
         ICLogon.dialog.widgets["connectButton"].clicked()