[codenameone-discussions] Re: How to track the current duration of media (audio only)

2016-11-10 Thread Shai Almog
Use a UITimer. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at

[codenameone-discussions] Re: How to track the current duration of media (audio only)

2016-11-10 Thread CODENAME1
HOw to update this value continously as the media is playing. I am able to update once, when play button is clicked. findMediaSlider(c.getComponentForm()).setProgress(mp.getTime()); On Thursday, November 10, 2016 at 5:45:24 AM UTC+1, Shai Almog wrote: > > Media.getTime(). -- You received this