Actually, I found those modules last night. *Very* nice, high level interface to widgets. I think it's going to let me accomplish what I need. I havn't had a chance to pick at the module yet but it should contain all I really need to know about Curses at this point.

One question (since you're familure):
Is there a way to use the bind method to capture arrow keys? That would allow a context box for list_box's that could display based on the selected field. I tried KEY_UP, etc. but it behaved as I feared it would (K, E, Y, _, U, P where assigned as the bound keys).
If I added the regex when adding the widget to the forms, it didn't seem to pass the reference to the object state as Mod_Own does.

In reply to RE: Re: Curses Help by $ENV{REMOTE_USER}
in thread Curses Help by $ENV{REMOTE_USER}

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.