PDA

View Full Version : Text table in Annotator


Jung
11-28-2001, 03:53 PM
Is it possible to input text from text table. We have this function in me10. But I can't find it in annotator. Regards.

Wolfgang Traetner
12-05-2001, 04:54 AM
Hi Jung {strange name ;-) },<br> its very easy. Everything is well prepared by the Annotation people. Have a look to your default am_customize file. Around line 350 you will find the customization function to do it. For angles etc. its used. For texts it is not initialized. But you can simple change the line to <pre>(docu-set-predef-values :text :text (list "Preliminary" "Confidential" "3D Model exist"))</pre> Then it will work. It's also possible to use a function-call inside (e.g. inquire user name, date). It's also explained in the advanced customization pages of AM.<br>HTH Wolfgang