Re: [Gambas-user] stderr output via exec

2008-10-27 Thread Doriano Blengino
Mike Keehan ha scritto: > Try using SHELL instead of EXEC. > > Mike. > > > Ron wrote: > >> Hi, >> >> small question., I remember something similar in a thread some time ago, >> but couldn't find it. >> >> I can't catch the stderr output from the hcitool command into a string. >> >> This doesn't

[Gambas-user] Draw Editor Dosn't Draw Circle AnyMore

2008-10-27 Thread richard terry
Hi, Benoit, I wondered if you have verified this is a bug - still not working on 1653. Regards Richard - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applicatio

Re: [Gambas-user] strange process print error

2008-10-27 Thread Benoit Minisini
On lundi 20 octobre 2008, Joshua Higgins wrote: > Hello, > > I'm getting a very strange error in my program. here is an excerpt: > >>> START CODE > > PUBLIC SUB Button1_Click() > fluidsynthproc = SHELL "fluidsynth -a jack" FOR INPUT OUTPUT > END > > PUBLIC SUB Button2_Click() > PRINT #fluidsynthpro

Re: [Gambas-user] Another Embedder + gb.gtk bug

2008-10-27 Thread Benoit Minisini
On vendredi 24 octobre 2008, M0E Lnx wrote: > The embedder object has another problem in gb.gtk > > I'm using gambas2 (SVN Revision 1640) > > Here is how I'm using it > > I have a treeview and an embedder. When I double-click the treeview, > the selected application embeds to the right of the treev

Re: [Gambas-user] stderr output via exec

2008-10-27 Thread Mike Keehan
Try using SHELL instead of EXEC. Mike. Ron wrote: > Hi, > > small question., I remember something similar in a thread some time ago, > but couldn't find it. > > I can't catch the stderr output from the hcitool command into a string. > > This doesn't work: > EXEC ["hcitool", "rssi", sAddress,

[Gambas-user] stderr output via exec

2008-10-27 Thread Ron
Hi, small question., I remember something similar in a thread some time ago, but couldn't find it. I can't catch the stderr output from the hcitool command into a string. This doesn't work: EXEC ["hcitool", "rssi", sAddress, "2>&1"] TO sStrength When I create this shell script called btgetrssi

Re: [Gambas-user] Another Embedder + gb.gtk bug

2008-10-27 Thread M0E Lnx
Anyone else seen this? On Fri, Oct 24, 2008 at 1:33 PM, M0E Lnx <[EMAIL PROTECTED]> wrote: > The embedder object has another problem in gb.gtk > > I'm using gambas2 (SVN Revision 1640) > > Here is how I'm using it > > I have a treeview and an embedder. When I double-click the treeview, > the selec