* speakup and dialog
@ Donald Raikes
` Willem van der Walt
` Kirk Reiser
0 siblings, 2 replies; 6+ messages in thread
From: Donald Raikes @ UTC (permalink / raw)
To: speakup (speakup@braille.uwo.ca)
Hello,
I am wondering if it is possible to use the dialog package with speakup.
I want to create several shell scripts that present information and ask for choices/input via the dialog package, however, I have discovered that speakup doesn't seem to work very well with ncurses packages in general like dialog.
Any tips on how to configure either dialog or speakup to make them work well together would be appreciated.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speakup and dialog
speakup and dialog Donald Raikes
@ ` Willem van der Walt
` Kirk Reiser
1 sibling, 0 replies; 6+ messages in thread
From: Willem van der Walt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
You might be able to use dialog with highlight tracking enabled in
speakup.
I use lots of ncurses packages with speakup without problems, but in most
cases, with some configuration changes to the package.
On Thu, 12 Nov 2009, Donald Raikes wrote:
> Hello,
>
>
>
> I am wondering if it is possible to use the dialog package with speakup.
>
> I want to create several shell scripts that present information and ask for choices/input via the dialog package, however, I have discovered that speakup doesn't seem to work very well with ncurses packages in general like dialog.
>
>
>
> Any tips on how to configure either dialog or speakup to make them work well together would be appreciated.
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for their support.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speakup and dialog
speakup and dialog Donald Raikes
` Willem van der Walt
@ ` Kirk Reiser
` Chris Brannon
1 sibling, 1 reply; 6+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
It has been a long time since I did very much bash script programming
so I'm not sure of the current state of dialog. The problem is that a
lot of curses based programs do not automatically use the show cursor
mode of ncurses so speakup has nothing to track. You can either
explore dialog for a configuration setting to have the cursor shown or
use a package such as libnewt or whiptail which both have pretty good
show cursor modes. My guess is however that dialog probably does have
a show cursor mode if you hunt for it.
On Thu, 12 Nov 2009, Donald Raikes wrote:
> Hello,
>
>
>
> I am wondering if it is possible to use the dialog package with speakup.
>
> I want to create several shell scripts that present information and ask for choices/input via the dialog package, however, I have discovered that speakup doesn't seem to work very well with ncurses packages in general like dialog.
>
>
>
> Any tips on how to configure either dialog or speakup to make them work well together would be appreciated.
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speakup and dialog
` Kirk Reiser
@ ` Chris Brannon
` Steve Holmes
0 siblings, 1 reply; 6+ messages in thread
From: Chris Brannon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Kirk Reiser wrote:
> My guess is however that dialog probably does have
> a show cursor mode if you hunt for it.
Here's the ticket, I think.
export DIALOGOPTS='--visit-items'
And then run the program that uses dialog.
Suggested to me by Tyler S.
-- Chris
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speakup and dialog
` Chris Brannon
@ ` Steve Holmes
` Garrett Klein
0 siblings, 1 reply; 6+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
"I think," you say? Well let me clarify here. This is exactly what we
want! I just tried this out with my script I use for copying selected
talking books to my Victor Reader Stream and the thing is beautiful
now.
For even more details about this option, look at the man page for
dialog and look for --visit-items and also look for DIALOGOPTS.
Looking this items up will give you the full story.
Thanks Chris, for the suggestion. I have added to my .profile for
permenant use.
On Fri, Nov 13, 2009 at 07:06:09AM -0600, Chris Brannon wrote:
> Kirk Reiser wrote:
> > My guess is however that dialog probably does have
> > a show cursor mode if you hunt for it.
>
> Here's the ticket, I think.
> export DIALOGOPTS='--visit-items'
> And then run the program that uses dialog.
> Suggested to me by Tyler S.
>
> -- Chris
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREDAAYFAkr98ZIACgkQWSjv55S0LfHhPgCg7NvC4WuKBAAAGouUlpGCkK8M
WvQAn2fdFv/D20OnGXFAsn+hcMq5CN1E
=3OOe
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speakup and dialog
` Steve Holmes
@ ` Garrett Klein
0 siblings, 0 replies; 6+ messages in thread
From: Garrett Klein @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
You have a text-based victor reader stream frontend? I'm interested ...
Garrett
Steve Holmes wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> "I think," you say? Well let me clarify here. This is exactly what we
> want! I just tried this out with my script I use for copying selected
> talking books to my Victor Reader Stream and the thing is beautiful
> now.
>
> For even more details about this option, look at the man page for
> dialog and look for --visit-items and also look for DIALOGOPTS.
> Looking this items up will give you the full story.
>
> Thanks Chris, for the suggestion. I have added to my .profile for
> permenant use.
>
> On Fri, Nov 13, 2009 at 07:06:09AM -0600, Chris Brannon wrote:
>> Kirk Reiser wrote:
>>> My guess is however that dialog probably does have
>>> a show cursor mode if you hunt for it.
>> Here's the ticket, I think.
>> export DIALOGOPTS='--visit-items'
>> And then run the program that uses dialog.
>> Suggested to me by Tyler S.
>>
>> -- Chris
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEAREDAAYFAkr98ZIACgkQWSjv55S0LfHhPgCg7NvC4WuKBAAAGouUlpGCkK8M
> WvQAn2fdFv/D20OnGXFAsn+hcMq5CN1E
> =3OOe
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
speakup and dialog Donald Raikes
` Willem van der Walt
` Kirk Reiser
` Chris Brannon
` Steve Holmes
` Garrett Klein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).