Hi. I tried to show a Browser.Alert for some debugging. First I had it in a Button.OnClicked Event as Subevent but it was shown endless times. I tried to put it somewhere else like shown below but its still showing up the whole time even if its only triggered once. I replaced the Browser.Alert in the image below with "Add 1 to TESTVAR" to see in debug how often its triggered. And its only +1 once but I get countless alert popups.
http://bayimg.com/EAIJeAAGl
When I create a completely new project it seems to work and only trigger once. I could not find how to fix or recreate it yet. The example above is placed in a group in the code editor.