Re: [Gambas-user] Help binding to /dev/usbtmc0?

2013-06-26 Thread Tobias Boege
On Tue, 25 Jun 2013, dr.diesel wrote: > Hello all, > > I'm trying to communicate to a Rigol spectrum analyzer, which is routed to > /dev/usbtmc0 once connected via USB. You can easily echo and cat serial > commands to usbtmc0 but I'd prefer to use a socket of some sort, any > suggestions on how t

Re: [Gambas-user] Issue 438 in gambas: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data

2013-06-26 Thread gambas
Comment #4 on issue 438 by francois...@gmail.com: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data http://code.google.com/p/gambas/issues/detail?id=438 When i look in latest revision i don't see the fix in miniserver.class : For cCount = 1 to 100 ste

Re: [Gambas-user] Issue 446 in gambas: Select statement returns no data

2013-06-26 Thread gambas
Comment #2 on issue 446 by bugcatch...@gmail.com: Select statement returns no data http://code.google.com/p/gambas/issues/detail?id=446 Thank you. That solved the problem. Paul -- You received this message because this project is configured to send all issue notifications to this address.

[Gambas-user] Error playing File Midi with libgstreamer new version

2013-06-26 Thread Ru Vuott
Hello, I made ​​an application for listening to audio files as well as Midi files.With the previous version of the component "gb.media" Midi files could be performed and could be heard. Now, with the new version of the "gb.media", which uses the new version of GStreamer 1.0.6, if I want to pla

[Gambas-user] read/data commands

2013-06-26 Thread Keith Clark
Does Gambas support read/data commands like the following for loading a simple array with fixed values? for t=0 to 4 for x = 0 to 4 read v(t,x) next x next t data 1,2,3,4,5,1,2,3,4,5,1,2,3,4,5.. Maybe I'm just not finding it? -

Re: [Gambas-user] Error playing File Midi with libgstreamer new version

2013-06-26 Thread Benoît Minisini
Le 26/06/2013 23:28, Ru Vuott a écrit : > Hello, > > I made ​​an application for listening to audio files as well as Midi > files.With the previous version of the component "gb.media" Midi files could > be performed and could be heard. > > Now, with the new version of the "gb.media", which uses t

Re: [Gambas-user] Error playing File Midi with libgstreamer new version

2013-06-26 Thread Ru Vuott
Hello Benoît, excuse me, but... do you want the "midi File" or my gb.media application ? I suppose my application. bye vuott Gio 27/6/13, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Error playing File Midi with libgstreamer new