Cant Close Block Editor Without Closing Entire Drawing

Cant Close Block Editor Without Closing Entire Drawing

mrgrotey
Contributor Contributor
14,076 Views
9 Replies
Message 1 of 10

Cant Close Block Editor Without Closing Entire Drawing

mrgrotey
Contributor
Contributor

Hi there I currently have a really annoying glitch with AutoCAD 2015 that I can't get around.

If I go into the block editor and make my changes then hit the large 'Close Block Editor Button' on the ribbon, it asks me if I want to save the entire drawing instead of just saving the block and closing the editor.  If I hit yes it saves the entire drawing and closes it rather than staying in the drawing.  If I hit no it just remains in the editor.  Hitting 'Saves Block' first changes nothing.

 

I have had a new install recently and but I'm sure it didn't happen a couple of days ago.

 

Ever heard on anything like this?

0 Likes
Accepted solutions (1)
14,077 Views
9 Replies
Replies (9)
Message 2 of 10

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

>> hit the large 'Close Block Editor Button' on the ribbon, it

>> asks me if I want to save the entire drawing

What happens if you run command _BLCLOSE using the keyboard instead of clicking the menu?

 

And just to make sure about your exact version: can you please start command _ABOUT and send us a screenshot from that dialog?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 3 of 10

mrgrotey
Contributor
Contributor

That is very close to the exact answer I needed. 

It seems I had inadvertently change the command for the close button the other day when I was fiddling about with keyboard shortcuts.

 

Typing _BLCLOSE on the command line did indeed manually close the block editor in the correct way however putting this as the command for the close button did not work, it came up with an error saying BLCLOSE was not recognised (both with an underscore before it and without.

 

That said, simply assigning _BCLOSE does work perfectly so thanks for steering me in the right direction.

0 Likes
Message 4 of 10

Anonymous
Not applicable

It happened to me a couple of times, for no apparent reasons. _BCLOSE did not work either for me. Resetting variables did not help to close the editing block session.  As a workaround for the issue - type _BSAVEAS at command line or click Open/Save drop down and choose "Save Block As" from the drop down menu on top left of your icon ribbon.  You will need to give a block new name and it will allow to close it after that.

Message 5 of 10

samanthatXSA64
Community Visitor
Community Visitor
You just solved my issue, thanks!
0 Likes
Message 6 of 10

JReidhead
Contributor
Contributor

Thank you Agoretoy!  This has plagued me.  saved it as a new name (delete) then the it let me out

0 Likes
Message 7 of 10

donovans
Contributor
Contributor

What works for me is:

Menu: Tools - Block Editer

You get the option to save the block you working on - Yes

Next popup click - Cancel (Asking for block to Edit)

It's the only Solution that work for me.

0 Likes
Message 8 of 10

donovans
Contributor
Contributor

It happens to me to from time to time.

When you done editing in block editor.

Menu - Click on Tools - Block Editor

Click Yes to safe your block. Next a screen will popup asking for a block to be opend - Click on Cancel. You will be back in your drawing with the changes you made to the block saved. Definitely easies solution.

 

Hope it helps.

0 Likes
Message 9 of 10

RHancock5WYG2
Explorer
Explorer

Best solution I've found so far is to create a lisp routine that runs the _bsave command before the _bclose command. 

(defun C:bc() (command "_bsave""_bclose"))
Message 10 of 10

ssaussy
Explorer
Explorer

_BSAVEAS fixed it. You just saved my drawing. Thank you!

0 Likes