Python Forum
Scoll widget help
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scoll widget help
#6
Quote:I am quite new to this programming language and I have a strong desire to become proficient with python but getting good information that is easily understood without a lot of subtext which is not relevant to specifics in a question is hard to find when looking up information online at times... some places are worse than others.

I know the frustration you feel about getting a lot of subtext. Sometimes finding how to use the most elementary commands can bring a dissertation on the subject when looking for just the facts. However it can also be just as frustrating to get an explanation that's missing the details.

So for tkinter, here's a (the best, even though not recent) reference that is outstanding. All the facts needed, without the fluff:
http://infohost.nmt.edu/tcc/help/pubs/tk...index.html
and pdf version here: http://www.nmt.edu/tcc/help/pubs/tkinter/tkinter.pdf

You will find what you need with all the important (and necessary in programming) details for writing a tkinter application.

I also point you to an application which I wrote that uses scrollbars: https://github.com/Larz60p/CaliforniaPublicSalaries
It's only two modules, and you can see how the scrollbars are used. Module: CaCompGui.py, see method: create_frame3, widgets tree_down_scrolly and tree_down_scrollx

I think you probably want to use tk.Frame, and not LabelFrame
Reply


Messages In This Thread
Scoll widget help - by DT2000 - Jul-26-2018, 02:07 AM
RE: Scoll widget help - by Larz60+ - Jul-26-2018, 02:56 AM
RE: Scoll widget help - by DT2000 - Jul-27-2018, 12:30 AM
RE: Scoll widget help - by Larz60+ - Jul-27-2018, 03:19 AM
RE: Scoll widget help - by DT2000 - Dec-21-2018, 07:20 AM
RE: Scoll widget help - by Larz60+ - Dec-21-2018, 10:54 AM

Forum Jump:

User Panel Messages

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