[Gambas-user] Catching events from dynamic control form

Rob sourceforge-raindog2 at ...94...
Tue Dec 9 06:00:16 CET 2003


On Monday 08 December 2003 19:37, Jake Stookey wrote:
> PUBLIC SUB SubForm_MyEvent()
>   Message("Hello!")
> END

I thought that forms used as controls were still their own event 
listeners, such that you'd need to make a

PUBLIC SUB MyEvent()

or possibly

PUBLIC SUB Form_MyEvent()

in Fsub.class, rather than in your main form.  But I haven't 
actually tried what you're trying to do (pass events back to the 
calling form).

Rob





More information about the User mailing list