when i try to change the background of canvas dinamically, i receive an advert wich says: "cannot change configuration property 'backgroundimage'". My question is there any way to change the background image dinamically in a canvas?
I use this code to try to do that:
canvas.setBackgroundImage("background.jpg");
Thanks for your reply.
I use this code to try to do that:
canvas.setBackgroundImage("background.jpg");
Thanks for your reply.
Comment