Re: [Gambas-user] PRINT #process Example

2009-03-02 Thread Doriano Blengino
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 full

Re: [Gambas-user] baloon size

2009-03-02 Thread Benoît Minisini
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 gb.gtk, as with

[Gambas-user] Two little bugs in gambas3

2009-03-02 Thread Jussi Lahtinen
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,

Re: [Gambas-user] baloon size

2009-03-02 Thread M0E Lnx
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 gam...@users.sourceforge.net wrote: Is there any way to get a balloon to resize to what I need? I'm using aballoon to display about 12

Re: [Gambas-user] baloon size

2009-03-02 Thread Benoît Minisini
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,

Re: [Gambas-user] XMLRpc maybe a Bug

2009-03-02 Thread Ron
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 sample