Hi. I need a method that react to data context change in child data chain. In parent bizobj I can use afterPointerMove() method, but there is no similar method I could use in my child bizobj. I of course can use something like master.child.child.child.child.someMethod() and issue it from parent object, but it's very inconvenient. I can't use child afterRequery() method for this purpose because of buffering, it's called only if data expires. I need something happen after child setCurrentParent() and after optional requery(), e.g. at the end of _resetChildrenParent() method. What if we add a hook like afterParentCursorChange? -- Regards Jacek Kałucki
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
