Results 1 to 3 of 3

Thread: AutoDesk Land Desktop 2006 Civil Design Workspace

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2007-09
    Posts
    1
    Login to Give a bone
    0

    Angry AutoDesk Land Desktop 2006 Civil Design Workspace

    Has anyone else had there profile menu disappear? I have tried unistalling and reinstalling the programs and nothing seems to help. Occasionally the Profile menu will appear then disappear again??? Any help will be appreciated.
    Thanks

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,804
    Login to Give a bone
    0

    Default Re: AutoDesk Land Desktop 2006 Civil Design Workspace

    Is the "civildesign.cui" becoming corrupt, or is the Profile menu just not showing up in the Civil workspace?

    If the latter, are you trying to load more than 24 pull-down menus at one time? You can, but only 24 are remembered between AutoCAD sessions.

    You can solve this by defining a workspace and then restoring that workspace when needed.

    If the Profile menu is simply being dropped from the workspace without you doing it, then you have other problems.....
    R.K. McSwain | CAD Panacea |

  3. #3
    AUGI Addict sinc's Avatar
    Join Date
    2004-02
    Location
    Colorado
    Posts
    1,986
    Login to Give a bone
    0

    Default Re: AutoDesk Land Desktop 2006 Civil Design Workspace

    If the problem is caused by the 24-item limit in menus, you can get around that by putting the following code in your ACAD.LSP file:

    Code:
    (defun-q MYSTARTUP ()
             (command "WSCURRENT" "")
    ) ;_ defun-q
    (setq S::STARTUP (append S::STARTUP MYSTARTUP))
    This automatically refreshes your last-active workspace each time you startup Land Desktop, which should cause the extra menu items to appear on the screen.

Similar Threads

  1. CV13-3: Best of Both Worlds: Autodesk Land Desktop and Autodesk Civil 3D
    By Autodesk University in forum Civil Infrastructure
    Replies: 0
    Last Post: 2013-04-17, 04:12 AM
  2. CV11-2: Best of Both Worlds: Autodesk Land Desktop and Autodesk Civil 3D
    By Autodesk University in forum Civil Infrastructure
    Replies: 0
    Last Post: 2013-04-17, 04:09 AM
  3. CV42-3L: Migrating from Autodesk® Land Desktop to Autodesk® Civil 3D
    By Autodesk University in forum Civil Infrastructure
    Replies: 0
    Last Post: 2013-04-08, 08:29 PM
  4. Civil Design 2006 Workspace
    By eduley in forum Civil 3D - Civil Design Companion - General
    Replies: 2
    Last Post: 2005-07-12, 03:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •