Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: Key Binding Problem Date: Thu, 24 Mar 2016 21:43:26 -0400 Organization: IISS Elusive Unicorn Lines: 29 Message-ID: References: <06adnbnMouHI027LnZ2dnUU7-XednZ2d@giganews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de MMjAY3BVPcjz9h4sM0aFeQ0bsGY9c6NHCLBr7H233NLQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'throw': 0.09; 'python': 0.10; 'thu,': 0.15; '2016': 0.16; 'file).': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:Problem': 0.16; 'url:home': 0.18; 'gui': 0.18; 'thanks.': 0.18; 'library': 0.20; 'tkinter': 0.22; 'player': 0.23; 'written': 0.24; "i've": 0.25; 'header:X-Complaints-To:1': 0.26; '-0500,': 0.29; "i'm": 0.30; "i'd": 0.31; "can't": 0.32; 'though,': 0.32; 'maybe': 0.33; 'done': 0.35; 'quite': 0.35; 'but': 0.36; 'list,': 0.36; '(and': 0.36; 'framework': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'mailing': 0.38; 'application': 0.39; 'to:addr:python.org': 0.40; 'engine': 0.62; 'mar': 0.65; 'believe': 0.66; 'python-list': 0.66; 'decided': 0.66; 'investment': 0.67; 'study': 0.70; 'manual,': 0.84; 'that)': 0.84; 'dennis': 0.91; 'graphical': 0.91; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-73-117-233.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105675 On Thu, 24 Mar 2016 11:19:52 -0500, Wildman via Python-list declaimed the following: > >I believe I understand. Thanks. If you can't tell, I'm new to >Python so the learning process is on-going. And you decided to throw in a GUI framework at the same time... I've only written one program using Tkinter (and I stuck the old PMW library on top of that) -- it was quite horrid of a program. I have used the file-requester in a few others though, but that is a stand-alone widget/dialog. My only other GUI experience is a rudimentary "Jeopardy" framework (called Jeparody -- did not include timers and player buttons) done on a whim for an investment mailing list, using VB6... And a significant application in which I emulated the display features of a Ramtek 9300 graphics engine using DECWindows with Graphical Kernel System on top (and no "GUI Builder" -- just a hand-written GUI description file). I'd recommend going through the Python Tutorial, study the standard types in the Library manual, and maybe skim through the Python Reference... THEN maybe consider a GUI... -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/