Re: The "real" name

2006-01-21 Thread James Stroud
[EMAIL PROTECTED] wrote: > On Sat, 21 Jan 2006 14:23:49 -0800, James Stroud <[EMAIL PROTECTED]> wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>I'm playing with a sudoku GUI...just to learn more about python. >>> >>>I've made 81 'cells'...actually small canvases >>> >>>Part of my scheme to write the

Re: The "real" name

2006-01-21 Thread engsolnorm
On Sat, 21 Jan 2006 14:23:49 -0800, James Stroud <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I'm playing with a sudoku GUI...just to learn more about python. >> >> I've made 81 'cells'...actually small canvases >> >> Part of my scheme to write the cells (all 81 of them in the gui) to

Re: The "real" name

2006-01-21 Thread James Stroud
[EMAIL PROTECTED] wrote: > I'm playing with a sudoku GUI...just to learn more about python. > > I've made 81 'cells'...actually small canvases > > Part of my scheme to write the cells (all 81 of them in the gui) to a file > (using the the SAVE callback/button), then > restore the gui cells from

Re: The "real" name

2006-01-21 Thread André
[EMAIL PROTECTED] wrote: > I'm playing with a sudoku GUI...just to learn more about python. > > I've made 81 'cells'...actually small canvases > > Part of my scheme to write the cells (all 81 of them in the gui) to a file > (using the the SAVE callback/button), then > restore the gui cells from th

Re: The "real" name

2006-01-21 Thread Diez B. Roggisch
> Part of my scheme to write the cells (all 81 of them in the gui) to a file > (using the the SAVE callback/button), then > restore the gui cells from the contents of the saved file, which depends on > knowing the "name" of the cell with the > focus, or one (or more) which have a number. > > The

The "real" name

2006-01-21 Thread engsolnorm
I'm playing with a sudoku GUI...just to learn more about python. I've made 81 'cells'...actually small canvases Part of my scheme to write the cells (all 81 of them in the gui) to a file (using the the SAVE callback/button), then restore the gui cells from the contents of the saved file, which d