Hey guys,
I am having some trouble getting my head around tkinter at the moment. I am new to programming and have been using python for about 2 months now.
The problem I am having is with RadioButtons. I have a set of radio buttons numbered 1-9 and I can select any number with a mouse left click(this part works fine) and I want to be able to click on my grid canvas(9 rows 9 columns) I have made and place the selected RadioButton number in the grid.
My main question I spose is.. do I have to make an event for every time I click in a different box(x,y position) in my grid? Or do I tag the create.line code that I made the grid with?
BTW I made the grid in the slow newbie way with create line over and over again :S don't know if this makes any difference to the tagging of the x,y co ords.
Sorry if this doesn't make to much sense..trying to get my head around this all day.
Thanks for any help you can give me.