Title Blocks… using your own.
If you would like to use your own title blocks with Annotation do the following:
Create you customized title blocks and store them in u:/sd_customize. If you do not have a sd_customize directory create one.
The names of the title blocks will need to be “format_A”, “format_B”, etc.
Copy the file am_customize from N:/CoCreate/sd_customize_11/ANNOTATION directory to C:\Documents and Settings\ all users\Application Data\CoCreate\SolidDesigner\sd_customize_11\ANNOTATION
Edit the am_customize file:
;; LBNL Frames ;;
LBNL setting 7/26/00
(docu-register-frame
:ui-name "E Size"
:wm-name ""
:file (format nil "~A/ANNOTATION/format_E"
lbnl_load_path))
(docu-register-frame
:ui-name "D Size"
:wm-name ""
:file (format nil "~A/ANNOTATION/format_D"
lbnl_load_path))
(docu-register-frame
:ui-name "C Size"
:wm-name ""
:file (format nil "~A/ANNOTATION/format_C"
lbnl_load_path))
(docu-register-frame
:ui-name "B Size"
:wm-name ""
:file (format nil "~A/ANNOTATION/format_B"
lbnl_load_path))
(docu-register-frame
:ui-name "LBNL A Size"
:wm-name ""
:file (format nil
"~A/ANNOTATION/format_A" lbnl_load_path))
;; LBNL Frames ;;
LBNL setting 7/26/00
(docu-register-frame
:ui-name "yourname A"
:wm-name ""
:file
"u:/sd_customize/format_A")
(docu-register-frame
:ui-name "
yourname B"
:wm-name ""
:file "u:/sd_customize/format_B")
(docu-register-frame
:ui-name "LB yourname C"
:wm-name ""
:file "u:/sd_customize/format_C")
(docu-register-frame
:ui-name " yourname D"
:wm-name ""
:file "u:/sd_customize/format_D")
(docu-register-frame
:ui-name " yourname E"
:wm-name ""
:file "u:/sd_customize/format_E")
That is all there is to it.
Good Luck, Doug 2/07/01