View Single Post
  #2  
Old 12-24-2014, 01:40 AM
Friedly's Avatar
Friedly Friedly is offline
Registered User
 
Join Date: May 2012
Location: Belgium
Posts: 76
Re: How do I register a frame?

Hello,
you have to go to your roaming files for direct modeling/Annotarion and have a look for a file named am_customize. This file is read if you start Annotation.
There is a section with an example
;;Example: Frame registration
;(docu-register-frame
; :ui-name "Company-A0"
; :wm-name ""
; :file "/tmp/Company-A0"
; :default :everytime) ;; T/NIL/:everytime

also fill in:
(docu-register-frame
:ui-name "default.mi"
:wm-name "default.mi"
:file "C:/MyDocs/example/default.mi"
:default :everytime) ;; T/NIL/:everytime

Succes
Reply With Quote