Re: [Gambas-user] problems with Music.Pos

2012-03-07 Thread Ian Haywood
attachment is too big so trying again with a link. On Wed, Mar 7, 2012 at 11:42 PM, Ian Haywood wrote: > According to docs, Music.Pos can be set while the sound file is playing > to move the playing point within the file. > > I find this works for MP3 and OGG but not for WAV, WAV always starts at

Re: [Gambas-user] Autotools not working - Gambas 3.0

2012-03-07 Thread Benoît Minisini
Le 07/03/2012 15:51, M. Cs. a écrit : > Creating package for Autotools. > Making build directory. > Creating package... > > aclocal > autoconf > automake -a > Useless use of /d modifier in transliteration operator at > /usr/share/automake-1.9/Automake/Wrap.pm line 60. > configure.ac: installing `./

Re: [Gambas-user] [Fwd: Re: Gambas packages version]

2012-03-07 Thread Benoît Minisini
Le 06/03/2012 14:50, John Rose a écrit : > Please see below. > > Forwarded Message > From: Kende Krisztián > To: John Rose > Subject: Re: Gambas packages version > Date: Tue, 6 Mar 2012 11:07:59 +0100 > > It seems to me that this is a bug. It would be worthwhile to report on > Ben

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread Matti
Here, no mp3 file at all is played. The bitrate of all my files is 44100. The error "Module format not recognized" is raised already at Music.Load("file.mp3") >> 2012/3/7 M. Cs. >> >>> The problem is in the SDL.sound library. I don't know whether this can >>> be solved in Gambas only. I have s

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread Johny Provoost
Op 07-03-12 13:01, Emil Lenngren schreef: > I had a problem with a mp3 in gambas that played too fast, so the voices > sound crazy... > > 2012/3/7 M. Cs. > >> The problem is in the SDL.sound library. I don't know whether this can >> be solved in Gambas only. I have same issues, but not with all fi

[Gambas-user] Autotools not working - Gambas 3.0

2012-03-07 Thread M. Cs.
Creating package for Autotools. Making build directory. Creating package... aclocal autoconf automake -a Useless use of /d modifier in transliteration operator at /usr/share/automake-1.9/Automake/Wrap.pm line 60. configure.ac: installing `./install-sh' configure.ac: installing `./missing' Makefile

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread Emil Lenngren
I had a problem with a mp3 in gambas that played too fast, so the voices sound crazy... 2012/3/7 M. Cs. > The problem is in the SDL.sound library. I don't know whether this can > be solved in Gambas only. I have same issues, but not with all files. > In order to help Benoit, try to check the MP3

Re: [Gambas-user] Executable in Launcher

2012-03-07 Thread Bill-Lancaster
OK, if I find the executable in Dash & drag it to the launcher it works! -- View this message in context: http://old.nabble.com/Executable-in-Launcher-tp33457076p33457168.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Executable in Launcher

2012-03-07 Thread Bill-Lancaster
Since changing to Gambas3 and Ubuntu 11.10 I can't run a Gambas executable from the launcher. If I run a Gambas executable I get a temporary icon in the Launcher, selecting "Keep In Launcher" works but subsequent activation of that icon results in nothing happening Is this an Ubuntu problem or G

Re: [Gambas-user] mp3 do not play

2012-03-07 Thread M. Cs.
The problem is in the SDL.sound library. I don't know whether this can be solved in Gambas only. I have same issues, but not with all files. In order to help Benoit, try to check the MP3 file's tags: bitrate, etc. It may help discover the real problem. 2012/3/7, Алексей Беспалов : > Hi! > > I try