[Gambas-user] Action managment

Benoit Minisini gambas at ...1...
Fri Dec 5 13:38:28 CET 2008


On mercredi 3 décembre 2008, David Villalobos Cambronero wrote:
> Hi all, I have a problem using Actions. That is what I got:
>
> I have a form let's call it FMain, in this form I have a work space that I
> use to emmbed some others form, Let's suppose I emmbed a form in this work
> space, let's call it Form2, in this form, I insert a class, this class has
> some controls with actions, so at the end we have, two forms and one class:
> FMain::Form2::class, all of them has the Action_Activate procedure, but the
> Actions of the class are intersepted by the parent, in this case: Form2.
>
> How can I make my class to intersept his own Actions?
>
>  Regards
>
>
> --
> David
>

At the moment only classes that inherit Window can have an Action_Activate 
procedure.

Can you explain exactly what your goal is?

-- 
Benoit Minisini




More information about the User mailing list