How to select an image with a '0' IMAGEFRAME?

How to select an image with a '0' IMAGEFRAME?

aduncanE8VUL
Explorer Explorer
1,721 Views
15 Replies
Message 1 of 16

How to select an image with a '0' IMAGEFRAME?

aduncanE8VUL
Explorer
Explorer

Trying to create a title block and set the imageframe and oleframe to '0' to remove the outline, but now the bmp logo will not save to the title block and I can not select it to make any changes to this logo. How can I select this image to save it to the title block or revert it to '2' so I can select it? or even just delete it so I can reinsert it or whatever I can do besides start over with everything.

0 Likes
Accepted solutions (1)
1,722 Views
15 Replies
Replies (15)
Message 2 of 16

atGK8NU
Advocate
Advocate

Click on the edge of the image

Use a crossing window

Shift + left click anywhere inside the image

 

These should easily select the image with IMAGEFRAME off. Are you sure you don't have another problem with this image that is preventing you from selecting it? 

0 Likes
Message 3 of 16

CodeDing
Mentor
Mentor

@aduncanE8VUL wrote:

Trying to create a title block and set the imageframe and oleframe to '0' to remove the outline


The IMAGEFRAME and FRAME variables affect your image outline (FRAME overwrites IMAGEFRAME). They are "System Variables" and will persist across autocad drawing sessions, they are not applied on a per-drawing or per-image basis.

 


@aduncanE8VUL wrote:

but now the bmp logo will not save to the title block and I can not select it to make any changes to this logo.


How are you trying to "save it to the block"?
If there is nothing to select, then how can you see it? Is the layer locked?

 


@aduncanE8VUL wrote:

How can I select this image to save it to the title block or revert it to '2' so I can select it? or even just delete it so I can reinsert it or whatever I can do besides start over with everything.


It is mostly preferred to save an OLE image inside of a title block. Have you opened the block for edit and pasted the OLE image? Have you tried changing the FRAME or IMAGEFRAME variables? 

 

 

...can you post an example drawing file of what this image looks like?

 

Best,

0 Likes
Message 4 of 16

pendean
Community Legend
Community Legend

@aduncanE8VUL wrote:

...but now the bmp logo will not save to the title block ...


Are you positive the real issue is simply that the reference path to the BMP file is no longer applicable?

Open the XREF Palette and look for little yellow triangle at your missing content's name.

0 Likes
Message 5 of 16

aduncanE8VUL
Explorer
Explorer

I can not click on the edge of the image, it does not highlight or anything it's as if it is part of the grid. It is not locked in the layers. None of those things helped me to select it.  I don't know if there is another problem with the image, it was fine until I did the Imageframe number. I would just delete it but I can not select it

0 Likes
Message 6 of 16

apjones
Collaborator
Collaborator
Set imageframe to 2.

This is visible, but does not plot.
Pete

>Please Accept as Solution and give Kudos as appropriate to further enhance these forums. Thank you!
0 Likes
Message 7 of 16

CodeDing
Mentor
Mentor

Post a drawing file so we can look at the image.

 

Could also try QSELECT, then filter by the entity type to select it.

0 Likes
Message 8 of 16

aduncanE8VUL
Explorer
Explorer

aduncanE8VUL_0-1713210095981.png

no notification--I added the logo by opening it in paint and selecting it and doing pastespec to insert

 

0 Likes
Message 9 of 16

aduncanE8VUL
Explorer
Explorer

I Can not select it to change anything

0 Likes
Message 10 of 16

aduncanE8VUL
Explorer
Explorer

I tried a test block without it and it wouldn't load into a new document. I haven't used autocad in years and have spent all day building this dumb little title block and can't even get it to work. Maybe it is better to just stick to hand drawing. 😞

0 Likes
Message 11 of 16

CodeDing
Mentor
Mentor

@aduncanE8VUL ,

 


@CodeDing wrote:

Post a drawing file so we can look at the image.


^ ^ ^ ^ ^ ^ ^ ^

0 Likes
Message 12 of 16

pendean
Community Legend
Community Legend

@aduncanE8VUL wrote:

no notification--I added the logo by opening it in paint and selecting it and doing pastespec to insert


AutoCAD seems to think you should be able to select it, see the pop-up

pendean_0-1713214619638.png

 

Share that DWG file here please.

0 Likes
Message 13 of 16

aduncanE8VUL
Explorer
Explorer

I see that says frozen I don't know why because when I opened it up this morning it does not say frozen and I still can't select it.  the pop up shows up when you hover.

0 Likes
Message 14 of 16

pendean
Community Legend
Community Legend

You may have sent me the wrong DWG file, there are only Plines in this one

pendean_0-1713271614739.png

 

0 Likes
Message 15 of 16

aduncanE8VUL
Explorer
Explorer

sorry about that 

Message 16 of 16

CodeDing
Mentor
Mentor
Accepted solution

@aduncanE8VUL ,

 

I have never ran into this issue before, but evidently somebody has. Here is an Autodesk article that solved the issue in your drawing:

 

https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Embedded-OLE-canno... 

 

In summary, set your OLEFRAME variable to 1 or 2, then you can delete/move/copy/etc..

 

Best,