AutoCAD .NET :: Force User To Close DWG Without Save If Response Is No
Jan 17, 2013
after 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
ADVERTISEMENT
Aug 7, 2013
I have a problem. I use AutoCAD 2010. I want to know the use click save or discard button when close the document. I know the "Saved" Property of AcadDocument can tell me the result. However, I could not use the AcadDocument Class. Because there is another plug-in, when i use the com class just like AcadDocument , it will tell some error.so i only can use .net Class just like Document. Is there any Proprty to get it ?
View 3 Replies
View Related
Dec 5, 2013
Been 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.
View 2 Replies
View Related
Apr 14, 2013
Corel A.RM. has been popping up and forcing Corel to close. This has been happening at leas once or twice a day. I'm using X6 on WindowsXP. what A.R.M. is and possible reasons why this is happening?
View 6 Replies
View Related
May 21, 2012
I have purchased CS6 and I am having problems with the 64-bit version. After I open it completely freezes and I have to force close it. This happens every time I open it. I have tried uninstalling and re-installing it multiples times. I didn't have this issue with CS5. I am running this on a Mac 10.6.8, Processsor 2.8 with 8GB memory.
View 7 Replies
View Related
Sep 29, 2012
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 Related
May 15, 2013
I used to be able to open a drawing then close it right away, if it was not the drawing I was looking for, as long as I didn't pan, zoom, or do anything else. Almost a year ago I had a pop-up with-in AutoCAD that they reccommend I make this selection. I can't remember what it said really, it was something about a script or lisp loading at each drawing opening. Well, the result is the 'Drawing 1' does not disappear when I open another drawing and I would like that to stop. Also as I said it does it to every drawing. how to stop this? I tried the 'startup' command and that is not it. It is not a big thing just something I think is a waste of my time having to close that drawing each time I open AutoCAD. Not sure it matters but I am using AutoCAD 2012
View 7 Replies
View Related
Oct 20, 2011
Our company is using 2012Lt and has a couple (3) regular templates we use. The problem is I have to keep going back to the templates and clean them out (txt styles, layers, etc) and what I suspect is happening is that someone starts a new dwg does some work and the auto save kicks in before they "save as".
Question, is there a way to force someone to "Save As' immediately after they start a new dwg?
View 3 Replies
View Related
Mar 20, 2013
Within my InventorAddin in vb.net we are trying to force users to a particular folder when they save 3D Parts, Drawings etc.
This 'SaveAs' form does indeed fire, but after the 'Inventor' own 'SaveAs' form window. Can we suppress 'Inventors' window or even change that so it points to our preferred location.?
If we do not do this we are goinf to have 3D Drawings in the Parts folder etc etc.
PrivateSub applicationEvents_OnSaveDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnSaveDocument
If iApplication.ActiveEditDocument.FileSaveCounter = 0 Then
[Code].....
View 1 Replies
View Related
Feb 8, 2013
How may I best reuse a legacy assemlby and it's drawing to create/update to an vairant assembly?
View 3 Replies
View Related
Jun 4, 2012
I am using Autocad 2013, and need to have lisp wblock to a 2010 format file. Is there a way I can force it to, without the trouble of opening the file dialog box and setting the format there?
View 4 Replies
View Related
Mar 22, 2012
I'm trying to create a menu macro to close and dont save the drawing without it prompting me.
View 1 Replies
View Related
Jun 5, 2013
We have two computers running AutoCAD 2013 with Windows 7 64 bit and both crash regularly on save and close with about 2/3 of the drawing files. Typically it won't crash if I have only one drawing file open and then save and close. With more than one file open the system crashes regularly on both computers. Our service pack updates are current.
View 1 Replies
View Related
Feb 7, 2013
Since AutoCAD preserves the entire database list of commands used on a drawing from the beginning, is it possible to "back up," like using undo, after a drawing is saved and closed? Is there a way to come back the next day and start undoing the previous day's work?
View 4 Replies
View Related
Dec 13, 2013
Running Autocad Architecture 2014:
I am running into a problem, I like to use the annotative line type scale when I open the drawing i have to set the MSLTS to (0), and PSLTS to (0), LTS is already at (0). When I set these settings then save the drawing (saves as autocad 2013 version), close it down and re-open it the MSLTS and PSLTS settings reset back to (0). I've tried everything to get these settings to save but nothing works.
I want to keep these settings MSLTS (1), PSLTS (1), and LTS (1), after a save and re open they reset to (0)
View 2 Replies
View Related
Sep 4, 2012
I am working with an action macro to be able to use the EXPORT PDF option (save into current folder as DWG with no user input) / save the current drawing / and close.
At present i am able to get the macro to export the pdf and then (user input to directory to save and to overwrite the previous file) then save the file but cannot close the drawing.
View 1 Replies
View Related
Apr 30, 2013
I have some code (below) that will open my embedded excel spread sheet and it works great. Now I need the code to save and close the excel file after it’s been open.The embedded excel spreadsheet pushes some stuff the model and does a couple other thing. So all I really need is for the excel file to open, save, and close when the rule is run.Imports Inventor.
OLEDocumentTypeEnumExcelApp = CreateObject("Excel.Application")Dim ExcelFile As ReferencedOLEFileDescriptorExcelFile
=hisDoc.Document.ReferencedOLEFileDescriptors.Item(1)ExcelFile.Activate(kEditOpenOLEVerb, ExcelApp)
View 4 Replies
View Related
Sep 9, 2013
I´m trying to create an external iLogic rule that let´s the user specify a path and saves an assembly and all it´s components into one directory. Alternatively it could be the main workspace path which doesn´t have to be specified by the user so it can be handled internally.
The background is a design template that resides on a network storage which can be configured through an iLogic Form and when the user is done configuring the assembly to it´s liking it should be saved to it´s workspace.
I was looking through the snippets but couldn´t find anything related to "save all". I have the feeling that I have to cycle through all component occurences and save them one by one.
Getting a Save As dialog box seems to be possible as I could see on Curtis Waguespack´s blog but the commands he is using are nowhere documented. For example for calling the dialog box he is using
InventorVb.Application.CreateFileDialog(oFileDlg)
View 2 Replies
View Related
Apr 26, 2011
I want to know if I can get a compacted guide into quickly and effectively save all my autocad settings in a computer to be used elsewhere.
My personal settings include:
1. alias
2. autolisp that are loaded in the cui
3. an escape autolisp that is part of the right click context edit menu
4. re-arrangement of short cut menu (i.e addition of dimension linear, dimension aligned, plot)
5. new menu with new macros
6. option profiles
7. plot styles
8. hatches
9. libraries of block
10. palette
11. workspace
I know the list is long and can be longer and most of the time as I switch from one computer to another, there is the same repetitive task of copying, resettings and so on. Are there any effective way to transform an autocad post with all my settings at once, that effectively save all the settings and the files and the blocks and templates and effectively load all of them onto a new working post.
Somewhere it looks impossible, at least in its totality but who knows this may be possible.
View 7 Replies
View Related
May 26, 2010
how to make a routine for zoom extents, save all, and close all open drawings in a single routine?
View 3 Replies
View Related
Jan 7, 2013
I often open multiple images to make several changes, then use Close All and when it prompts "Do you want to save changes to ... before closing?" I check off the box to "Apply to all" and say Yes. This saves lots of time when adjusting several multi-hundred MB images. Imagine my surprise today when it closed an image without saving! I had to repeat about 30 minutes of work as a result.
I thought I had somehow accidentally clicked "No" to saving, so I made sure to pay close attention the next few times I used Close All to save work. It worked fine until a moment ago when it did it again.
View 6 Replies
View Related
Mar 29, 2013
In the menu under File there is a command "Close and Go to Bridge" Is there a way to do something similar for returning to Lightroom after a "Save"?
View 1 Replies
View Related
Sep 22, 2013
CorelDRAW X6 has been lovely and fast for me these last few months but the reason I quit Corel for a number of years was that, after a while it seemed to slow down. Now, suddenly, when I save a file of exit the program freezes for approx 35 seconds before finally closing. It makes no difference where I save the file (on my SSD C Drive or elsewhere). I have a 6 core, 32gb RAM etc and, as I was saying, it worked until today but suddenly this.
View 8 Replies
View Related
Mar 25, 2013
Whenever I edit (a copy) of an image in Photoshop CS6 from Lightroom 4.3 (Photo/Edit-In), after I save and close the image in CS6 the new psd image does not show in Lightroom. In order to see the image in Lightroom, I need to close Lightroom and then reopen Lightroom. It is almost like Lightroom needs to "refresh". Any solution that does not require me to close Lightroom? I have tried to use View/Sort by extension, filename, edit time, etc. with no effect.
View 4 Replies
View Related
Aug 2, 2011
I use CorelDRAW on a daily basis and recently the program takes a lot of time to open/close/save my files, or sometimes it'll simply freeze.
View 6 Replies
View Related
Sep 3, 2013
I created a file for someone using the Photoshop CS6 software, and he has just now informed me that he uses Photoshop Elements 10. The only thing he will need to do with the file, at most, is add layers on top of it. How can I save the file through CS6 for him to open and use in Elements 10?
View 1 Replies
View Related
Jul 14, 2011
I 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.
View 1 Replies
View Related
Sep 18, 2013
Is there any way to save colors to the Paint.net Palette, For instance, I have a list of colors made from user input and I want to put the in the palette...any code for that? Is that a valid Urinary Pixel Operation?
View 1 Replies
View Related
Mar 16, 2012
I 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 Replies
View Related
Jul 31, 2013
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.
View 1 Replies
View Related
Nov 13, 2013
Can we get an event / notification when user selects the Save option ?
My plugin is required to perform action on this event.
Which suite is used for the same ?
View 1 Replies
View Related