Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40589
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <esj@harvee.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'one?': 0.05; 'classes.': 0.07; 'medical,': 0.09; 'sub': 0.09; 'gregory': 0.16; 'sdk': 0.16; 'subject:GUI': 0.16; 'subject:simple': 0.16; 'wrote:': 0.17; 'windows': 0.19; '(not': 0.20; 'versions': 0.20; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'supported': 0.26; 'vendor': 0.27; "doesn't": 0.28; 'class': 0.29; 'classes': 0.30; 'window': 0.30; '11,': 0.33; 'controls': 0.33; 'to:addr:python- list': 0.33; 'text': 0.34; 'eric': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'but': 0.36; '12,': 0.36; 'subject:: ': 0.38; 'supports': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'enable': 0.60; 'want,': 0.65; 'kits': 0.84; 'speech': 0.84 |
| X-Virus-Scanned | amavisd-new at harvee.org |
| X-Virus-Scanned | amavisd-new at harvee.org |
| Date | Tue, 05 Mar 2013 20:35:43 -0500 |
| From | Eric Johansson <esj@harvee.org> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 |
| MIME-Version | 1.0 |
| To | python-list@python.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> |
| In-Reply-To | <apncppFru7U1@mid.individual.net> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2919.1362533751.2939.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1362533751 news.xs4all.nl 6899 [2001:888:2000:d::a6]:48685 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:40589 |
Show key headers only | View raw
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