A
A
Alexey2019-11-18 09:51:49
Python
Alexey, 2019-11-18 09:51:49

How to position the created create_image object on top of all other widgets?

Good time everyone!
The problem is I can't solve it.
There is a canvas, I create a Text (canvas) widget on it, as well as a picture canvas.create_image. I do packing for the Text widget in coordinates - text.place(x, y). I move the image using the canvas.move(1,1) method, and also put the image on top of the canvas.tag_raise(image) layer. When the picture moves, the picture goes under the Text object and it is not visible, but the picture must always be in the foreground.
5dd23f49e3615261048492.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question