Re: [Gambas-user] Music.Length

2008-06-27 Thread Patrik Karlsson
2008/6/28 Steven Drinnan <[EMAIL PROTECTED]>: > Just one more prog that can do the job > > exiftool > > a python based tool that just spits all the info out to the command > line. > > example: > > exiftool "/home/steven/Documents/My Music/Various Artists/Super Hits > 1993-2003 Disc 1/2 Unlimited

Re: [Gambas-user] Music.Length

2008-06-27 Thread Steven Drinnan
Just one more prog that can do the job exiftool a python based tool that just spits all the info out to the command line. example: exiftool "/home/steven/Documents/My Music/Various Artists/Super Hits 1993-2003 Disc 1/2 Unlimited - No Limit.mp3" ExifTool Version Number : 7.25 File Na

Re: [Gambas-user] gstlibs on gambas!

2008-06-27 Thread Pino Zollo
Alle 17:50, giovedì 26 giugno 2008, Pietro Di Costanzo ha scritto: > Hi to all! > After spending much time understanding the extern and pointers > functionality under gambas i've made a little app based on the gstreamer > libraries. > > The application can play audio/video files (with the video emb

Re: [Gambas-user] Daynumer /Month

2008-06-27 Thread Jacky
Le Friday 27 June 2008 12:33:15 Stefan Miefert, vous avez écrit : > Hellor, > > thanks. I need the last day of a month:) My post is a little bit > inaccurately:) jrs = 01/04/08 ( french date format ) lastday = finmois(jrs) PUBLIC FUNCTION finmois(Jrs AS Date) AS Integer DIM Jrs1 AS Integer IF Mo

Re: [Gambas-user] Daynumer /Month

2008-06-27 Thread Stefan Miefert
Hellor, thanks. I need the last day of a month:) My post is a little bit inaccurately:) - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http:/

Re: [Gambas-user] Daynumer /Month

2008-06-27 Thread Jacky
Le Friday 27 June 2008 12:09:04 Ron, vous avez écrit : > Stefan Miefert schreef: > > Hello, > > > > How can I get the daynumber of a month? Is their any function in gambas?. > > I try format but the > > Hi, > > day = Day(Now) > > http://gambasdoc.org/help/lang/day > > > Regards, > Ron the 2nd salu

Re: [Gambas-user] Daynumer /Month

2008-06-27 Thread Ron
Stefan Miefert schreef: > Hello, > > How can I get the daynumber of a month? Is their any function in gambas?. I > try format but the > > Hi, day = Day(Now) http://gambasdoc.org/help/lang/day Regards, Ron the 2nd - Che

[Gambas-user] Daynumer /Month

2008-06-27 Thread Stefan Miefert
Hello, How can I get the daynumber of a month? Is their any function in gambas?. I try format but the - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open

Re: [Gambas-user] Problem using gb.db component

2008-06-27 Thread Benoit Minisini
On jeudi 26 juin 2008, you wrote: > Hello! I've got a problem using the GB.DB component. This is the code: > > PUBLIC SUB Form_Open() > > DIM hConn AS NEW Connection > DIM res AS Result > > WITH hConn > .User = "root" > .Password = "asdewq" > .Host = "localhost" > .Name = "doc