event trigger

  1. epiCode

    Android Question MediaPlayer Complete Event not triggering

    Hey ! Somehow, I am unable to get mediaplayer to fire "complete" event. It stops after playing first audio file. Would be nice if someone can point out what am I doing wrong here. My service module code is like this: #Region Service Attributes #StartAtBoot: False #End Region Sub...
  2. FERNANDO SILVEIRA

    Android Question How to trap Escape key

    Hello guys, I have a pop up panel within the Activity so user can view additional information. Which event must be monitored in order to prevent a Escape key press of ending the program? Regards, Fernando
Top