Is this code running in a larger program that has a window? You are only supposed to have one root
window (Tk()) in a program, maybe that is the problem.
Kent
Ismael Garrido wrote:
Ismael Garrido wrote:
Hello.
I can't figure out what's wrong in here! For some reason I can't
understand, the radio
Ismael Garrido wrote:
Hello.
I can't figure out what's wrong in here! For some reason I can't
understand, the radiobuttons don't work. The code itself is correct,
the problem arises when I tell them that their master is
self.configurar. I don't know why, but they don't like it.
After changing t
Quoting Ismael Garrido <[EMAIL PROTECTED]>:
> I can't figure out what's wrong in here! For some reason I can't
> understand, the radiobuttons don't work. The code itself is correct, the
What is the error message?
> Button(self.configurar, command=lambda: self._configurarOk(),
> text="Ok").gri
Hello.
I can't figure out what's wrong in here! For some reason I can't
understand, the radiobuttons don't work. The code itself is correct, the
problem arises when I tell them that their master is self.configurar. I
don't know why, but they don't like it.
Any help is welcome
Thanks
Ismael
d