[Gambas-user] Event handler in descendent class

2009-12-12 Thread bbb888
Is there a way for a specialised class to have an event handler for an event raised in the base class? Specifically in this case I have a scaffolding class workCodeTableItem that inherits CodeTableItem, adds a few scaffold attributes and I have now found that one of these attributes needs to be

Re: [Gambas-user] Event handler in descendent class

2009-12-12 Thread Benoît Minisini
Is there a way for a specialised class to have an event handler for an event raised in the base class? Specifically in this case I have a scaffolding class workCodeTableItem that inherits CodeTableItem, adds a few scaffold attributes and I have now found that one of these attributes needs

Re: [Gambas-user] Event handler in descendent class

2009-12-12 Thread bbb888
Benoît Minisini wrote: Is there a way for a specialised class to have an event handler for an event raised in the base class? Specifically in this case I have a scaffolding class workCodeTableItem that inherits CodeTableItem, adds a few scaffold attributes and I have now found that