Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Tkinter help (color)
Post: RE: Tkinter help (color)

What I want to do is to colorate an area thanks to a matrix : maree = Canvas(tab,width = n, height = m-1, background = 'dodger blue') for i in range(n): for j in range(m): ...
Florent GUI 2 2,342 Mar-01-2020, 02:59 PM
    Thread: Tkinter help (color)
Post: Tkinter help (color)

Hi, Thanks to Tkinter, I want to make a green rectangle but even I write " fill='green2' ", my rectangle still black. Extract of my code : maree.create_rectangle(i,j,i+1,j+1,fill = 'green2')I have ...
Florent GUI 2 2,342 Mar-01-2020, 09:52 AM

User Panel Messages

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