Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question