in reply to Re: [Tkx] Buffering/Updating issue for text element
in thread [Tkx] Buffering/Updating issue for text element

By widget you mean whole window or only text box? For text box ($txt_processed_domains->update;)
bad option "update": must be bbox, cget, compare, configure, count, de +bug, delete, dlineinfo, dump, edit, get, image, index, insert, mark, +peer, replace, scan, search, see, tag, window, xview, or yview
For window ($mw->update;):
bad option "update": must be cget or configure

Replies are listed 'Best First'.
Re^3: [Tkx] Buffering/Updating issue for text element
by Anonymous Monk on Aug 27, 2010 at 10:41 UTC
    That was perl-Tk-ism, for Tkx apparently it is Tkx::update();