Re: [Gambas-user] gambas and components

2012-03-19 Thread Charlie Reinl
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 --

Re: [Gambas-user] gambas and components

2012-03-19 Thread Charlie Reinl
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

Re: [Gambas-user] gambas and components

2012-03-19 Thread 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 -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click H

Re: [Gambas-user] gambas and components

2012-03-19 Thread 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) components. > > > > What does these components know about the app. > >

Re: [Gambas-user] gambas and components

2012-03-19 Thread GMail
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,

[Gambas-user] gambas and components

2012-03-19 Thread Karl Reinl
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