http://www.perlmonks.org?node_id=857651


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

If you want your widgets to change while in callbacks, you have to update, ie $widget->update

Replies are listed 'Best First'.
Re^2: [Tkx] Buffering/Updating issue for text element
by Gangabass (Vicar) on Aug 27, 2010 at 10:23 UTC
    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
      That was perl-Tk-ism, for Tkx apparently it is Tkx::update();