Hi,
I have done a datafields app, but as I wanted to use Communication, and wanted to avoid memory issue, I'm trying to pass it in app.
But I encounter some problems for having the behaviours that are implied in a datafield.
For example the compute(info) method, I try to call it in my onupdate(dc), but this one seems to be called only once.
I start an activity recording, but the info.elapsedTime didn't increase, and so on.
Then, does it exist a standard and simple way, or guidelines to do this ?
Thanks