On Jan 13, 2013 10:15 AM, "Christopher Trudeau" <[email protected]> wrote: > def show_overlay(): > text = urwid.Text(POPUP_TEXT) > pile = urwid.Pile([text, ]) > urwid.Overlay(pile, outer, 'center', 50, 'middle', 50)
Try replacing the last line with loop.widget = urwid.Overlay(pile, outer,...) Ian
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
