I'm new to Tkinter. I need a drop down box to display a selection list to an end user. It appears the best option for this is "OptionMenu" (If not, please suggest other options). I have it working like we want except for one thing, after selecting something from the list and closing the list, the text is centered in the window. We have some very long lines of text to choose from. When the choice is made we would like the chosen text to be left justified in the window. I've tried ever option I can find, but the text remains centered. Any assistance will be appreciated.
Thank you Gary
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss