Ask a Question related to PERL Modules, Design and Development.
-
Andreas von Rüden #1
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
-
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? -
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... -
$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... -
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,... -
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... -
Peter Billam #2
Re: Question about Term::ANSIMenu
In article <cm6ltl$19n$00$1@news.t-online.com>, Andreas von Rüden wrote:
I can't speak for Term::ANSIMenu, but Term::Clui handles this not by>
> is there a way to let Term::ANSIMenu scroll a list of selectable items
> if it is larger than the screen?
>
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
-
Andreas von Rüden #3
Re: Question about Term::ANSIMenu
Peter Billam wrote:
Thank you for the hint, but asking for a substring clue is not wanted in> In article <cm6ltl$19n$00$1@news.t-online.com>, Andreas von Rüden wrote:> I can't speak for Term::ANSIMenu, but Term::Clui handles this not by>>
>> is there a way to let Term::ANSIMenu scroll a list of selectable items
>> if it is larger than the screen?
>>
> 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 ...
>
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



Reply With Quote

