You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function onKeyEvent(key as String, press as Boolean) as Boolean
handled = false
? "ShowChooseProfileView key= "; key; " press= "; press
if key = "back" then
print("onKeyEvent - back")
handled = true
end if
? "handled "; handled
return handled
end function
'
but doesn't work and it calls
SGDEX: View Manager runProcedure closeView
SGDEX: fire close for this View
SGDEX: Showing previous View
signinpage key= back press= false
ShowChooseProfileView key= back press= false
onKeyEvent - back
handled true
The text was updated successfully, but these errors were encountered:
I added in my ProfileViewLogic.brs
SGDEX: View Manager runProcedure closeView
SGDEX: fire close for this View
SGDEX: Showing previous View
signinpage key= back press= false
ShowChooseProfileView key= back press= false
onKeyEvent - back
handled true
The text was updated successfully, but these errors were encountered: