rameshbhats
Technical User
Hi All,
I am failrly new to TCL/TK. But I am trying something like this:
I have a file with following data:
John
David
Ken
Henry
I want to read above file & create label, entry widgets like in following way against each name mentioned in above file:
Name:<show name using label widget> Past experience:<Entry form using entry widget>
Finally a button widget to save all the entry entered.
I am trying in following way:
Read the file, & store names in a list
& using for loop, first create a frame, then create label, entry widget & pack in the frame
So there will be one frame per name.
The above way of impelementation worked so far.
But when the number of names increased, the window hieght is long & I am not able to see all the names. So I thought of putting scolling facility But so far I am not able to find(understood) a easy way. Can any body please suggest?
Thanks in advance
Ramesh
I am failrly new to TCL/TK. But I am trying something like this:
I have a file with following data:
John
David
Ken
Henry
I want to read above file & create label, entry widgets like in following way against each name mentioned in above file:
Name:<show name using label widget> Past experience:<Entry form using entry widget>
Finally a button widget to save all the entry entered.
I am trying in following way:
Read the file, & store names in a list
& using for loop, first create a frame, then create label, entry widget & pack in the frame
So there will be one frame per name.
The above way of impelementation worked so far.
But when the number of names increased, the window hieght is long & I am not able to see all the names. So I thought of putting scolling facility But so far I am not able to find(understood) a easy way. Can any body please suggest?
Thanks in advance
Ramesh