Forum Discussion
jedashford
10 years agoChannel Surfer
Actually, found that if I check for 'press' on the onKeyEvent then it returns false while navigating around inside the component. I'm hoping this isn't changed in a future revision of the API:
function onKeyEvent(key as String, press as Boolean) as Boolean
if press then 'returns false during navigation inside of ButtonGroup'