[Tutor] Retrieving Data from Pmw.EntryFeild

Sampath Girish girishmsampath at gmail.com
Wed May 13 11:08:51 CEST 2009


Ok.... Now i have one more target to reach. I need to add 1st and 3rd fields
in both the rows and place it in fourth column. Can u give me any example?

On Tue, May 12, 2009 at 7:51 PM, Kent Johnson <kent37 at tds.net> wrote:

> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090513/83d33f21/attachment.htm>


More information about the Tutor mailing list