14 Nov
2001
14 Nov
'01
9:40 p.m.
Oliver Bleutgen writes:
in a python product, I want to insert an (folderish) object into the namespace like this:
parent_object subobject
Now I want that parent_object behave like subobject would be it's sq_parent, all other things should stay the same (acquisition from objects higher in the tree etc...).
No other bells and whistles needed, I need exactly what I depicted above. Have a look at "TransparentFolder" or my product "Mirroring Folder".
Neither does, what you want but you can see how to achieve this... Dieter