Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Mittwoch, den 14.07.2010, 20:29 +0200 schrieb Benoît Minisini: > >>> Benoît Minisini ha scritto: >>> >>> The problem right now is different... this download does not want to >>> finish (277 Mib so far) and I want to go home! :-) >>> >>> >> That size is not n

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Charlie Reinl
Am Mittwoch, den 14.07.2010, 20:29 +0200 schrieb Benoît Minisini: > > Benoît Minisini ha scritto: > > >> Just now I am reading that for gambas3 it is no more required to > > >> downgrade libtool. > > > > > > No, libtool 2.x is mandatory now, to compile both version of Gambas. Your > > > GTK+ versi

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Just now I am reading that for gambas3 it is no more required to > >> downgrade libtool. > > > > No, libtool 2.x is mandatory now, to compile both version of Gambas. Your > > GTK+ version should be enough, but I'm not sure (GTK+ is a moving > > unfinished target!

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Doriano Blengino
Benoît Minisini ha scritto: >> >> Just now I am reading that for gambas3 it is no more required to >> downgrade libtool. > No, libtool 2.x is mandatory now, to compile both version of Gambas. Your GTK+ > version should be enough, but I'm not sure (GTK+ is a moving unfinished > target!) > Yes -

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Benoît Minisini
> Charlie Reinl ha scritto: > > Salut, > > > > for svn, you can also go to "gambas homepage", click on "Browse Source > > code" > > or direct to http://gambas.svn.sourceforge.net/viewvc/gambas/?view=tar > > and there go to trunk and use "Download GNU tarball" > > Thank you - downloading now. Hope

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Doriano Blengino
Charlie Reinl ha scritto: > Salut, > > for svn, you can also go to "gambas homepage", click on "Browse Source > code" > or direct to http://gambas.svn.sourceforge.net/viewvc/gambas/?view=tar > and there go to trunk and use "Download GNU tarball" > > Thank you - downloading now. Hope this is the

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Benoît Minisini
> Salut, > > for svn, you can also go to "gambas homepage", click on "Browse Source > code" > or direct to http://gambas.svn.sourceforge.net/viewvc/gambas/?view=tar > and there go to trunk and use "Download GNU tarball" I didn't know that! :-) -- Benoît Minisini ---

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Charlie Reinl
Am Mittwoch, den 14.07.2010, 18:16 +0200 schrieb Benoît Minisini: > > Benoît Minisini ha scritto: > > Nice thing. But now I have a further question: is it possible to > > implement generic callbacks in Gambas? > > I mean - many libraries have functions where you specify a callback to

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Benoît Minisini
> Benoît Minisini ha scritto: > Nice thing. But now I have a further question: is it possible to > implement generic callbacks in Gambas? > I mean - many libraries have functions where you specify a callback to > be called, like the glib function g_signal_connect(); it would be

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Doriano Blengino
Benoît Minisini ha scritto: Nice thing. But now I have a further question: is it possible to implement generic callbacks in Gambas? I mean - many libraries have functions where you specify a callback to be called, like the glib function g_signal_connect(); it would be nice

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Benoît Minisini
> > > Nice thing. But now I have a further question: is it possible to > > > implement generic callbacks in Gambas? > > > I mean - many libraries have functions where you specify a callback to > > > be called, like the glib function g_signal_connect(); it would be nice > > > to implement them, even

Re: [Gambas-user] Callbacks in Gambas (was Re: Signal management)

2010-07-14 Thread Benoît Minisini
> > Nice thing. But now I have a further question: is it possible to > > implement generic callbacks in Gambas? > > I mean - many libraries have functions where you specify a callback to > > be called, like the glib function g_signal_connect(); it would be nice > > to implement them, even partly, w

[Gambas-user] Problems with forms

2010-07-14 Thread jose
Hello people of the community gambas. implemented some time ago gambas come in my projects, but I have found in the following situation: I need to send gamba's form data to a file.php, and get an answer from it. I have searched without documentation to successful outcomes. >From already thank yo