[TransWarp] Component hierarchy traversal
Radek Kanovsky
rk at dat.cz
Mon Oct 13 04:34:30 EDT 2003
On Fri, Oct 10, 2003 at 04:54:01PM -0400, Phillip J. Eby wrote:
> > def computeValue (self, comp, instanceDict, attrName) :
> > root = binding.lookupComponent(self, ICommandRoot)
> > root._registerCommand(comp, self.cmdname, self.cmd)
> > return self.cmd
>
> That should be:
>
> root = binding.lookupComponent(comp, ICommandRoot)
Thank you. It was really stupid bug.
Regards
RadekK
More information about the PEAK
mailing list