Blipmode Problems

Blipmode Problems

Anonymous
Not applicable
2,615 Views
11 Replies
Message 1 of 12

Blipmode Problems

Anonymous
Not applicable

Everytime that I enter into a new drawing or even switch from one drawing tab to another, Blipmode comes back on. I have AutoCad 2014 and I have to type in ".Blipmode" and set it "off" everytime. Is there a setting that will along it to save as "off" as oppose to me have to select "off" everytime I go from 1 tab to another?

0 Likes
2,616 Views
11 Replies
Replies (11)
Message 2 of 12

leothebuilder
Advisor
Advisor
0 Likes
Message 3 of 12

Anonymous
Not applicable

I went through those settings you led me to:

 

Redefine, Blipmode

Blipmode, Off

 

which works as long as I don't tab to a new drawing. The moment I go to a new drawing, when I come back to the previous drawing with the blipmode off, blipmode turns back on as if nothing had happened.

0 Likes
Message 4 of 12

Patchy
Mentor
Mentor

Blipmode is stored in registry, not per drawing; something started when you begin a new drawing such as custom lisp or arx.....that turned it to ON.

0 Likes
Message 5 of 12

Anonymous
Not applicable

Can you give me directions on how to swith it? I'm not a total Cad guru

0 Likes
Message 6 of 12

Patchy
Mentor
Mentor

Copy the line below and paste to your autocad command line:

 

(Findfile "support")

 

and hit ENTER

 

write down the path it given you, then copy the acaddoc.lsp attaching here and paste it in that support folder.

 

Exit autocad completely and restart.

 

(This might work if you don't have custom lisp installed)

0 Likes
Message 7 of 12

nestly2
Mentor
Mentor

BLIPMODE was retired a few releases ago,  Unless you have manually redefined it, or have routine that Redefines it, you should be able to kill it by using the UNDEFINE command  (ie  UNDEFINE > BLIPMODE)

0 Likes
Message 8 of 12

leothebuilder
Advisor
Advisor

Blipmode ?

 

Ahhhh, such fond memories of days gone by !

0 Likes
Message 9 of 12

ampster40
Advisor
Advisor

@nestly2 wrote:

BLIPMODE was retired a few releases ago,  Unless you have manually redefined it, or have routine that Redefines it, you should be able to kill it by using the UNDEFINE command  (ie  UNDEFINE > BLIPMODE)


The OP may have discovered .blipmode still works and nothing has to be redefined to use it.  Or, you may need to see what's calling .blipmode perhaps.

 

Then again, maybe the period before a command means it's a retired command - never bothered with learning why a period vs a dash vs just the command is needed.

0 Likes
Message 10 of 12

pendean
Community Legend
Community Legend
A period in front of the name tells AutoCAD to ignore all languages that may be replacing the core english at the user desk, plus ignore any override lisp or add-on that masks itself as the core command name.
0 Likes
Message 11 of 12

ampster40
Advisor
Advisor

Thanks Dean.  Maybe that's why I never bothered with it, appears it is something for Acad to remember/use, not the person using it.

 

Or, is there a good reason a user should keep that info in mind? 

 

I've gotten so used to when a typed command doesn't work, jsut try typing one of three possible ways to launch it.

0 Likes
Message 12 of 12

pendean
Community Legend
Community Legend
For me, when a command does not act the way it is supposed to, this is one way to start diagnosing the problem (after I look it up in HELP to se if I rember it correctly).
0 Likes