Re: [Gambas-user] About Raise Events

2011-07-04 Thread Demosthenes Koptsis
On Mon, 2011-07-04 at 15:40 +0200, Benoît Minisini wrote: > > On Mon, 2011-07-04 at 11:26 +0200, Fabien Bodard wrote: > > > 2011/7/4 Demosthenes Koptsis : > > > > Hello, > > > > > > > > i have a class CCar with an event Run(). > > > > > > > > When i implement the object hCar in module Main > > >

Re: [Gambas-user] About Raise Events

2011-07-04 Thread Benoît Minisini
> On Mon, 2011-07-04 at 11:26 +0200, Fabien Bodard wrote: > > 2011/7/4 Demosthenes Koptsis : > > > Hello, > > > > > > i have a class CCar with an event Run(). > > > > > > When i implement the object hCar in module Main > > > i have to use Object.Attach to use the event handler for the event Run.

Re: [Gambas-user] About Raise Events

2011-07-04 Thread Demosthenes Koptsis
On Mon, 2011-07-04 at 11:26 +0200, Fabien Bodard wrote: > 2011/7/4 Demosthenes Koptsis : > > Hello, > > > > i have a class CCar with an event Run(). > > > > When i implement the object hCar in module Main > > i have to use Object.Attach to use the event handler for the event Run. > > > > At page ht

Re: [Gambas-user] About Raise Events

2011-07-04 Thread Fabien Bodard
2011/7/4 Demosthenes Koptsis : > Hello, > > i have a class CCar with an event Run(). > > When i implement the object hCar in module Main > i have to use Object.Attach to use the event handler for the event Run. > > At page http://gambasdoc.org/help/lang/eventdecl says > "By default, Name_EventName

[Gambas-user] About Raise Events

2011-07-04 Thread Demosthenes Koptsis
Hello, i have a class CCar with an event Run(). When i implement the object hCar in module Main i have to use Object.Attach to use the event handler for the event Run. At page http://gambasdoc.org/help/lang/eventdecl says "By default, Name_EventName is the name of the method called in the event