[Gambas-user] Terminal project net component events don't fire

Daniel Campos daniel.campos at ...338...
Fri Nov 12 16:30:17 CET 2004


Hi:

If you want to process the events from any object, you have to define
the event "observer" in the "NEW" statement:

Dim MySock As Socket

MySock=NEW Socket As "FooFoo"
....

PUBLIC SUB FooFoo_Read()

END


As you can see the name of the "observer" can be any different from the
object name, but must be explicitely declared.

Regards,

D. Campos






More information about the User mailing list