I'm building for a VivoactiveHR and experimenting with recognizing user input.
I have a BehaviorDelegate that calls Sys.println() for each type of user input that the BehaviorDelegate has methods for.
They all seem to work except onSelect() which is never called.
I've added onKey() to catch the key events, and it reports a key = 4 when I press the right button on the VivoactiveHR, but onSelect() is not called.
A screen capture of the code is attached.
Is this a bug, or is there something else that onSelect() requires to work, or should I not be using methods that the BehaviorDelegate provides ? community.garmin.com/.../1249294.jpg