[Gambas-user] Oops, I think I have broken something seriously here.

2014-02-08 Thread Bruce
Without my usual long winded post, the project concerned runs perfectly well in the IDE and the local executable i.e. tmcvmgr3.gambas runs perfectly from a vterminal in the project directory. But when I installed it into /usr/local/bin via autotools and run it I get the following stuff. The projec

Re: [Gambas-user] R: morse code sound ?

2014-02-08 Thread Dominique Michel
Le Fri, 7 Feb 2014 23:55:37 -0800, Randall Morgan a écrit : > I got 5F here. Looking forward to a possible 30F next week. > > True the old BASIC machines used the internal speakers, and those are > hard to find. But almost every *nix box has a sound system. And we > no-longer need to count clock

Re: [Gambas-user] R: morse code sound ?

2014-02-08 Thread Ru Vuott
..maybe like this ? Ven 7/2/14, Jussi Lahtinen ha scritto: Oggetto: Re: [Gambas-user] R: morse code sound ? A: "mailing list for gambas users" Data: Venerdì 7 febbraio 2014, 14:39 > Morse Code is a binary code. An audible binary code.

[Gambas-user] Accessing Project Data in a Text File

2014-02-08 Thread Louis W. Adams, Jr.
I have a project with a text file associated with it. So there is a tab displaying the data imported into the project (?) from the text file. How do I access the data? Since the project is already aware of the data, I wouldn't think that it's necessary to Open the file and Read its contents as w

Re: [Gambas-user] sound in gambas 3

2014-02-08 Thread Dominique Michel
Le Sat, 8 Feb 2014 19:36:49 +0100, Fabien Bodard a écrit : > Is it a way to introspect the media lib ? I use gst-inspect for that. I don't know if it is possible to do it in Gambas. On my system: gst-inspect-1.0 audiotestsrc As I understand the Media.control, it send the control name to gstre

Re: [Gambas-user] sound in gambas 3

2014-02-08 Thread Fabien Bodard
Is it a way to introspect the media lib ? I mean For each s in Media.ControlList hMedia = MediaControl($hcont, s) for each sprop in hMedia next next get props and signatures... like for dBus. 2014-02-08 19:41 GMT+01:00 Dominique Michel : > Le Sat, 08 Feb 2014 03:33:34 +0100, > Benoît

Re: [Gambas-user] sound in gambas 3

2014-02-08 Thread Dominique Michel
Le Sat, 08 Feb 2014 03:33:34 +0100, Benoît Minisini a écrit : > Le 08/02/2014 02:04, Benoît Minisini a écrit : > > Le 08/02/2014 01:24, Dominique Michel a écrit : > >> Hi, > >> > >> I try to do my first gambas program, and I am stuck with the sound. > >> > >> All I have for now is 2 labels, 2 val

Re: [Gambas-user] Issue 508 in gambas: request: specify how many decimal places ValueBox

2014-02-08 Thread gambas
Comment #3 on issue 508 by flynetin...@gmail.com: request: specify how many decimal places ValueBox http://code.google.com/p/gambas/issues/detail?id=508 The maskbox is good, but I mean a ValueBox designed to define the type of value as a sql database and thus simplify the way you read and wr

Re: [Gambas-user] R: morse code sound ?

2014-02-08 Thread Fabien Bodard
At the days of GW-BASIC they were not any system shared libs . And the access to the hardware is now behind different layers and quite difficult to manage. These functionnality must not be part of the core language. Even C doesn't have this. But Gambas have tools to do that ... and SDL sound is s

Re: [Gambas-user] R: morse code sound ?

2014-02-08 Thread Caveat
I have to say I was a little surprised to find no simple play(note, duration) or BEEP command built-in. Could we add this to the wish-list, Benoit? :-) Kind regards, Caveat On 08/02/14 08:55, Randall Morgan wrote: > I got 5F here. Looking forward to a possible 30F next week. > > True the old BA

Re: [Gambas-user] R: morse code sound ?

2014-02-08 Thread Kevin Fishburne
On 02/08/2014 02:55 AM, Randall Morgan wrote: > I got 5F here. Looking forward to a possible 30F next week. > > True the old BASIC machines used the internal speakers, and those are hard > to find. But almost every *nix box has a sound system. And we no-longer > need to count clock cycles, we can u