Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
strange python3 issue
#2
on canvas1.py, you specify the size of the canvas, size 200 x 100:
w = Canvas(master, width=200, height=100)
on window_class.py, you are placing everything on the root window, so it has size 640 x 480
Reply


Messages In This Thread
strange python3 issue - by tony1812 - Sep-06-2018, 12:07 AM
RE: strange python3 issue - by Larz60+ - Sep-06-2018, 01:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange issue with tkcalendar dady 1 1,002 Apr-04-2023, 08:19 PM
Last Post: dady
  Type conversion issue while using Descriptor in Python3 mailnsuresh 1 2,868 May-07-2020, 12:26 PM
Last Post: deanhystad
  Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ? muratoznnnn 3 4,932 Nov-07-2019, 05:47 PM
Last Post: DeaD_EyE
  Strange issue Irhcsa 1 1,901 Oct-03-2018, 08:17 PM
Last Post: nilamo
  Issue python3.6 while inheriting telnet library sourabhjaiswal92 4 4,118 May-09-2018, 05:20 AM
Last Post: sourabhjaiswal92
  Code issue with time remaining loop. Python3 deboerdn2000 11 8,872 May-04-2017, 04:53 PM
Last Post: deboerdn2000

Forum Jump:

User Panel Messages

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