User Profile

Collapse

Profile Sidebar

Collapse
sharjeel1234567
sharjeel1234567
Last Activity: Aug 6 '18, 08:49 PM
Joined: Feb 4 '18
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Image does not display on tkinter chessboard

    Hi, i have this board made in python with tkinter to which i want to add an image of a king at a set location, the image doesnt display and i get no error, please help! thank you!


    class GameBoard(tk.Fr ame):
    def __init__(self, parent, rows=8, columns=8, size=70, color1="white", color2="lightgr ey"):
    '''size is in pixels'''

    self.rows = rows
    self.columns...
    See more | Go to post

  • Trouble displaying image on Tkinter Board that i have

    i have a chessboard that i want to add an image of a king to, i add the image at a set location but the image doesn't appear on the board, please help!.

    class GameBoard(tk.Fr ame):
    def __init__(self, parent, rows=8, columns=8, size=70, color1="white", color2="lightgr ey"):
    '''size is in pixels'''

    self.rows = rows
    self.columns = columns
    ...
    See more | Go to post
No activity results to display
Show More
Working...