Re: [Gambas-user] Wave generator

2014-02-09 Thread Dominique Michel
Le Mon, 10 Feb 2014 00:04:44 +0100, Dominique Michel a écrit : > Le Sun, 9 Feb 2014 17:24:05 +0100, > Tobias Boege a écrit : > > > On Sun, 09 Feb 2014, Dominique Michel wrote: > > > I made some changes to the Wave generator. > > > > > > A screen shoot is better than a long explanation: > > > h

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

2014-02-09 Thread Bruce
On Sun, 2014-02-09 at 22:06 -0800, Louis W. Adams, Jr. wrote: > > Are you talking about your project at design time in the IDE or when your > > project runs, i.e. do you want to look at the file or does your program > > need > > it at run time? I guess the second but it's not clear to me... > > I

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

2014-02-09 Thread Louis W. Adams, Jr.
> Are you talking about your project at design time in the IDE or when your > project runs, i.e. do you want to look at the file or does your program > need > it at run time? I guess the second but it's not clear to me... I added my data file (a text file) to the Data section of the project during

Re: [Gambas-user] Unable to print fields on report

2014-02-09 Thread Fabien Bodard
Send me your project Le 10 févr. 2014 02:12, "Marty" a écrit : > Did a little more debugging and found that the lblField data event does > cycle through the ten records. I can see each one in the console local > variables. So it must have to due with the different boxes on the > report. Something

[Gambas-user] Unable to print fields on report

2014-02-09 Thread Marty
Did a little more debugging and found that the lblField data event does cycle through the ten records. I can see each one in the console local variables. So it must have to due with the different boxes on the report. Something prevents the displa of the data. Marty

[Gambas-user] Unable to print fields on report

2014-02-09 Thread Marty
Fabien, Thanks for your reply. I tried your first suggestion. Changed autoresize and expand to true on the reportvbox. Still nothing prints. Tried your second suggestion. Added reporthbox in reportvbox. Added lblField to reporthbox with empty text content. Add lblField_Data(Index as Integer)

Re: [Gambas-user] Wave generator

2014-02-09 Thread Dominique Michel
Le Sun, 9 Feb 2014 17:24:05 +0100, Tobias Boege a écrit : > On Sun, 09 Feb 2014, Dominique Michel wrote: > > I made some changes to the Wave generator. > > > > A screen shoot is better than a long explanation: > > http://postimg.org/image/7kbr04d31/ > > > > I tested it with both the alsasink an

Re: [Gambas-user] configure options

2014-02-09 Thread Dominique Michel
Le Sun, 9 Feb 2014 16:59:37 +0100, Tobias Boege a écrit : > On Sun, 09 Feb 2014, Dominique Michel wrote: > > Le Sat, 8 Feb 2014 07:53:27 +0100, > > Fabien Bodard a ?crit : > > > > > The Development Environment > > > > > > The Gambas IDE is made with Gambas. In order to compile and use > > > it

Re: [Gambas-user] Fields do not print on report

2014-02-09 Thread Fabien Bodard
2014-02-09 20:37 GMT+01:00 Marty : > Hello, > > I'm blundering through my first report. I've looked at the examples and > tried the same code as in report1. Had to make some modifications to > connect to MySQL Database. The report contains a ReportVBox called > RVBCont and a ReportLabel called Repo

[Gambas-user] Fields do not print on report

2014-02-09 Thread Marty
Hello, I'm blundering through my first report. I've looked at the examples and tried the same code as in report1. Had to make some modifications to connect to MySQL Database. The report contains a ReportVBox called RVBCont and a ReportLabel called ReportLabel1. The code is below: Public Sub _

Re: [Gambas-user] Feature request: Redirecting stderr of terminal-emulated program back to IDE

2014-02-09 Thread Tobias Boege
On Sun, 09 Feb 2014, Beno?t Minisini wrote: > Le 05/02/2014 16:58, Tobias Boege a ?crit : > > Hi Benoit, > > > > I may have requested this some time ago already but now I can give you a > > project where it is shown (see attachments). > > > > What I want is that we can use a terminal emulator to ru

Re: [Gambas-user] Wave generator

2014-02-09 Thread Tobias Boege
On Sun, 09 Feb 2014, Dominique Michel wrote: > I made some changes to the Wave generator. > > A screen shoot is better than a long explanation: > http://postimg.org/image/7kbr04d31/ > > I tested it with both the alsasink and the jackaudiosink, but I didn't > made a menu for that, because I don't

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

2014-02-09 Thread Tobias Boege
On Sat, 08 Feb 2014, Louis W. Adams, Jr. wrote: > 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

Re: [Gambas-user] sound in gambas 3

2014-02-09 Thread Tobias Boege
On Sat, 08 Feb 2014, Dominique Michel wrote: > 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 wi

Re: [Gambas-user] Feature request: Redirecting stderr of terminal-emulated program back to IDE

2014-02-09 Thread Benoît Minisini
Le 05/02/2014 16:58, Tobias Boege a écrit : > Hi Benoit, > > I may have requested this some time ago already but now I can give you a > project where it is shown (see attachments). > > What I want is that we can use a terminal emulator to run a program but > still get Debug statements into the IDE

Re: [Gambas-user] configure options

2014-02-09 Thread Tobias Boege
On Sun, 09 Feb 2014, Dominique Michel wrote: > Le Sat, 8 Feb 2014 07:53:27 +0100, > Fabien Bodard a ?crit : > > > The Development Environment > > > > The Gambas IDE is made with Gambas. In order to compile and use it, > > you need to compile the following components: > > > > gb.db > > gb.db.for

Re: [Gambas-user] sound in gambas 3

2014-02-09 Thread Benoît Minisini
Le 08/02/2014 21:03, Dominique Michel a écrit : > Le Sat, 8 Feb 2014 19:36:49 +0100, > Fabien Bodard a écrit : > >> Is it a way to introspect the media lib ? I think so, but I didn't implement it. It is a big job. > > I use gst-inspect for that. I don't know if it is possible to do it in > Gamba

Re: [Gambas-user] Paint.ClipRect

2014-02-09 Thread Benoît Minisini
Le 08/02/2014 07:48, Fabien Bodard a écrit : > Benoit, > > Does ClipRect not follow the scale transformation ?... it seem not > > Is it a Bug ? > No, it is by design in the GUI toolkit (not a Gambas choice). -- Benoît Minisini

Re: [Gambas-user] configure options

2014-02-09 Thread Dominique Michel
Le Sat, 8 Feb 2014 07:53:27 +0100, Fabien Bodard a écrit : > The Development Environment > > The Gambas IDE is made with Gambas. In order to compile and use it, > you need to compile the following components: > > gb.db > gb.db.form > gb.debug > gb.desktop > gb.eval > gb.eval.highlight > gb.form

[Gambas-user] Wave generator

2014-02-09 Thread Dominique Michel
I made some changes to the Wave generator. A screen shoot is better than a long explanation: http://postimg.org/image/7kbr04d31/ I tested it with both the alsasink and the jackaudiosink, but I didn't made a menu for that, because I don't know how to test if a sink exist without to load it. And wh