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
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.
>
>
> 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
>
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
--
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:
>