[Tutor] Retrieving Data from Pmw.EntryFeild

Kent Johnson kent37 at tds.net
Tue May 12 16:21:47 CEST 2009


On Tue, May 12, 2009 at 9:48 AM, Sampath Girish
<girishmsampath at gmail.com> wrote:
> Thank you Mr Kent for giving me reply. I've done with that this afternoon.
> Now i got one more hurdle to cross. I need to take that data row wise and
> add it to a grid of same size.
>          For example i retrieved the entire data into a list as you said.
> Now i have to add it in the form of a grid(Its widget format is
> Tkinter.Label). i.e., I have to retrieve it from EntryField and place it in
> Tkinter.Label.
>          I got stuck at that step. Hope u got my bug and be helpful to reach
> this step. So my part would be great here.

This should be just another nested for loop. Inside the loop you can
read from the EntryField and write to the Label.

Kent

PS Please Reply All to reply to the list.


More information about the Tutor mailing list