Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: TKinter Widget Attribute and Method Quick Reference
Post: RE: TKinter Widget Attribute and Method Quick Refe...

I updated the file and included some more attributes I found. I do have a question. I found info on attributes class and class_ and from and from_ . Are class and class_ the same and from and from_...
zunebuggy GUI 3 939 Oct-15-2023, 05:49 PM
    Thread: TKinter Widget Attribute and Method Quick Reference
Post: RE: TKinter Widget Attribute and Method Quick Refe...

Thank you. I will make that change.
zunebuggy GUI 3 939 Oct-15-2023, 12:26 PM
    Thread: TKinter Widget Attribute and Method Quick Reference
Post: TKinter Widget Attribute and Method Quick Referenc...

I made this from compiled data from 3 different Python sites. I find these just as useful as tutorial sites. I thought I'd share. I hope someone else just starting out finds it useful. If you see a...
zunebuggy GUI 3 939 Oct-14-2023, 08:27 PM
    Thread: 'NoneType' object has no attribute 'get'
Post: RE: 'NoneType' object has no attribute 'get'

Cool! I was just playing around with Encrypt/Decrypt buttons, but this is a great demo.
zunebuggy GUI 8 1,546 Oct-13-2023, 06:39 PM
    Thread: 'NoneType' object has no attribute 'get'
Post: RE: 'NoneType' object has no attribute 'get'

Thank you. That worked. Thanks everyone for explaining it and for the examples. It is helping me a lot. I am beginning to really appreciate Python for being fairly easy (bit of a learning curve for...
zunebuggy GUI 8 1,546 Oct-13-2023, 05:43 PM
    Thread: 'NoneType' object has no attribute 'get'
Post: RE: 'NoneType' object has no attribute 'get'

I changed the last button lines to: btn4 = tk.Button(root, text='Copy') btn4['command'] = copy btn4.pack(side='left', fill='x', padx=8, pady=8) but it still did not work.
zunebuggy GUI 8 1,546 Oct-13-2023, 05:25 PM
    Thread: 'NoneType' object has no attribute 'get'
Post: RE: 'NoneType' object has no attribute 'get'

You answer did help me on best practices, but it did not answer how to: 1. Have a text Entry box. 2. Enter text into the text Entry box. 3. Display the text entered into the text Entry box using .get...
zunebuggy GUI 8 1,546 Oct-13-2023, 05:19 PM
    Thread: 'NoneType' object has no attribute 'get'
Post: 'NoneType' object has no attribute 'get'

I used to develop in VB 6 and am new to Python. I am finding it to be very powerful but a little difficult to debug at times. I am going through some very basic beginner tutorials on YouTube. I hav...
zunebuggy GUI 8 1,546 Oct-13-2023, 04:26 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020