Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40589
| Date | 2013-03-05 20:35 -0500 |
|---|---|
| From | Eric Johansson <esj@harvee.org> |
| Subject | Re: simple GUI environment |
| References | <mailman.2888.1362494803.2939.python-list@python.org> <kh50uo$2ej$1@dont-email.me> <513609E2.30403@timgolden.me.uk> <mailman.2898.1362505513.2939.python-list@python.org> <apncppFru7U1@mid.individual.net> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2919.1362533751.2939.python-list@python.org> (permalink) |
On 3/5/2013 6:18 PM, Gregory Ewing wrote: > Eric Johansson wrote: >> the only thing that would make it better is if either of these kits >> used standard Rich text edit controls under Windows so I can speech >> enable these applications. > > PyGUI's TextEditor is based on the rich edit control in > Windows. It doesn't currently expose all of its capabilities, > but if speech is all you want, it might be sufficient. Do you know which one? http://www.section508.va.gov/docs/Dragon_Naturally_Speaking_Apps.pdf (copied from the PDF, apologies for the crappy formatting) Use supported window classes for edit controls. Dragon 10 supports the following control classes. (Borland controls, TE Edit, and TX Text are supported only in Professional, Medical, Legal, and SDK editions of Dragon.) Vendor Control Class Microsoft Edit, Rich Edit, Rich Edit20A, RichEdit20W, Rich Edit50W, Inktextbox, Inkedit, RichTextBox .NET controls Borland TMemo, TEdit, TRichEdit Sub Systems TE Edit versions 10, 11, 12, 13, 14, 15 (not TE Edit .NET) Text Control TX Text versions 10, 11, 12, 13, 14 and TX Text .NET
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 09:20 -0500
Re: simple GUI environment Kevin Walzer <kw@codebykevin.com> - 2013-03-05 09:55 -0500
Re: simple GUI environment Tim Golden <mail@timgolden.me.uk> - 2013-03-05 15:06 +0000
Re: simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 12:45 -0500
Re: simple GUI environment Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-03-06 12:18 +1300
Re: simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 20:35 -0500
Re: simple GUI environment Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-03-06 18:08 +1300
csiph-web