Hello,
I have a problem, I already watched to solve :
I would like to overlay a text on image to do this but I want to
place the text where I want on the image. I want to do this to change the language (english, french, german, ...) of my app, to avoid to creat new images to change language. I will just change the text of label to do this.
The problem of this solution is that i can't place the image or I want (first solution) and creat a canvas a add a label inside is not possible too.
why is this not possible? If you want to change the text on the canvas, simply clear the canvas and redraw it with the new text. If you are having trouble with canvas dimensions when adding an image to the background, see here for a solution:
Hello i used an extension called repositiong tools where you place wherever you want an item. But i realized that it has some disadvantages that you should deal with... here is one...when you have a text that it should be refreshed then when this is done the below text changes it position... also you must be aware that when you use fixed positions it has different behaviours in different screens.... So download it and give it a try to see if it can do your job..
Ok i informed the developer... so if he help us, the solution to be seen from all of us... I will be more specific to the problem i faced... I have placed a text lets say x=100px y=100px and the next text on x=100px y=200px. The length of both texts are 2 letters long.. If i refresh the first text with 2 more characters the second text also moves two characters.