japskar
Programmer
- Feb 13, 2002
- 27
I'm trying to insert a rather large line of text in a tk_dialog, but a tk_dialog can't expand to the size of my text. Instead, it wraps the text so that it fits inside a predefined textarea. Very annoying, because I have newline character at the end of each line.
Does anyone have a workaround for this?
I do need the local-grab and icon option, so placing my text in a "text" widget is not exactly what I want.
e.g.
tk_dialog .td {title} {this is a rather long line of text that has to fit in my tk_dialog without linewrapping} {} 0 {ok} {cancel} {try again}
best regards,
Jasper van Dijk
Does anyone have a workaround for this?
I do need the local-grab and icon option, so placing my text in a "text" widget is not exactly what I want.
e.g.
tk_dialog .td {title} {this is a rather long line of text that has to fit in my tk_dialog without linewrapping} {} 0 {ok} {cancel} {try again}
best regards,
Jasper van Dijk