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 <ken...@tds.net> wrote: > On Tue, May 12, 2009 at 9:48 AM, Sampath Girish > <girishmsamp...@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. >
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor