Dear all,

I have a problem with the code generated by Pogo. I use Pogo 9.1.11.
I use an abstract class that defines a set of attributes. I inherited from this class a concrete one. If I want to configure with Pogo an event on one of the inherited attributes of the concrete class, I have to set this into the Abstract class. But if I display the inherited class with Pogo, the event does not appear enabled: it seems it is not inherited in the right way.
If I try to enable by hand an event for an attribute inside the xmi file, the pogo does not display it: this happens particularly for the dataReadyEvent, and the code for that event is not generated inside the attribute_factory() method.
Maybe I do something wrong or I haven't understood something.

Thanks in advance for your help

Elisabetta