Ideal wären für meinen aktuellen Fall Spinboxen oder Comboboxen, aber ein einfaches Entry würde es notfalls auch tun.
In Tk würde ich dafür DialogBox nehmen. Im Reference Manual unter
http://www.tcl.tk/man/tcl8.5/TkCmd/dialog.htm habe ich tk_dialog gefunden. Die Optionen sehen sehr ähnlich zu denen von DialogBox aus:
QuoteNAME
tk_dialog - Create modal dialog and wait for response
SYNOPSIS
tk_dialog window title text bitmap default string string ...
Aber aus der Beschreibung von
window werde ich nicht klug:
window
Name of top-level window to use for dialog. Any existing window by this name is destroyed.
Wieso top-level window? Und warum wird es zerstört?
Ich hoffe, mir kann jemand Klarheit verschaffen. Dies ist mein erster Versuch mit Tkx.
Gruß
GUIfreund