[Gambas-user] Save file dialog prepends path to Name field?

2009-03-06 Thread Marc Carson
I noticed that the typical GTK "save" dialog shows the file name in the "Name" field, but my simple test in Gambas prepends a path, such as "/home/user/," to the file name in that field. Is this correct behavior? It seems like it needs to be "fixed" because no matter which folder icon I click i

Re: [Gambas-user] Nested Socket Write does not work

2009-03-06 Thread Ron_1st
On Thursday 05 March 2009, CARLOS GTR wrote: > Hi, I am working in chat program in Gambas that works with TCP sockets. > The problem is that the clients that connect to the server need to receive > the list of the contacts that are online (as any chat), The Server has the > list but cant send it. >

Re: [Gambas-user] Nested Socket Write does not work

2009-03-06 Thread BenoƮt Minisini
> > Sorry, I don't know how gambas works with sockets, but instead I noticed > something else that perhaps is worth to be investigated. When you write > on socket, you send something like "[0]text". The length of this example > string is 7 characters, but your formula gives 8 because you add 4 to >

[Gambas-user] Compiling problems of Gambas3

2009-03-06 Thread Rolf-Werner Eilert
Hi all, hi Benoit, did you solve the compile problem with Gambas3? Yesterday I tried to let it run through, everything compiled without error, but make install failed due to this missing library again. Regards Rolf --

Re: [Gambas-user] Nested Socket Write does not work

2009-03-06 Thread Doriano Blengino
CARLOS GTR ha scritto: > Hi, I am working in chat program in Gambas that works with TCP sockets. > The problem is that the clients that connect to the server need to receive > the list of the contacts that are online (as any chat), The Server has the > list but cant send it. > > This is the code: >