I'm trying to implement an alert for a datafield and couldn't get it to work, so I started to play around with the SimpleDataField sample provided with the 3.2.3 SDK
The showAlert() in the sample dosen't show up in the simulator. I've added a trace to be sure the function was being called 10s after the start of the activity (as this is how the sample is written).
The trace shows up in the console, but not the alert on the simulator. I've check that the Datafield Alert permissions was granted, and tried various 3.2 watches to no avail.
What's the catch ? ;)
Greg