Re: [Gambas-user] Track playing process bar

2010-08-05 Thread Johny Provoost
I would like to add a progress bar / line to a MP3 player. Is it possible >> to retrieve the length and the current position of the track with Gambas2 >> ? Thanks! >> > Alas, not for MP3. SDL has no way to guess the length of a MP3 file (funny > format isn't it?). You just have the time posit

Re: [Gambas-user] Track playing process bar

2010-08-05 Thread Alessandro Rinaldi
You can get the current position but not the total lenght :) I used some software that gives infos about MP3s (including total lenght) in the shell, calling it from GB, to avoid the problem! -- The Palm PDK Hot Apps Progra

Re: [Gambas-user] Track playing process bar

2010-08-05 Thread BenoƮt Minisini
> I would like to add a progress bar / line to a MP3 player. Is it possible > to retrieve the length and the current position of the track with Gambas2 > ? Thanks! Alas, not for MP3. SDL has no way to guess the length of a MP3 file (funny format isn't it?). You just have the time position. Regar

[Gambas-user] Track playing process bar

2010-08-05 Thread M. Cs.
I would like to add a progress bar / line to a MP3 player. Is it possible to retrieve the length and the current position of the track with Gambas2 ? Thanks! -- The Palm PDK Hot Apps Program offers developers who use the Pl