PDA

View Full Version : Problem disabling CreateNewParts


alexniccoli
12-16-2004, 02:33 AM
Hi all
I want to disable Creation of new parts during save of DRAWING_2D:following cocreate instructions i add following lines to custom.xml:

<Class extends="DMDrawing">
<Name catalog="awm_stda" msg_num="254">DRAWING_2D</Name>
<ManageParts>true</ManageParts>
<CreateNewParts>false</CreateNewParts>
</Class>


but it doesn't work correctly.Drawing manager try to create new part with the same name of the top of parts list.

thanks

Alessandro Niccoli

alexniccoli
12-16-2004, 04:17 AM
sorry.Drawing manager is ok.
I have introduced tag Class in a wrong section