Robert
Results
2
issues of
Robert
Default icon is always automatically set in `__init__ ` method of Toplevel **TWICE** after 200 msec after creation. It is called correctly in the end of `__init__` method when you...
I prefer my GUI to be always on top by adding '-topmost' attribute (example `self.root.attributes('-topmost', True)`). In this case tooltip appears to be behind the main window and you don't...