Hello,
I can't find the dialog widget in ltk. I can find message-box, ask-yesno, ask-okcancel and do-msg. But I can't find a dialog box where I can put e.g an entry to ask the user for additional information.
Am I missing something? Any hints?
Looks like TK doesn't have a dialog box that does what you need, and doesn't have a special widget for creating dialog boxes, so you'll have to roll your own (which means implementing any missing bits of ltk). There are some examples around[1][2].
[1] http://wiki.tcl.tk/3541 [2] http://wiki.tcl.tk/8692
On Sat, Dec 14, 2013 at 2:58 PM, Josef Wolf jw@raven.inka.de wrote:
Hello,
I can't find the dialog widget in ltk. I can find message-box, ask-yesno, ask-okcancel and do-msg. But I can't find a dialog box where I can put e.g an entry to ask the user for additional information.
Am I missing something? Any hints?
-- Josef Wolf jw@raven.inka.de