AutoCad :: Show Attached Image Just By Mouse-over
Sep 12, 2012
attach an image and hide it, but when the user take the mouse over the hidden image, he/she can see it, for example I want to send a daily report to my manager and I want to attach some Image in the drawing and hide it, But it can be seen by moseovering.
View 9 Replies
ADVERTISEMENT
Jun 12, 2013
I have unchecked the box for "Show import dialogue when memory card is attached" in LR 4 and checked it in LR 5, but LR 4 is still opending every time when I insert a card in my card reader.
View 1 Replies
View Related
May 2, 2013
I have attached and image to a surface of a part and when I bring it back to AutoCad I can not see the image.
View 1 Replies
View Related
Oct 3, 2012
Attaching a JPG to an email, says its a larger size than the original?
View 2 Replies
View Related
May 24, 2010
I am trying to clean up our drawing database and have run across several drawings that are showing external file references with a status of 'unreferenced'. During a scan early last week of all current revisions of our drawings (about 120000) we uncovered about 7500 drawings that don't quite cut the mustard as it pertains to the use of attachments. I have written a small .NET app that scans through my drawings, but I am having difficulty with one aspect of my probing.
I need to be able to open up an AutoCAD drawing, navigate to said drawings image dictionary, get a RasterImageDef from that dictionary, and then check to see what the 'status' of that drawing is. By 'status' I mean the status as reported in the External References dialog that appears when using the command 'xref'. In particular, I want to write out/show a message when I encounter a drawing with an attachment that has a status of 'Unreferenced', which I take to mean that the drawing was attached at one point, has been unloaded, but not properly detached.
My problem is that I can't seem to get to any property that shows that status. I have used ARXDBG to snoop the database and I can verify that I see the images still in the image dictionary, but not in the drawing itself. I also can't seem to get at thte status of the attachment. To compund the matter, everytime I try to inspect the RasterImageDef object I get, AutoCAD locks up and bombs out.
I am guessing I could get at what I need via C++/ObjectARX but I don't want to go that route if I dont have to. I have attached a snippet of the code I am currently using to scan through my drawings, not perfect or even pretty, but it works.
View 5 Replies
View Related
Aug 1, 2013
I'm experiencing a strange behavior when i import a DXF with a plugin for AutoCAD 2012, but only when i'm on Win7 64bits.
The plugin normally (in WinXP) would load the .dxf file, then if it has a reference for an ortophoto picture, it places the picture on the right place and "visible" (you'll get what i mean by this later).
On the other hand, on win7 64bits when i import the dxf file using the plugin, it only shows the frame of the picture, but no picture inside!
cadgis_1
But, if i close the file i just opened and open the .dxf using Autocad "default" open, on the layout the picture is showing just like it was supposed to...
Autocad_layout
So, now i've opened the .dxf using Autocad, let's try again to open it using the plugin and.... voilá! The picture is displayed, bright and shinny! A miracle i must say!
cadgis_2
And if i open it again using the "default" open from Autocad, not only it displays the picture on Layout but also on the Model!
Autocad_Model
I'll attach the dxf with the external .tiff file.
DXF File
Tiff File
I wasn't able to upload the picture, so i've placed in a zip file and attached it to the post.
View 5 Replies
View Related
Jun 24, 2012
I've got a issue with working with images. I draw furniture full scale and sometimes it necessary to hard draw and scan the drawing and then attached the image in autocad and trace over the image in AutoCAD 2013. everything is fine until I attach the image, then it freezes with every move that I try to make. The images are around 700 kbs in size. Is there anything I can do or change some kind of setting?? btw. version 2004 doesn't have this problem.
I'm running windows 7 pro
Dell XPS M1710
4 gb memory
View 2 Replies
View Related
Nov 30, 2013
I have a large JPEG image (10000*11000px), attached to an Autocad drawing, that I want to crop multiple times. I cannot load it into memory using .Net, I get an out of memory exception. the only thing I think I can do is read it directly from Autocad. To do that, there is a method of the "RasterImageDef" class called "OpenImage" witch returns an IntPtr to the image. I tried to create a Bitmap object from the IntPtr and the save it to disk. I get no errors but the saved image is black. here' the code :
public static void IntPtrTest(){ Document doc = Application.DocumentManager.MdiActiveDocument; Database db = doc.Database; Editor ed = doc.Editor; ObjectId imageDict = RasterImageDef.GetImageDictionary(db);
[Code]....
View 1 Replies
View Related
Feb 13, 2013
I am trying to write a LISP that does the following:
-Open drawing
-Saveas as NEW drawing based on certain criteria from DCL menu
-Deletes old drawing
-*THEN, if drawing contain attached IMAGE FILE (.tiff in my case)
-Rename image file and repath image file based on the new file name
I have gotten it to do all of this, except I can not figure out how to change the "reference name" of the attached image file (.tiff)
Is this read-only data? I can manualy change it under xref manager, so there should be a way to do it via code...
The closest I have gotten:
;;after renaming and repath image file...
(SETQ NAME2 (substr (getvar "dwgname") 1 (- (strlen (getvar "dwgname")) 4)))
(setq item (vlax-ename->vla-object (entlast)));convert to vl object
(setq check (vlax-property-available-p item "Name" T));check if the entity can be updated
;if it can
(if check
;change value to match
(vlax-put-property item 'Name NAME2))
'Name seems to be valid w/ xref'd blocks but not xref'd/attached image files..
View 1 Replies
View Related
Jun 19, 2012
how to snap such as the attached image? URL....
View 24 Replies
View Related
Aug 9, 2013
I can't draw with it like this. It's basically what the title says, when I draw a blue line shows up until I release the mouse button and then my stroke appears.
View 2 Replies
View Related
May 26, 2012
ok, i have a jpeg i want to email. i click on attach and the drop down comes up, i navigate to the image i want and highlight. at this point--always in the past up until last week--a thumbnail of the image shows up in the column to the right of the name of the image, so i can make sure i'm sending the right image. suddenly, i'm no longer seeing the image to the right. (see attached).
View 4 Replies
View Related
Apr 18, 2012
I need the attached image edited so the people in the photo appear shirtless. The people in the photo needs to have an athletic build and a non-hairy body. I'm new to PhotoShop.
View 7 Replies
View Related
Jan 23, 2013
I saved an image attached to an email in jpg with 4000 x 2664 pixels to the organizer. Even though I designated jpg format, it was saved in png and was downsized to 150 x 100 pixels. How do I save the attachment in jpg format and not be downsized?
View 5 Replies
View Related
Apr 12, 2013
how to turn off the mouse function when the mouse cursor moves over a feature, such as an edge, point, or surface, and highlights it. I don't want it highlighting the features automatically. I want it to highlight once I click over a feature. My colleagues and I are very distraught by this feature, and will be discontinuing our use of your products that do not allow us to turn this feature off. I'm not sure why you'd want to weed your customer base like this, assuming that I can't turn this option off from the research I've done pouring through the hundreds of complaints related to this issue. I haven't been able to find any posts recently, or regarding Inventor 2013 specificially on this issue, so I was hoping this version had the option of turning it off. Does any of Autodesk's software, such as AutoCAD, have the option of turning it off?
View 5 Replies
View Related
Oct 30, 2013
I followed the tutorial on this page: [URL]. However, my animation auto plays and mousing over has no effect. I have searched and sreached to no understandable (to me) avail. Here's a link to the file: [URL]
View 2 Replies
View Related
Feb 11, 2011
Can Gimp create a highlight on mouse-over when an image map is created and put on a web page?
Maybe that's a thing only an html editor like Kompozer can do?
View 5 Replies
View Related
Dec 20, 2006
Some time ago, the Gimp stopped responding to my mouse in the image window. In other windows and on menus the mouse works fine (ie I can select brushes and such and use the interface without problems), but in the image window (or more precisely, the canvas area) it's as if the mouse doesn't even exist. All kinds of clicks are ignored, the rulers doesn't show the position of the cursor, and the position in the lower left also isn't updated (it isset once upon entering the window, but after that it's dead).
This originally happened out of the blue one day while using Gimp 2.2.11 . I tried upgrading to 2.2.12 and then 2.3.13, without success. I also deleted the ~/.gimp*directory in the hope that regenerating the config would fix the problem, but no.
No matter what I do, I can't make the Gimp recognize the mouse in the image window. The mouse isn't anything special, and it used to work with the exact same X config I've got now. I haven't changed the xorg.conf file in several months. The Gimp is the only application with this problem.
This is on a dual-core amd64 processor in 64-bit mode (haven't tried 32-bit), Linux kernel 2.6.18, Xorg 7.1.
View 6 Replies
View Related
Oct 3, 2012
I tried to install the latest pacth but that doesn't fix my problem. (photoshop CS5 12.04 MAC) As i said in the title: when I'm under hand tool mode or when I hold the spacebar down to get the hand tool, the image mouves around and just continue to glide as if it wears ice skates!
View 4 Replies
View Related
Sep 17, 2013
When I move my mouse over my image the brush cursor is not moving and it will not let me click on my image (with the mouse) the crosshair/cursor will follow it, however the brush will not, nor will any other tools, my wacom tablet however works fine.
I thought it must be something to do with GIMP accepting input but its not going as of yet.
View 2 Replies
View Related
Feb 23, 2012
After I move an image or line of type to where I want it on a Photoshop CS5.1 layer, it moves an extra pixel. It is incredibly annoying and want it to stop before I start screaming. I've turned off all "Snap" and "Snap To" menu items.
View 14 Replies
View Related
Feb 11, 2013
How to do image moving based on mouse movement in adobe edge animate 1.0?Just like drag and drop option in flash
View 3 Replies
View Related
Aug 17, 2013
I can't seem to click and drag an image with the mouse when using Full Screen Preview under the Edit Tab.
I see the hand icon and the scroll bars when the whole image can't fit on the screen but when I left click it's like I hit the Esc button.
Clicking the scrollbars will work but isn't as convenient. Under the Manage tab it works correctly. I have reset the workspace with no luck.
I use this feature a lot and would like to know if others have this problem.
The problem existed in X5 SP2 and now X5 SP3.
View 6 Replies
View Related
Jul 7, 2012
I'm searching for quiet a while now, but I can't find information or an example to show an Icon (image) in a button on the shelf for my new tools. The addin should run on 64bit windows.
I found some example wich use vb6 tools, but I don't have these on my win64 and c#.
How to add an icon to a button?
View 3 Replies
View Related
Aug 22, 2013
I inserted an image into my AC drawing. I’m doing a drawing in 3D starting from this image, using solids and regions. When the visual style is set to Realistic I can see the image but when I change to X-Ray all I can see is black and white points instead of the image.
See attached file
Funny thing is that yesterday it was working perfectly, meaning I could see the image in X-Ray mode, but today it doesn’t work! I don’t understand.
I have already made a new drawing, check with other images formats, and it doesn’t work
I'm using AC 2011
View 3 Replies
View Related
Nov 12, 2013
I'm running Map 2014 SP1 on my machine and the rest of the users in our organization are running Map 2013.
If I save a drawing back to a dwg 2010 version all is fine, but if I save the same drawing to a dwg 2013 version other users are not able to activate and query from it, even though they are otherwise still able to open and work with the drawing.
View 4 Replies
View Related
Mar 12, 2012
I have some building department forms in pdf format that I have inserted into paperspace in a layout. They appear fine in layout view and in print preview.
But when I print the layout to pdf, the attached pdfs all print faded. The pdf (as an underlay) is set to fade = 0, contrast = 100. No transparency setting I can find. The layer transparency is 0 and the plot style is at 100% screening.
If I set the layout to *NOT* print transparencies, then the pdfs print dark as they should. But I sometimes use transparency for shading or poche, and would like to be able to use that and also have an inserted pdf print properly.
Is there a way to set pdf underlays to print at full density? I seem to remember finding a global setting for this once, but can't find it now.
View 9 Replies
View Related
May 7, 2013
I have an access database attached to a blank drawing. The database is a list of existing oil wells. I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks. For instance, the first two fields in the database are the x and y. Some of the other fields in the database are the well status and company name. Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block? I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc. Using Civil3D 2013 infrastructure design suite, Win 7 64-bit, office 64-bit.
Dell Precision T3600 - Windows 7 64-bit
NVIDIA Quadro 600
Intel(R) Xenon(R) CPU E5-1607 0 @ 3.00GHz 3.00GHz
8 GB ram - Two 1TB raid
View 8 Replies
View Related
Jun 4, 2012
Is there any way to change the names of attached images? I have many drawings that thas about 10 images attached to each drawing; I have to change the name of images and I would like to assign these renamed images to the images attached to the drawing. Is there any way? Or will I have to detach the images and then attach them again?
View 1 Replies
View Related
May 9, 2013
I have an access database attached to a blank drawing. The database is a list of existing oil wells. I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks. For instance, the first two fields in the database are the x and y. Some of the other fields in the database are the well status and company name. Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block? I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc.
Dell Precision T3600 - Windows 7 64-bit
NVIDIA Quadro 600
Intel(R) Xenon(R) CPU E5-1607 0 @ 3.00GHz 3.00GHz
8 GB ram - Two 1TB raid
View 3 Replies
View Related
Nov 7, 2013
Updating the attached dwg (Xref),The file Q1 is attached to the file Q5 (attached). Edits are applied to the Q1. These edits are not transferred to the Q5 despite the fact that the “regenerate” button is pressed.
What might be the issue here? How the edits on the Xref files are reflected directly to where they are attached?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 6 Replies
View Related