xunil2003 | Bonjour, Je suis débutant en python , j'utilise la version 2.7. Je voudrais savoir comment mettre une variable dans la commande d'un bouton ?
Code :
- cm = "E"
- self.bt1_on = Button(self, text="Allumer", command='self.'+cm+'1_on')
- self.bt1_on.grid(row=4,column=2)
- self.bt1_off = Button(self, text="Eteindre", command='self.'+cm+'1_off')
- self.bt1_off.grid(row=4,column=3)
| Comment puis je faire ? Merci. Message édité par xunil2003 le 10-06-2014 à 09:54:05
|