I see the problem here is that Tkinter "optionmenu" widgets don't scroll, so if you have a *lot* of tags, they won't all fit on the screen. I'm going to have to do address tag selection some other way, possibly by opening a new window with a list box, or dynamically inserting a list box to the right of the menu.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see the problem here is that Tkinter "optionmenu" widgets don't scroll, so if you have a *lot* of tags, they won't all fit on the screen. I'm going to have to do address tag selection some other way, possibly by opening a new window with a list box, or dynamically inserting a list box to the right of the menu.