Python Forum
[Tkinter] !finddialog problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] !finddialog problem
#3
if __name__ == '__main__':
    root = Tk()
    root.title = 'Text'
    MainApplication(root).pack(side = TOP, fill = BOTH, expand = True)
    root.geometry('1250x850')
    root.iconbitmap('icons/icon.ico')
    root.mainloop()

I found the error, it was 3rd line  - root.title('Text')
Reply


Messages In This Thread
!finddialog problem - by Maryan - Oct-10-2020, 06:38 PM
RE: !finddialog problem - by Larz60+ - Oct-11-2020, 12:59 AM
RE: !finddialog problem - by Maryan - Oct-11-2020, 10:56 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020