AutoCAD Inventor :: Edit A Response Posting?
Mar 16, 2012I have noticed that if I start a thread I can edit the posting, but if I respond I cannot edit that posting. How do you edit a response posting?
View 8 RepliesI have noticed that if I start a thread I can edit the posting, but if I respond I cannot edit that posting. How do you edit a response posting?
View 8 RepliesPS Elements 10 crashes when I select quick edit and I get no response when guided edit is selected. Auto edit is working.
View 1 Replies View RelatedI would like to write a VBA macro which is able to find all of my inspection dimensions (rounded box in Inventor 11) and write some values into an excel sheet. Now, my problem is to identify the inspection dimension. I already looked into the API Object Model from Autodesk and into "all" properties of a drawing I created but I couldn't find them. I found the dimensions in the properties but no hint of an inspection flag.
View 5 Replies View RelatedSometimes when I am in an inventor drawing and I drag one of my views, my computer becomes slow, the cursor starts circling, and I get the (Not Responding) message up top. Why would this be happening?
Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot
I seem to be having trouble posting a text in NE isometric. I tried to convert to layout but no images appeared.
View 2 Replies View RelatedI have a dialog with lots graphic items and the response time for refreshing was very slow, sometime 2-3 seconds. I have re-wrote it so only certain parts update when they are needed,say when a value changes & this has worked, but there is still a very visible lag when re-freshing.
Basically I want to know if there is another less memory consuming process than re-fresh, or can you increase the available memory to the pallet, then dispose of it when completed? Another way I haven’t though of.
When I cut and paste, Autocad lags for up to 30 seconds before continuing to go back to the command prompt. This problem only happens after pasting, whether it is one line or multiple lines/objects. The quantity of data pasted makes no difference to the lag. Also, if it's a new file with nothing in the drawing the issue still happens. The scale list is purged along with the entire drawing, so even on a blank new file it happens?!
I am running autocad 2014 LT and migrated from 2010 recently, where the problem began. I don't have cutting and pasting problems in any other programs like photoshop either, so I have localised it to a cad being the issue.
Also I have tried uninstalling and reinstalling, but this doesn't fix the problem.
I'm running on intel core duo 2, 4gb ram and 64 bit operating windows system.
In Photoshop (5.5), how to paste all contents of one .psd into another .psd. All that happens is it pastes the contents of the layer I have selected. I already tried checking the link boxes of the non-selected layers, but that didn't seem to work. So...
View 3 Replies View RelatedI used gimp to create an image map but for some reason cant make that visible on my website. I know there is something I have to do with...source code I guess but I'm not sure how.....?
View 1 Replies View Relatedafter a bindXref i save the dwg in a path 'Archive' but if the file already exist i demand the user if i cant erase the dwg in archive before write my dwg. I want to force the user to close the dwg without save if the reponse is 'No'. (The function have BindXref so the dwg do not save this). No save only for this dwg not the other already open (I not know how to use event so.. and my DLL is not loading on the launch of autocad)
View 3 Replies View RelatedI just purchased x6. Here's what I'm trying to do...
I am a composer and I want to create "score perusal" videos of my music which I will upload to YouTube and embed on my website. I compose using a software notation program called Finale. There are two "views" in Finale:
1. Page view: the score looks just like an actual score with pages numbers, the notes, words, etc. showing one page at a time
2. Scroll view where the score is laid out horizontally.
In either view, I can "play" the score while a green line follows the music, turning pages (in page view) or scrolling horizontally (in scroll view). I can also "print" the pages as PDFs (but not as images).
Here's what I've tried in VSx6:
1. Using Screen Capture, I recorded the score as it scrolled across the screen. I put that Screen Capture in the video track and then imported the audio into the music track and synced it up. In VSx6 when I played it back using "project," the score looks bad (fuzzy). If I play back only the scrolling score (iow, no audio) it looks good (not razor sharp but legible), however, it can't afford to lose any sharpness or it will become too fuzzy. I have read on this forum that I should ignore such the quality before the movie is created (rendered?) and that all be well when saved as a movie.
2. From Finale I exported each page as a PDF (that my only choice). Concerted the PDFs to .png files. I tried normal and high quality. The higher quality (larger) the png file, the worse it looked in VS. Using a movie template, I put the .png files in as "pictures" (pages) and then, again, I synced the music.
I've tried saving the above in about every format available but seem clear enough, especially once they get uploaded to youtube.
I know there are many parameters. The two most important things are size, that is, I want the score to go from top to bottom of the frame since the notes are small, and of course, clarity... crisp as possible.
-Do I want 60p/50 editing checked under "Settings"? I can't see what it does.
-I assume I want 4:3 ratio since these are portrait pages?? (If I have 16:9 unchecked, does that mean 4:3 becomes the default?)
-In screen capture, does a higher quality monitor make a clearer picture, or does it not matter?
-In YouTube I note that one has to click the gear and then select 1080p. If Auto is set then it seems to play at 720p? I've only come close to what I need by setting it to 1080p but I fear many will not even know that setting is there.
Bottom, line, is it possible to get a clear enough image on YouTube or is this just not doable? I haven't tried printing (in ink) the score then scanning the pages and loading them into a movie. Is that a better option perhaps?
We are having slow keyboard response while typing in CAD 2010. (It happened a little while using 09 as well). We will start typing a command and our cursor will get ahead of what we're trying to type. Our dynamic input is OFF.
View 3 Replies View RelatedFor some days when I press the open button or print button on the toolbar, Autocad LT 2008 does not respond until after two or three minutes and opens the window.
I noticed that this only happens when I have enabled LAN. The "plotter" that I use is shared by a print server and when I hit the open button, the default folder that shows me a folder on the server.
I am trying out the free trial of LR4. My OS is Windows 7. The program is constantly freezing up and posting "Not Responding" at the top of my screen. I really dolike the program and would like to purchase it at the end of the trial, but only if the "Not Responding" stops.
View 1 Replies View RelatedI use menu's based upon the following snippet:
(if (or (equal choose "1"))(MYFUNCTIONSDEFINITION))
works a treat, its easy for me to understand even if maybe not totally orthadox in method.
So I can populate my code to have multiple selections such as follows.
(if (or (equal choose "1"))(MYfunctionDEFINITION1))(if (or (equal choose "2"))(MYfunctionDEFINITION2))(if (or (equal choose "3"))(MYfunctionDEFINITION3))
and so on, but the example above caters for situations the users enter the values of 1, 2, or 3. If the user enters anything else I get a nil response from AutoCAD. So I devised the following
(if nil (alert "Wrong selection"))
but no response from AutoCAD qua an alert
also tried to be more in uniform with the rest of the lisp and wrote
(if nil (MYalertRESPONSE))(defun MYalertRESPONSE ()(alert "Wrong selection"))
also fails to yield the desired response.
How do I reduce the resolution of a photo down to 100K for posting on the web?
View 3 Replies View RelatedHaving a rough time with Pipe Networks! I am working an example from the Mastering C3D book (P. 371) as in the following steps:
1.Clicked SS structure(16)
2.Selected Create Alignment from Network on ribbon
3.Selected last structure(18), hit Enter
4.Changed options as needed in Create Align from Network - Create Profile and Profile View check box: Selected
5.Changed options and clicked Create Profile View
At this point the program pauses, then a dialog box trys to partially fill the screen but is all white then fades away as fast as it appeared and I'm stuck with a paperweight that beeps at me everytime I click the mouse, no panning or zooming response at this time. The command line is prompting me for the profile origin. I can switch to other apps and bring up TM and when I attempt to end C3D then it tells me that it can't because waiting for response. I can then cancel the prompt to save the drawing and C3D exits the active command and control is returned.
[URL]
Civil 3D 2013 SP 1, 64 bit
Dell Precision T5600, 16 GB
Win 7 Professional 64 bit
Intel Xeon @ 2.0 GHz
NVIDIA Quadro 4000
Everytime I post an album to facebook a new facebook icon bar on left panel is created. Is this correct? The bar has the facebook icon as well as arrow to expand with only one album listed under it. I cannot imagine having endless bars for facebook as I upload albums. How do I correct this path.Also it doesn't show a wall post place as I saw on a tutorial. there is only an option to amke albums. What if I want to post a single photo to my wall?
View 1 Replies View RelatedIs this the same as the profile created by using a color checker card and a script?
If so, where is it stored so I can tell Merge to HDR where to find it?
Is it created by the calibrate DNG add on? I'm guessing I could plug script created numbers into it and have them saved.
If it is none of the above, how do you make one? Or is this above & beyond user ability, materials, electronics, etc.?
When I try to upload a gallery, I recieve the following error message: An error occurred sending the file: a response was not received in time.How do I correct this?
View 10 Replies View RelatedI draw images by hand and scan them into photoshop to touch them up with the wacom tablet. Often I'll want to take a piece of the drawing and rotate it, stretch it out, or move it. I select the piece, take the move tool (v) and do what I need to do. I then either press enter and move the piece, or I move it before pressing enter and applying the transformation.
Either way, what often happens is that the piece doesn't deselect, and I can't move it or alter it further in any way. After this happens, I also can't switch between layers, or I can, but what's on the canvas doesn't respond at all. I can still save, and select different tools in the program, but I can't work on anything. Also it might be relevant that I'm working with the frame animation window, and these drawings occupy layers that I'm using as animation frames. Selecting different animation frames also gives no response.
The only thing that works is to save what I'm working on and restart the program. Half the time this problem doesn't occur, but since I'm performing these actions a lot, it really slows me down. Photoshop works fine otherwise it's just this one thing that's bugging me.
My system specs:
Processor: AMD FX(tm)-6100 Six-Core Processor 3.30 GHz
Ram: 8 GB
64 bit operating system
Graphics: AMD Radeon HD 6670
I go to mk, connect my clip to a gmask , double click gmask to focus to that module. I switch to 2 viewport. The left is the schematic, the right is the F1 (front). First when i click the F1 viewport, i got no 'add' button for adding gmask. So i have to first go to view pulldown, just do some unecessary click there to refresh. Now after refreshing, i can see my 'add' button is showed up. But the second problem is : i can't immediately press that 'add' button, there's a lag about 5- 7 seconds before i can click that button.
Also i can switch from mk schematic to f1 or f4 quite fast, but sometime go from any of front/back/matte view back to the mk schematic, it will take 4-7 second even for simple/basic mk network/tree.
The problem won't appear when using single viewport.
I have a tablet NB which has no keyboard, so I need to save my file byclicking the "Save" dialog with my tablet pen.Sometimes the "Save" dialog has no reponse when I was using tablet pen, butother input devices like usb keyboard and usb mouse worked fine. I foundthe "Save as" and "Save a copy" dialog had the same problem.
View 6 Replies View RelatedBeen using PSP since X2 and never had any real problems, but I recently purchased and installed x6. It started giving me a problem I couldn't live with so I uninstalled and then reinstalled PSPX6 Ultimate. That didn't fix the problem tho.
My problem: when I click on minimize, maximize or close, nothing happens. Repeated clicks of maximize has more than once even closed the program altogether.
As I mentioned, re-installation did not fix it, although the first time I clicked maximize after re-installation it did work. Then it quit.
It's a Q6700, 4GB, 2TB drives, Epson R2880 running Windows 7, 64-bit. CS4 is very peppy, runs great, opens, closes, edits, NO PROBLEM.
UNTIL you decide to print. Once you hit the print selection it takes a MINIMUM of 40 seconds for the CS4 print dialog to appear. If you then hit the "page setup" button, it'll be at LEAST another 30 seconds before that appears. Once they're up, you can navigate around and make changes, but once you hit the print button on the dialog it'll be another 10-15 seconds before it responds and if you specify "Print Preview" it'll be at least another 30 seconds before you get the preview. Once it hits the printer, it prints fine. There haven't been any software or hardware changes in weeks, except the weekly MS updates that get installed.
I've tried large images, and small images in case there was something CS4 was doing. This process is this slow when printing a 4x6 greeting card or a 12 x 18 photograph.
What's interesting is this is a new phenomenon... It worked FINE up until sometime last week. Then suddenly, slow....... Concurrently, the print dialog STOPPED DISPLAYING INK LEVELS. The status monitor still displays them, but the printer dialog no longer does.
I've unloaded the printer and cleaned off every file I could find that appeared to be associated with an Epson print driver. Went to Epson and got the latest, Windows 7, 64-bit set of drivers and status monitor and installed that. No difference. Also tried a new USB cable AND switched it to the other USB port on the printer and on the PC. Nothing's made any difference......
If necessary, I can have her re-install CS4, but is there anything that should be done before we start clobbering major applications, or ever worse, the operating system?
I'm a user of CS5, on a MacPro.
I was so disappointed with the amazing slow response when trying to use the Mixer Brushes; fine when using small files, suitable for web, but when working with larger files intended for large printing, it was painful!! Have the people at Adobe sorted the problem out with CS6?
I am trying to access the edit original (edit with) option to edit a photo that has not been edited yet. I right click and go through the edit menu and does not appear or is not available? Would I have to reopen it manual in photoshop or is there a way around this to access that setting? it sometimes does not appear on my already edited photos.
I would prefer not to open each photo again, as some files i do not have and were imported into the document with another computer.
Someone has generated a frame from an unconstrained skeleton (all green lines). I can edit the 3D sketch by double clicking it but the 3D sketch tab doesn't come up. I can drag a vertex but it gives me the error message "drag geometry composite request cannot be run on document"
There doesn't seem to be any way of dimensioning or constraining or otherwise editing this geometry.I have two of these frames to deal with.
In a drawing, How is one able to edit a view after it has been created? For instance the parent view orientation is locked, the child views are locked with respect to everything except the identifier.
View 4 Replies View RelatedThe Edit via spreadsheet option does not work, it will not call up Excel, although it believes that it does. The computer is running Win7 Ultimate sp 1 64, Office Home and Business 2010 sp1 32, Inventor 2012 sp2. The software (windows, office) is up to date, I have done the registry edit that other sites have mentioned.
I will bring up an .ipt, right click on Table, click on Edit via spreadsheet. I will get a circle for a cursor for a moment as if it were processing, then nothing. I right click on it again, and just get the How To option, so it believes Excel is open when it is not.
If I create circle and then mirror that cicle in the sketch. How can I then edit that mirror?
When I create pattern in sketch I can edit pattern afterward but cant figure how to edit mirror (except deleting constrains).
Is there way to do it?