Peter Lang wrote:
> Hi,
>
> After investigating the Source of xmlrpc i thought i know how to use it...
> Everything work so far, but the last Step does not work.
> The line: myStruc.Value(a) has to return the result, but instead of giving
> back an int i get an RpcStruct again and again.
>
> The
Thanks for the quick reply Doriano,
I got it working after experimenting a bit with your suggested solutions :)
I tried using a timer but I soon found out that using the LINE INPUT from
within the Process_Read works way better.
Keep rockin :)
Regards,
Dimitris
On Mon, Mar 2, 2009 at 1:48 AM, D
> Thank you.
> Will it automagically resize or does it have a .width and .height
> property that I need to adjust?
>
It will automagically resize.
--
Benoît
--
Open Source Business Conference (OSBC), March 24-25, 2009,
Thank you.
Will it automagically resize or does it have a .width and .height
property that I need to adjust?
On Tue, Mar 3, 2009 at 5:33 AM, Benoît Minisini
wrote:
>> > Is there any way to get a balloon to resize to what I need?
>> >
>> > I'm using aballoon to display about 12 lines of text (each
Hi!
Two little bugs in Gambas3 IDE.
1.
Missing "Each" command causes wrong error message (loop variable must be local);
For SHmh In SHmhCollect
Should be something like "expected Each or TO".
2.
Renaming non empty sub folder causes mouse pointer to show wait icon for ever.
When closing gambas,
> > Is there any way to get a balloon to resize to what I need?
> >
> > I'm using aballoon to display about 12 lines of text (each line about
> > 70 characters long)
> > Is there any way to make the baloon resize to fit such a thing?
> >
> > Using Gambas2-2.11.1
>
> Mmm. It seems there is a bug in
Dimitris Anogiatis ha scritto:
> hey guys
>
> I've read the documentation on Process_Read() but I can't find a way to
> detect
> when the process has stopped and it's waiting for an input; to my
> understanding
> I can provide that input with PRINT #Process, "input" but so far I haven't
> found
> a