self.blue = Button(root, text="Blue", command=self.change_text_color("blue"))<br>    self.blue.pack(side=LEFT)<br>    self.green = Button(root, text="Green", command=self.change_text_color("green"))<br>
    self.green.pack(side=LEFT)<br><br>To follow up, I've added a second button. Of course, it doesn't work, the text comes out as the color of the last button. It is running the commands in the Button line without the buttons being clicked.<br>
<br>More research...<br><br clear="all"><br>-- <br><div><a href="http://leamhall.blogspot.com/" target="_blank">Mind on a Mission</a></div><br>