Il giovedì 5 agosto 2010 15:49:12 Wellington de Souza Pinto ha scritto:
> Hi!
>
> Any idea about capture minimize button event in forms?
>
> Tks
The only way I know is a workaround. It works with gb.Qt.
PUBLIC SUB Form_Deactivate()
IF ME.Minimized THEN PRINT "I'm minimized"
END
Ste
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
Hi!
Any idea about capture minimize button event in forms?
Tks
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or
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
> 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
@Benoit: Thank you :)
@Matti: Thanks, it works on Gambas2. I am working on a Live Installer which
would work on Debian & BOSS/GNU Linux.
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In De
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