I'm running into a problem where a call like:
$text->delete("1.0","end");
(where $text is a valid Text widget)
hangs my script. Has anyone run into this before? The text contains several thousand lines with as many as ~1000 characters per line. Each line may contain multiple tags as well.
I'm 100% positive that the hang-up is coming during the call to delete. (i.e. I'm using $| = 1)
Any ideas?