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
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
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
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
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,
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
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