Re: [Gambas-user] sdl.sound plays mp3 too fast

2010-01-04 Thread Ron_1st
On Monday 04 January 2010, Bill-Lancaster wrote: > > Sorry I'll try again http://old.nabble.com/file/p27015977/000244.mp3 > 000244.mp3 Complete name: /home/ron/Desktop/000244.mp3 Format : MPEG Audio File size: 1.36 MiB Duratio

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Kadaitcha Man
2010/1/5 Doriano Blengino : > Kadaitcha Man ha scritto: >> 2010/1/5 Doriano Blengino : >> >> I disagree. Blocking mode guarantees known certainties, as defined by >> any number of RFC documents. >> > Pardon me... I think that RFCs have nothing to do with blocking mode, lol - RFCs have everything t

Re: [Gambas-user] I can't disconnect from the database

2010-01-04 Thread Fabien Bodard
2010/1/4 M. Cs. : > So that means I cannot redirect the properties for a connection to use > another file instead? > I mean, if I'd close connection and change the file and reopen? you can too hresult = hcon.exec(..) hcon.close hcon.host = "mynewfilepath" hcon.database="newdatabasename" hcon.ope

Re: [Gambas-user] I can't disconnect from the database

2010-01-04 Thread M. Cs.
So that means I cannot redirect the properties for a connection to use another file instead? I mean, if I'd close connection and change the file and reopen? -- This SF.Net email is sponsored by the Verizon Developer Communi

Re: [Gambas-user] I can't disconnect from the database

2010-01-04 Thread Fabien Bodard
normal ... as the db is automatiquely opened if it is not when you are use a call so DB.Close MyNewCon.Open DB.Exec(etc... . 2010/1/4 M. Cs. : > Although I've invoked the DBconX.Close() command for my sqlite connection, I > can still issue queries, and I'm getting results. > I'd like to close

[Gambas-user] I can't disconnect from the database

2010-01-04 Thread M. Cs.
Although I've invoked the DBconX.Close() command for my sqlite connection, I can still issue queries, and I'm getting results. I'd like to close the connection, select another database file and open it. how to do it? I've checked the DBconX.Open() commands in subroutines, but there's no possibiliti

Re: [Gambas-user] sdl.sound plays mp3 too fast

2010-01-04 Thread Bill-Lancaster
Sorry I'll try again http://old.nabble.com/file/p27015977/000244.mp3 000244.mp3 -- View this message in context: http://old.nabble.com/sdl.sound-plays-mp3-too-fast-tp26985683p27015977.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Doriano Blengino
Kadaitcha Man ha scritto: > 2010/1/5 Doriano Blengino : > > I disagree. Blocking mode guarantees known certainties, as defined by > any number of RFC documents. > Pardon me... I think that RFCs have nothing to do with blocking mode, unless you find an RFC which says "an operating system SHOU

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Kadaitcha Man
2010/1/5 Doriano Blengino : > Kadaitcha Man ha scritto: >> 2010/1/4 Doriano Blengino : >>> I think that there is >>> something extreme in trying to send large chunks of data in  a single >>> instruction, >>> >> >> Wlll... Not necessarily. If the document is imprecise, which >> it most defin

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Doriano Blengino
Kadaitcha Man ha scritto: > 2010/1/4 Doriano Blengino : >> I think that there is >> something extreme in trying to send large chunks of data in a single >> instruction, >> > > Wlll... Not necessarily. If the document is imprecise, which > it most definitely is, it is fair to make assu

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Kadaitcha Man
2010/1/4 Doriano Blengino : > Kadaitcha Man ha scritto: >> 2010/1/4 Doriano Blengino : >> >> >>> My idea was to raise an event when a line has been read >>> >> >> Based on what I just posted to the developer's list, you will need to >> be specific about what defines an end of line. For example: >>

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-04 Thread Alessandro Rinaldi
In fact, I currently use mplayer, but I just wanted to know if there was a better solution :) Well, thank you everybody, anyway :) -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Veri

Re: [Gambas-user] sdl.sound and total length of a track

2010-01-04 Thread Rolf Schmidt
Hi Alessandro, Dimitris Anogiatis wrote: > to get the length of an MP3 file (since gb.sdl.sound works primarily with > mp3s) I would personally write an ID3Tag module to get the mp3's length and > then load it through gb.sound.sdl afterward. > > or if you want you could also explore the option of

Re: [Gambas-user] Socket Limitations

2010-01-04 Thread Doriano Blengino
Kadaitcha Man ha scritto: > 2010/1/4 Doriano Blengino : > > >> My idea was to raise an event when a line has been read >> > > Based on what I just posted to the developer's list, you will need to > be specific about what defines an end of line. For example: > > NUL ^@ \0 Null c