Oh @andrew it's too complex for me.
In effect when my mp3 play and the user press the home button (of the device), I want only modify my button in "pause".
What do you think, I have to give up?
Hi, @andrew
even me in a simple program works.
Can it be due to the fact that I use a timer and the following routine?
B4X:
Sub Timer1_Tick
If Main.sploroISPLAYING =True Then
label1.Text = ConvertToTimeFormat(SPLORO.Position) & " di " & ConvertToTimeFormat(SPLORO.Duration)
Else
Return
End If
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.