Hello, On Tue, Sep 21, 2010 at 12:30 AM, Khadija EL MAHRSI <[email protected]> wrote: > Hello, ... > {self.canvas create(image x y image:Img tags:Tag)} > {self.canvas create(text x y text:'Mytext' tags:Tag)} > ... > {self.tag set(image:self.newImg)} % tag contains the StatTag and newImg > contains Img2 > {self.tag set(text:'NewText')}
I think the problem here might be that an image does not have a "text" parameter. As a result, the canvas gets into an invalid state and not even the image is updated. The solution would be to create two different tags, one for the image and one for the text. Hope this helps, Wolfgang _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
