PDA

View Full Version : Creating customized frames


Glaber
08-11-2002, 11:36 PM
After I created a customized frame, I can't use it. I changed the am_customize to reflect the new frame. I can choose it during a new drawing, but or I get an error or it doesn't show at all. Error occurs when views are selected. I currently use SD 08.05a Nov2000 can someone help me

Paolo Marchetto
08-11-2002, 11:59 PM
The piece of code below is what I use to do the same. Look at it to check yours! Bye Paolo Marchetto (docu-unregister-frame-all) (docu-register-frame :ui-name "Grove-A0" :wm-name "" :file "C:/SD_Customize/Annotation/Format.a0") (docu-register-frame :ui-name "Grove-A1" :wm-name "" :file "C:/SD_Customize/Annotation/Format.a1") (docu-register-frame :ui-name "Grove-A2" :wm-name "" :file "C:/SD_Customize/Annotation/Format.a2") (docu-register-frame :ui-name "Grove-A3" :wm-name "" :file "C:/SD_Customize/Annotation/Format.a3") (docu-register-frame :ui-name "Grove-A4" :wm-name "" :file "C:/SD_Customize/Annotation/Format.a4") (docu-register-frame :ui-name "Nessuno" :wm-name "" :file "")