Python Forum
[Tkinter] newbie with python and tkinter
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] newbie with python and tkinter
#6
Hi pat

Try the following:
    def creat(self):
        print("create")
        self.widget = ttk.Progressbar(self.my_app.main_frame  ,
            orient="horizontal", length=200, mode="determinate")
        self.widget.pack(pady=4)
wuf ;-)
Reply


Messages In This Thread
newbie with python and tkinter - by pat - Jun-26-2018, 07:50 AM
RE: newbie with python and tkinter - by wuf - Jun-26-2018, 01:57 PM
RE: newbie with python and tkinter - by pat - Jun-26-2018, 02:38 PM
RE: newbie with python and tkinter - by wuf - Jun-26-2018, 03:44 PM
RE: newbie with python and tkinter - by pat - Jun-26-2018, 05:53 PM
RE: newbie with python and tkinter - by wuf - Jun-26-2018, 06:31 PM
RE: newbie with python and tkinter - by pat - Jun-26-2018, 07:11 PM
RE: newbie with python and tkinter - by wuf - Jun-26-2018, 07:18 PM
RE: newbie with python and tkinter - by pat - Jun-26-2018, 07:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Python Newbie MartyH 6 2,877 May-13-2020, 07:07 PM
Last Post: MartyH
  Newbie question with Tkinter Entry mariolopes 2 2,363 Oct-12-2019, 11:02 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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