高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】is odlylayerfilterremovenested90 implemented
is odlylayerfilter::removenested() implemented?
is odlylayerfilter::removenested() implemented?
hi,
it seems that odlylayerfilter::removenested() is not implemented. is it true?
isn't it a good idea to put into future documentation an information about which function is implemented?
regards,
michal sliwka
attached files
no, it is not true.
perhaps you did not save your changes in database, calling odlygetlayerfiltermanager()::setfilters
layer filters structure is completely virtual, it is not database resident. that is mentioned in comments to layerfiltermanager, maybe not clear enough though. arx implenetation is similar.
the ony method really not implemented in ly subsystem is ::filter(), and it is bad indeed that this fact was not mentioned in comments/docs. it will be fixed in the next release (if ::filter will be still not implemented)
|