Thanks a lot Jim and James
now it works fine!
Sam
--
http://mail.python.org/mailman/listinfo/python-list
On Wednesday 21 March 2007 20:11, Samkos wrote:
> Hi there,
>
> I am fighting with a problem I intended to
> believe trivial that I could not solve yet!
>
> I am trying to have a button with a variable
> text, that pops up another button with a
> variable text when pressed.
>
> I did that with the
Samkos wrote:
> Hi there,
>
> I am fighting with a problem I intended to believe trivial that
> I could not solve yet!
>
> I am trying to have a button with a variable text, that
> pops up another button with a variable text when pressed.
>
> I did that with the following program in Python, bu