Author Topic: RIBBON PROBLEM  (Read 7449 times)

0 Members and 1 Guest are viewing this topic.

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: RIBBON PROBLEM
« Reply #15 on: October 07, 2013, 04:07:21 PM »
Sorry BlackBox,
The correct alert is that:

Code: [Select]
Autodesk DWG.  This file is a TrustedDWG last saved by an Autodesk application
or Autodesk licensed application.

Command: _RIBBON

Workspace "_RIBBON" does not exist.
Enter name of workspace to make current [?] <DEAP>: C*Cancel*
Enter workspace option [setCurrent/SAveas/Edit/Rename/Delete/SEttings/?]
<setCurrent>: OMMANDLINE

Invalid option keyword.
Enter workspace option [setCurrent/SAveas/Edit/Rename/Delete/SEttings/?]
<setCurrent>:
Enter name of workspace to make current [?] <DEAP>:

BlackBox

  • King Gator
  • Posts: 3770
Re: RIBBON PROBLEM
« Reply #16 on: October 07, 2013, 04:23:10 PM »
Sorry BlackBox,
The correct alert is that:

Code: [Select]
Autodesk DWG.  This file is a TrustedDWG last saved by an Autodesk application
or Autodesk licensed application.

Command: _RIBBON

Workspace "_RIBBON" does not exist.
Enter name of workspace to make current [?] <DEAP>: C*Cancel*
Enter workspace option [setCurrent/SAveas/Edit/Rename/Delete/SEttings/?]
<setCurrent>: OMMANDLINE

Invalid option keyword.
Enter workspace option [setCurrent/SAveas/Edit/Rename/Delete/SEttings/?]
<setCurrent>:
Enter name of workspace to make current [?] <DEAP>:

Something is still incorrect on your end... Here's mine:

Code - Auto/Visual Lisp: [Select]
  1. Command: (command "._workspace" "_setcurrent" "BlackBox")
  2. ._workspace Enter workspace option
  3. [setCurrent/SAveas/Edit/Rename/Delete/SEttings/?] <setCurrent>: _setcurrent
  4. Enter name of workspace to make current [?] <Civil 3D>: BlackBox
  5. Command: nil
"How we think determines what we do, and what we do determines what we get."

BlackBox

  • King Gator
  • Posts: 3770
Re: RIBBON PROBLEM
« Reply #17 on: October 07, 2013, 04:26:30 PM »
Perhaps we give the Script alternative a go?

It appears that 2009 is invoking the _RIBBON Command at startup, which is interrupting your Acad.lsp file.
"How we think determines what we do, and what we do determines what we get."

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: RIBBON PROBLEM
« Reply #18 on: October 08, 2013, 08:10:41 AM »
Hi BlackBox
How are you?

There were a lisp that giving error when the autocad starts. So I deleted it.

Many Thanks, BlackBox
You helped me a lot.

Best Regards


« Last Edit: October 08, 2013, 08:43:02 AM by FABRICIO28 »

BlackBox

  • King Gator
  • Posts: 3770
Re: RIBBON PROBLEM
« Reply #19 on: October 08, 2013, 09:01:56 AM »
Hi BlackBox
How are you?

There were a lisp that giving error when the autocad starts. So I deleted it.

Many Thanks, BlackBox
You helped me a lot.

Best Regards

Hi FABRICIO28 - I'm glad you got it sorted.

Cheers
"How we think determines what we do, and what we do determines what we get."