I have a simpledialog.askstring('x','Input number of stars to award the category:\t\t\t') x is the category name. I would like the simpledialog that pops up to have a different background color. Also I would like to control where the pop up appears on the screen because it sometimes appears behind other python forms.
At this point I am trying to do as much research about using the simpledialog functionality
I do not know how to set, where the pop up appears on screen, but for the backgroun color you could subclass
simpledialog.Dialog: