Re: [Gambas-user] Minimize button event on forms

2010-08-05 Thread Stefano Palmeri
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

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

[Gambas-user] Minimize button event on forms

2010-08-05 Thread Wellington de Souza Pinto
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

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

Re: [Gambas-user] Confirm on form close

2010-08-05 Thread vikram
@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

[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