Question about Term::ANSIMenu

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Question about Term::ANSIMenu

    Hi all,

    is there a way to let Term::ANSIMenu scroll a list of selectable items if it
    is larger than the screen?

    thanks for any information

    Andreas
    Andreas von Rüden Guest

  2. Similar Questions and Discussions

    1. Life term for PDF
      It is possible in Acrobat Professional give a life term to a pdf in order to avoid have designs living forver in other computers?
    2. Term::ReadLine and ActivePerl
      In Cygwin the readline() call in the following script #!/usr/bin/perl use Term::ReadLine; use strict; use warnings; my $term = new...
    3. $TERM not set via xinetd
      Hi, I have been experimenting with xinetd as an inetd replacement on HP-UX. It works great and as expect with everything so far except this one...
    4. String question: Returning portion of string with words surrounding highlighted search term?
      I'm looking to find or create an ASP script that will take a string, examine it for a search term, and if it finds the search term in the string,...
    5. What is the term for this?
      cpliu wrote: Prolonged press to bring up a menu doesn't really have one, as the standard on Mac is generally to control-click or right-click...
  3. #2

    Default Re: Question about Term::ANSIMenu

    In article <cm6ltl$19n$00$1@news.t-online.com>, Andreas von Rüden wrote:
    >
    > is there a way to let Term::ANSIMenu scroll a list of selectable items
    > if it is larger than the screen?
    >
    I can't speak for Term::ANSIMenu, but Term::Clui handles this not by
    scrolling but by aksing the user for a substring clue; as soon as the
    search is narrow enough for the remaining options to fit on the screen
    then the choice is presented as usual.

    See [url]http://www.pjb.com.au/comp/clui.html[/url] and examples/test_script
    for how this works ...

    --

    Regards, Peter

    Peter Billam, DPIWE/ILS/CIT/Servers, hbt/lnd/l8, 6233 3061
    Peter Billam Guest

  4. #3

    Default Re: Question about Term::ANSIMenu

    Peter Billam wrote:
    > In article <cm6ltl$19n$00$1@news.t-online.com>, Andreas von Rüden wrote:
    >>
    >> is there a way to let Term::ANSIMenu scroll a list of selectable items
    >> if it is larger than the screen?
    >>
    > I can't speak for Term::ANSIMenu, but Term::Clui handles this not by
    > scrolling but by aksing the user for a substring clue; as soon as the
    > search is narrow enough for the remaining options to fit on the screen
    > then the choice is presented as usual.
    >
    > See [url]http://www.pjb.com.au/comp/clui.html[/url] and examples/test_script
    > for how this works ...
    >
    Thank you for the hint, but asking for a substring clue is not wanted in
    this case, because all items should be readable at (almost) the same time,
    so scrolling would be perfect.

    cu

    Andreas
    Andreas von Rüden Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139