Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Pascal is not a high-level language. -- Steven Feiner


devel / comp.lang.python / Re: Tkinter module test: widget class not inserted in application frame

SubjectAuthor
o Re: Tkinter module test: widget class not inserted in applicationRich Shepard

1
Re: Tkinter module test: widget class not inserted in application frame

<mailman.643.1655492061.20749.python-list@python.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=18634&group=comp.lang.python#18634

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: rshep...@appl-ecosys.com (Rich Shepard)
Newsgroups: comp.lang.python
Subject: Re: Tkinter module test: widget class not inserted in application
frame
Date: Fri, 17 Jun 2022 11:54:19 -0700 (PDT)
Lines: 42
Message-ID: <mailman.643.1655492061.20749.python-list@python.org>
References: <fdaa17b-5836-be36-4033-6d2c9baf9a5@appl-ecosys.com>
<e1e641ce-5c41-583c-df66-8775ccc40533@mrabarnett.plus.com>
<932a792-96cd-4e62-306d-5ff48b352336@appl-ecosys.com>
<fb45b929-dcbe-48f4-8bd6-5237ea2610fb@mrabarnett.plus.com>
<12769364-9f5f-4574-9c45-164e5e666e13@appl-ecosys.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
X-Trace: news.uni-berlin.de TJOSsHH7TZuRaEIPt0CaNABcyTNKA5WPQyl2WOxuSqaA==
Return-Path: <rshepard@appl-ecosys.com>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.001
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'this:': 0.03;
'subject:module': 0.07; 'subject:class': 0.09; 'subject:not':
0.09; 'subject:test': 0.09; 'then.': 0.09; '2022,': 0.16;
'examples,': 0.16; 'from:addr:appl-ecosys.com': 0.16;
'from:addr:rshepard': 0.16; 'from:name:rich shepard': 0.16;
'received:50.126': 0.16; 'received:50.126.108': 0.16;
'received:50.126.108.78': 0.16; 'received:appl-ecosys.com': 0.16;
'received:mail.appl-ecosys.com': 0.16; 'subject:application':
0.16; 'wrote:': 0.16; 'to:addr:python-list': 0.20; 'fri,': 0.22;
'jun': 0.26; "i'll": 0.33; 'header:In-Reply-To:1': 0.34; 'also,':
0.36; 'fix': 0.36; 'alan': 0.40; 'should': 0.40;
'received:localhost.localdomain': 0.76; 'received:localdomain':
0.81; 'subject: \n ': 0.84; 'views.': 0.91
In-Reply-To: <fb45b929-dcbe-48f4-8bd6-5237ea2610fb@mrabarnett.plus.com>
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://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: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <12769364-9f5f-4574-9c45-164e5e666e13@appl-ecosys.com>
X-Mailman-Original-References: <fdaa17b-5836-be36-4033-6d2c9baf9a5@appl-ecosys.com>
<e1e641ce-5c41-583c-df66-8775ccc40533@mrabarnett.plus.com>
<932a792-96cd-4e62-306d-5ff48b352336@appl-ecosys.com>
<fb45b929-dcbe-48f4-8bd6-5237ea2610fb@mrabarnett.plus.com>
 by: Rich Shepard - Fri, 17 Jun 2022 18:54 UTC

On Fri, 17 Jun 2022, MRAB wrote:

> This:
>
> self.inputs['Last name'] = cc.LabelInput(
> ContactNameInput, 'lname',
> input_class = ttk.Entry,
> input_var = tk.StringVar()
> )
>
> should be this:
>
> self.inputs['Last name'] = cc.LabelInput(
> self, 'lname',
> input_class = ttk.Entry,
> input_var = tk.StringVar()
> )
>
> Also, this:
>
> self.inputs['First name'] = cc.LabelInput(
> ContactNameInput, 'fname',
> input_class = ttk.Entry,
> input_var = tk.StringVar()
> )
>
> should be this:
>
> self.inputs['First name'] = cc.LabelInput(
> self, 'fname',
> input_class = ttk.Entry,
> input_var = tk.StringVar()
> )

MRAB,

Ah! I must have misread Alan Moore's examples, then. I'll need to fix all my
views.

Thank you,

Rich

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor