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

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

  • Comment on Re^3: Updating the same line Text Widget