Glauco Silva wrote: > when i creat a RadioButton and put a command = self.Function , this > function is called in the creation of RadioButton. Itīs right this or > itīs wrong ?
http://www.catb.org/~esr/faqs/smart-questions.html I'm pretty sure I can guess exactly what the problem is. I suspect your code looks somewhat like: btn = RadioButton(command=self.Function()) Follow the instructions in the above link and you should be able to work out why this is wrong. If I've failed to read your mind correctly, the above link should also teach you how to make it easier for me to do so. Tim Delaney -- http://mail.python.org/mailman/listinfo/python-list