Exemple #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()
Exemple #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()
Exemple #3
0
 def on_play_internet_chess_activate(self, widget):
     ICLogon.run()
Exemple #4
0
 def openDialogClicked(self, button):
     ICLogon.run()
Exemple #5
0
 def on_play_internet_chess_activate(self, widget):
     ICLogon.run()
Exemple #6
0
 def openDialogClicked(self, button):
     ICLogon.run()
Exemple #7
0
 def connectClicked(self, button):
     ICLogon.run()
     if not ICLogon.dialog.connection:
         ICLogon.dialog.widgets["connectButton"].clicked()
 def connectClicked(self, button):
     ICLogon.run()
     if not ICLogon.dialog.connection:
         ICLogon.dialog.widgets["connectButton"].clicked()