Emeka wrote:
> for i,cha in enumerate(wordi):
>
> label = Label(root, image=photoimage, text = cha)
> label.grid(row=1, column=i, columnspan=1, rowspan=1,sticky=W+E+N+S,
> padx=0, pady=1)
> label1 = Label(root, image=IMAGE)
>
> I used grid ... Though I used labels, I was dealing on
for i,cha in enumerate(wordi):
label = Label(root, image=photoimage, text = cha)
label.grid(row=1, column=i, columnspan=1, rowspan=1,sticky=W+E+N+S,
padx=0, pady=1)
label1 = Label(root, image=IMAGE)
I used grid ... Though I used labels, I was dealing only on character level.
So for
Excerpts from Emeka's message of Sun Jul 24 02:56:02 -0400 2011:
> Hello All,
>
> I am putting up a simple game .. the game is about manipulation. If the gets
> through level one ... I have to change the word with another...
>
> Am I going to destroy level window and build level 2 or is there a w