in reply to weird problem inserting an array into a Tk text widget
So possibly an unquoted array is interpreted as a set of char-tag pairs, so the tags (even numbers) don't get printed.If multiple chars-tagList argument pairs are present, they produce the same effect as if a separate insert widget command had been issued for each pair, in order. The last tagList argument may be omitted.
First time I saw that glitch. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: weird problem inserting an array into a Tk text widget
by vkon (Curate) on Oct 16, 2008 at 13:16 UTC |