Avatar

Level 10

Hi Daniel,

I think the line "data.MAIN.Tabelle1.Kopfzeile_First.Kopf_Main.Kopf_Main_1.presence = "hidden";" needs to be something like "this.presence = "hidden";" .  The this object will be set to the target of the event, and the specific occurrence of the target, you have a absolute reference which will always resolve to the first occurrence.

Regards

Bruce