6 Mar
2000
6 Mar
'00
9:09 a.m.
Help, perhaps somebody from DC can help me swiftly? Is it possible to use your own manage_afterAdd method in a ZClass which is a descendant of CatalogAware Class? If so, how can you get this done? Does there exist something like 'inherited manage_afterAdd', like in other Object languages (eg Delphi?) : eg: def manage_afterAdd .... <blablabla my stuff blabla> inherited (and does now performs the method from the parent class) this doesn't seem to work : def manage_afterAdd ... <my stuff> catalogAware.manage_afterAdd ... Help! Thanks in advance! Tom.