Re: [Tkinter-discuss] thicker lines

2006-04-04 Thread Stewart Midwinter
I see that you are drawing a 9x9 grid of buttons to make your sudoku game. BUT, sudoku is in fact composed of a grid of 3x3 boxes, each of which contains a 3x3 grid of buttons. Isn't that right? my suggestion would be to use the grid method to place 3x3 frames, each of which can have a solid, thic

[Tkinter-discuss] thicker lines

2006-04-04 Thread Pavel Kosina
I would like to ask for bright and simple idea how to draw thicker lines between each 3 fields in this grid. Its about sudoku so the slines should be there 4: 2 horizontaly a 2 vertikaly and maybe one around. Some idea is already present with me but its quite complicated. from Tkinter import *

[Tkinter-discuss] canvas binding

2006-04-04 Thread fxe
Hi, Is it possible to have a both a rectangle and an oval drawn on the same canvas yet only have bindings work on the rectangle. I would think it is possible but I seem to be having a big problem with this. -- View this message in context: http://www.nabble.com/canvas-binding-t1395201.html#a375