Ok, this is my problem:
With code below I get a red box with given width and height. When I
use that create_image, nothing happens. I only see that same red box.
Why is that?
The loop.bmp is working fine when I use show() method.
win = Toplevel()
canvas = Canvas(win, width=100, h
Ok, this is my problem:
I have succesfully created an image by pasting smaller images into
area, created with canvas method:
>>> canvas = Canvas(win, width=canvasX, height=canvasY,
background='white')
""" Then I add images to picture using line below """
>>> canvas.create_image(ax, yy, anchor='nw'