Attention Autodesk Programmers - Need some help!!

Discussion in 'AutoCAD' started by Tim Ulrich, Dec 19, 2003.

  1. Tim Ulrich

    Tim Ulrich Guest

    Tim Ulrich, Dec 19, 2003
    #1
  2. Tim - The reason you're getting the error is because the
    MRUNumber property is read only in AutoCAD 2000 and
    2002 (not sure about 2004).
     
    Tony Tanzillo, Dec 19, 2003
    #2
  3. Tim Ulrich

    Chip Harper Guest

    The newsgroups are peer to peer support, that is users helping users. It is
    not an source for AutoDesk Programmer support.
     
    Chip Harper, Dec 19, 2003
    #3
  4. As Tony has pointed out, this property is READ-ONLY, including for AutoCAD 2004:

    ; IAcadPreferencesOpenSave:
    ; This object contains the options from the Open
    ; and Save tab on the Options dialog.
    ; Property values:
    ; Application (RO) = #<VLA-OBJECT IAcadApplication 00b5e51c>
    ; AutoAudit = 0
    ; AutoSaveInterval = 0
    ; CreateBackup = 0
    ; DemandLoadARXApp = 3
    ; FullCRCValidation = 0
    ; IncrementalSavePercent = 1
    ; LogFileOn = 0
    ; MRUNumber (RO) = 9 <<<=== (RO) = READ-ONLY
    ; ProxyImage = 1
    ; SaveAsType = 24
    ; SavePreviewThumbnail = -1
    ; ShowProxyDialogBox = -1
    ; TempFileExtension = "ac$"
    ; XrefDemandLoad = 2
    ; No methods
     
    michael puckett, Dec 19, 2003
    #4
  5. I'm not an Autodesk Programmer but.....

    That function (vla-get-mruNumber) doesn't exist.

    (getenv "MRUFilesToList")

    (setenv "MRUFilesToList" "1")
     
    Jason Piercey, Dec 19, 2003
    #5
  6. 'er... that should be (vla-PUT-mruNumber), not GET
     
    Jason Piercey, Dec 19, 2003
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.