[EMAIL PROTECTED] wrote: > BTW you use 'place' and 'pack' for the label. As I understood > your supposed to use exactly ONE geometry handler for a gui element in tk. >
This really only applies to widgets which are packed/placed/gridded into the same parent container. In his example he is packing a Frame into master then placing a Label into the Frame, so there is no contention. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss