in reply to Re: Updating the same line Text Widget
in thread Updating the same line Text Widget

When using 'startline.end' there is a Tk Error that the index is bad

Replies are listed 'Best First'.
Re^3: Updating the same line Text Widget
by jethro (Monsignor) on Oct 20, 2010 at 15:31 UTC
    Then maybe 'startline' is nothing legal. I only found 'linestart' in the docu. 'end linestart' could actually work to mean the start of the last line in a text, if I read the documentation correctly

    If not, try something like '1.0' or 'x.0' with x the line number of the line where your filesize is put in the text widget