What is the life cycle of a datatype?

More precisely, I'm writting a dataype and I would like:

1. To be able to validate its attribute and content as soon as
possible (and if possible report the Location of the error)
2. To launch some process to modify the Project as soon as the
datatype is defined (actually, I want to add some properties in it).

Currently, I validate the content only when the datatype is used by a
task (and I can't report the location).  And I have overwritten the
setProject for the second point.

Is it the best aproach?

Thanks,

--
Gilles SCOKART

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to