|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】layout reactor
layout reactor
layout reactor
i wanted to trace layout events and defined a class similar to that
shown below.
class clayoutreactor : public odstaticrxobject<oddblayoutmanagerreactor>
{
odrx_no_heap_operators();
public:
clayoutreactor(){}
~clayoutreactor(){}
virtual void layoutremoved(const char* layoutname,const oddbobjectid& layoutid);
virtual void layoutrenamed(const char* oldlayoutname,const char* newlayoutname,const oddbobjectid& layoutid);
-------------
------------
};
however, i do not know exactly to which oddb class i will have to call addreactor() so that i can add an instance of this class. please help
this reactor should be added to database, but corresponding methods are not implemented now. we will add them in 1.15
vladimir
when will be the version 1.15 available?
.................................................. .........................
quote:
originally posted by niteshsingh_007
when will be the version 1.15 available?
firm date is not yet assigned
vladimir
layout reactor
presently i have migrated to dd 2.03. i still do not find a way to add
layout reactor to the database class.
when this feature will be included? i needed to trace the layout events.
regards,
george
this feature will be included in version 2.2 which is to be released in december.
vladimir
|