Re: [Gambas-user] Music.Length

2008-06-21 Thread Lee McPherson
Wow, this looks to be very useful! And I wasn't even looking for it... Thanks! -Lee [EMAIL PROTECTED] wrote: > Hi > > Once i got a routine (don't remember from, sorry) for mp3-files witch > can extract many properties. > Maybe this can help you somehow. > > Regards, Werner > > > ' Gambas class

Re: [Gambas-user] Music.Length

2008-06-21 Thread [EMAIL PROTECTED]
Hi Once i got a routine (don't remember from, sorry) for mp3-files witch can extract many properties. Maybe this can help you somehow. Regards, Werner ' Gambas class file ' '*** '*** Begin Declaration section '*** PUBLIC OK AS Boolean PUBLIC DurationAS String PUBLIC Frequency AS

Re: [Gambas-user] How to turn off watch window

2008-06-21 Thread Lee McPherson
I think I know what you're talking about. Try hitting the old Alt-F4 after clicking on the window once. :) -Lee jbskaggs wrote: > It's been a few months since Ive asked a question. But this is frustrating > me and it's probably a noobie question- even though I am much more familiar > with Gam

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-21 Thread M0E Lnx
How about making make install support the DESTDIR argument? On Fri, Jun 20, 2008 at 7:11 AM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > Le Friday 20 June 2008 13:49:59 Ron, vous avez écrit : >> > >> > Laurent, don't you think it should be better that the default >> > destination of the executa

[Gambas-user] How to turn off watch window

2008-06-21 Thread jbskaggs
It's been a few months since Ive asked a question. But this is frustrating me and it's probably a noobie question- even though I am much more familiar with Gambas. Somehow I turned on a watch window I assume that's the name of the window I don't know. A greyed out window with an eyeball in the

Re: [Gambas-user] Gambas review on italian magazine "Gnu-Linux Magazine"

2008-06-21 Thread bruno
if someone send me the Article in Italian i can Translate it in French, Regards. Bruno Il giorno gio, 19/06/2008 alle 20.20 +0200, Benoit Minisini ha scritto: > On jeudi 19 juin 2008, Leonardo Miliani wrote: > > I would like to inform all the community that on the copy of July 2008 > > of the it

[Gambas-user] Fw: problem with strptr() function

2008-06-21 Thread Marcos Antonio Pandolfo Jr
Hi I have a project using gambas 1.9.49 and this version have a bug with strptr() function resolved in 1.9.51 version How can I copy the solution only to strptr() from 1.9.51 to 1.9.49 without I upgrade the gambas version ? PS: i have more then 100 computers using gambas 1.9.49 and cent

Re: [Gambas-user] Music.Length

2008-06-21 Thread Stefano Palmeri
Il sabato 21 giugno 2008 01:24:51 Lee McPherson ha scritto: > I've been working on this for mp3 files. It is really easy to just use > an external app to get the length of normal bitrate mp3 files as Stefano > suggested. For variable bitrate mp3s, it's a little harder. Just to say that mp3info

Re: [Gambas-user] Music.Length

2008-06-21 Thread Lee McPherson
I've been working on this for mp3 files. It is really easy to just use an external app to get the length of normal bitrate mp3 files as Stefano suggested. For variable bitrate mp3s, it's a little harder. There are visual basic scripts on the web that can do this... I have them somewhere in m

Re: [Gambas-user] Music.Length

2008-06-21 Thread Ron Onstenk
On Friday 20 June 2008, Benoit Minisini wrote: > I don't know why apparently the length of the audio is not encoded in the > file > header... > It is, but not in the way you think. In fact is the mp3 as we know nowadays a incomplete standard. We need to split the parts out of it. Mp3 is the