Thanks, that fixed it (well, after a bit of fudging -- I had to change the widget to be based on a Filler so that MainLoop could point to it). I appreciate the help.
Now, I'm going to impose a bit and ask: why'd it work? Maybe I'm not quite understanding what the Overlay is for. While I'm pestering, what about PopUpLauncher? Is it just an abstraction of Overlay or is something else going on? ...ct On Sun, Jan 13, 2013 at 11:09 AM, Ian Ward <[email protected]> wrote: > 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 > >
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
