Hi,
Problem solved !
This was my bad because I did set the "text" property of the entity
directy via this.text = "some text". So the text for all the entities
got overwritten.
After I changed the Text property as a private var and wrote a
setText() function that handles the text ... e voila it works.
regards,
maik