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

2022-06-18 Thread Peter J. Holzer
On 2022-06-17 19:47:38 -0700, Rich Shepard wrote:
> On Fri, 17 Jun 2022, Dennis Lee Bieber wrote:
> 
> > > ContactNameInput, 'lname',
> > > ContactNameInput, 'fname',
> 
> This works if a tk.labelframe is where the widget is placed. In my case, as
> MRAB taught me, the proper syntax is
>   self,'lname'...

There is a comma (U+002C) here ...

>   self.'fname'...

And a dot (U+002E) here.

I don't think this is correct.

I would also recommend to always add a space after a comma.

hp

-- 
   _  | Peter J. Holzer| Story must make more sense than reality.
|_|_) ||
| |   | [email protected] |-- Charles Stross, "Creative writing
__/   | http://www.hjp.at/ |   challenge!"


signature.asc
Description: PGP signature
-- 
https://mail.python.org/mailman/listinfo/python-list


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

2022-06-18 Thread Rich Shepard

On Sat, 18 Jun 2022, Peter J. Holzer wrote:


There is a comma (U+002C) here ...
And a dot (U+002E) here.


That was a typo when I wrote the message. And I usually add a space after
commas and surrounding equal signs, all for easier reading.

Thank you,

Rich
--
https://mail.python.org/mailman/listinfo/python-list