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: 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 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: <513609E2.30403@timgolden.me.uk> In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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