Am Montag, den 19.03.2012, 14:30 +0100 schrieb Fabien Bodard:
> you want to call a function in the main app from your component ?
>
> The class of the main app must to be exported... then i think you can call it
>
Salut Fabien,
will give that a try, thanks.
--
Amicalement
Charlie
--
Am Montag, den 19.03.2012, 22:49 +1030 schrieb Bruce Bruen:
> On Mon, 2012-03-19 at 22:42 +1030, GMail wrote:
> > On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote:
> > > Salut,
> > >
> > > my question is for gambas2 and later for gambas3
> > >
> > > I have an app, which uses gambas (home made
you want to call a function in the main app from your component ?
The class of the main app must to be exported... then i think you can call it
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click H
On Mon, 2012-03-19 at 22:42 +1030, GMail wrote:
> On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote:
> > Salut,
> >
> > my question is for gambas2 and later for gambas3
> >
> > I have an app, which uses gambas (home made) components.
> >
> > What does these components know about the app.
> >
On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote:
> Salut,
>
> my question is for gambas2 and later for gambas3
>
> I have an app, which uses gambas (home made) components.
>
> What does these components know about the app.
>
> What I'm looking for is, how can I call a Function in the app,
Salut,
my question is for gambas2 and later for gambas3
I have an app, which uses gambas (home made) components.
What does these components know about the app.
What I'm looking for is, how can I call a Function in the app,
out from the component, to report what has be done.
If I try 'Form.Fu