Python Forum
Tkinter Python: How to make sure tkSimpleDialog takes in No value entered
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tkinter Python: How to make sure tkSimpleDialog takes in No value entered
#4
When it is created you are using the option initialvalue=Address[n] so whatever Address[n] is will appear.
Either remove the option so the defualt empty string appears or change the value of Address[n] to answer
Reply


Messages In This Thread
RE: Tkinter Python: How to make sure tkSimpleDialog takes in No value entered - by Yoriz - Aug-05-2020, 05:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  make widgets disappear from tkinter jacksfrustration 12 6,379 Feb-06-2024, 03:58 PM
Last Post: deanhystad
  Why I am getting ModuleNotFoundError when I make an Exe file for tkinter GUI? pymn 0 2,339 Apr-01-2022, 05:36 PM
Last Post: pymn
  [Tkinter] It it possible to make a help file explorer with tkinter? Clunk_Head 0 2,764 Aug-07-2021, 06:02 PM
Last Post: Clunk_Head
  [Tkinter] tkinter.Menu – How to make text-variable? Sir 3 7,482 Mar-10-2021, 04:21 PM
Last Post: Sir
  How to make button text bold in Tkinter? scratchmyhead 2 14,972 May-16-2020, 02:53 AM
Last Post: scratchmyhead
  Make Label Text background (default color) transparent using tkinter in python barry76 1 27,955 Nov-28-2019, 10:19 AM
Last Post: Larz60+
  Tkinter - Make changes to graph and update it adriancovaci 0 7,912 Apr-08-2019, 09:02 AM
Last Post: adriancovaci
  Gtk.EntryCompletion, get all suggestions, not only beginning with entered string. TimeMen 0 2,536 Oct-08-2018, 06:44 PM
Last Post: TimeMen
  [Tkinter] Multiple frames with tkinter - How to make them run on fullscreen mode eabs86 3 19,735 Sep-20-2018, 01:27 AM
Last Post: eabs86
  [Tkinter] Entry widget : unable to get the text entered dlemper 2 20,040 Oct-11-2016, 12:32 AM
Last Post: dlemper

Forum Jump:

User Panel Messages

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