AutoCAD 2010 :: Open And Save File Dialog Box
May 30, 2012
I used to be able to save as and browse to the file where I want to sane or open a file
Now I get a dialog box where I can only save to the default location or manually enter the path and file name
Same with opening a file - I go file open and it is gives a path to the last file I used. There is option to browse - how I get this back to the normal function of open/save by browsing?
View 2 Replies
ADVERTISEMENT
Sep 18, 2012
I'm having a problem that my file dialog box won't open when I go to open, new or save as. When I hit open, new or save as the command bar wants you to type the file name. My co-worker told me to type CMDDIA and change it to 1. But that didn't work for my error. How to fix my AutoCAD issue. I attached a .jpg of what the command bar looks like when I hit the open button.
View 2 Replies
View Related
May 3, 2010
I am just trying to save a PDF from my illustrator file. However, when I go to Save as, and select PDF, no dialog box opens to allow me to set how I want the file outputted. IF I just hit enter, the file does save.. its just like the Dialog box is hidden or not appearing. The reason I need the dialog box is because I need to add bleeds to the PDF and my default save doesn't do that.
View 3 Replies
View Related
Jun 27, 2013
I have the student version of AutoCAD 2012 on an HP laptop with Windows 7 Home Premium OS. I originally installed AutoCAD in June of 2012. It worked fine for 9 or 10 months but now whenever I select File/Open, File/Save, or File/Save As, AutoCAD stops responding and the spinning blue donut appears. AutoCAD never comes back and I have to close it from Task Manager. I uninstalled AutoCAD and reinstalled it, and the process went smoothly. However I still have exactly the same problem with the File operations. I apply Windows updates, but other than that have not made any changes to the software on the laptop. AutoCAD works fine for everything except the File operations. I am able to save with CTL/S and am able to open AutoCAD files from File Manager.
View 3 Replies
View Related
Oct 8, 2012
I want to open a "Save File Dialog " with some default path.Like when user run that script I want to open a "Save As" dialog box with default path "/Volumes/<shared name>/<folder name>/.. ."I am using File.SaveDialog(prompt, filter);
but it doesn't open to the location by default that I want to open.
View 2 Replies
View Related
Dec 11, 2012
I'm having a problem throught CS6 with the Open, Save, or Save As dialog boxes not opening for a period of time after clicking on the desired functions. It can take over a minute just to get the Open dialog box up to browse for a file. Eventually, the dialog boxes open, but during the time that it's trying to open, the program is unresponsive. It is happening with all of my CS6 programs. I have unistalled and reinstalled with no fix. The programs are updated.
View 4 Replies
View Related
Oct 2, 2012
we have a new lab in our district with Autocad 2010 64-bit version installed on HP Compaq 8022 Elite SFF computers. There is 4 GB memory on the computers and a Quadro 400 graphics card. Autocad and Windows 7 64-bit have both been updated to the latest versions. The Autocad application locks up almost every time someone chooses the new document icon, or when they try to 'save as'. Sometimes when they choose to open a new document first, close that dialogue box, then try to choose the new document icon it works ok. But, for the most part, the application is unuesable. Some possible solutions we found online that don't work are to not use the Aero themes (we don't) and to not use Norton AV (we don't).
View 9 Replies
View Related
Aug 12, 2005
In AutoCad 2006, when I want to open a new or existing drawing or template, instead of regular dialog box I receive only a prompter dialog which is present in the command line also, asking me for the name of the drawing that I want to open; it is the case also when I want to save a drawing too. I already checked the "Options" under the "Open and Save" tab and everything looks to be in order. How can I resolve this bothering problem since I am able to perform the above tasks only accessing "Windows explorer"?
View 9 Replies
View Related
Jan 9, 2014
I've been running dual monitors (22" and a 18") for a while, but I just upgraded to a larger second monitor (now both 22"). Before, I left AutoCAD running in the main monitor, but now I've switched it to run in the second monitor instead. Now AutoCAD will not remember the position or size of the Open and Save dialog boxes while it is in the second monitor. Sometimes it throws them back into the main monitor and other times they show up in the second but without the resize I did previously.
View 1 Replies
View Related
Oct 7, 2013
Every time that I open a new drawing and select the path, open file dialog appears empty and If I click "ok" button, then appears the following message:
I´m using Civil 3D 2014+hotfix1.
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit
View 3 Replies
View Related
May 24, 2013
I'm using the file dialog snippet as the foundation for a save as dialog box for saving a new copy of my template assembly to a project folder. Is there a way to disable the ability to click on a file in the window which puts that filename in the input box? The assembly file name is standardized and pre-"calculated" by my code and its a decent hassle if you accidentally click another file because the user would either have to rewrite the file name by hand, or cancel out of the dialog box and re-navigate to the project folder.
Inventor 2013 SP 1.1
View 1 Replies
View Related
Nov 16, 2010
In the save as dialog box, the button for creating a new folder will automatically create a named "new folder" at the bottom of the files list. It does not come up highlighted for naming but can be right-clicked, renamed. If your files list is long you won't even see the new folder created as it does not snap to the folder either. Conversely; I can still right-click, new, folder. This acts as expected which creates folder at the top of files list, highlighted for naming.
View 6 Replies
View Related
Mar 19, 2013
I am difficulty getting the options dialog box to open (under the file menu "red A" dropdown list, options button). When I click on it, all of the buttons on top go gray and nothing appears. When I click on the black workspace, I get a compluter bell sound.
What I've tried to do to solve the problem is restart the computer and shutdown the computer.
View 2 Replies
View Related
Mar 9, 2012
I have several lisp routines I have been using since Acad 2002 (with occasional minor revisions) for my title blocks that open up a dialog boxes. None of the lisps I have that should open up a dialog box are working in a fresh 2012 install.
The lisps work in 2010 but not in 2012. I searched through the boards and found some info but it hasn't worked (made sure ATTREQ & ATTDIA set to 1).
Here is one the lisps in question:
(defun c:title(/ archl sqftl filel datel salel namel builderl planl subdivision1l subdivision2l plana planb year month day rb1 rb2 rb3 insp1)
(setvar "cmdecho" 1)
(command "attdia" "0")
(command "-osnap" "none")
(setq dcl_id (load_dialog "tools.dcl"))
[code]...........
I have tried changing the attdia value to 1 in the lisp but the result is the same. The command fails at the same spot:
Command: TITLE attdia Enter new value for ATTDIA <1>: 0
Command: -osnap Enter list of object snap modes: none
Command: nil
If I use -insert I can get the blocks to run by typing all the information at the command line but I want my dialog boxes back!
View 3 Replies
View Related
Mar 1, 2011
I have autocad civil 3d 2008 in my pc. From last 2 days I got a different problem i.e. when I am selecting open / save command from File menu graphical file select explorer is not opening just message in the command window . Previously I used to select files using graphical file explorer.
View 6 Replies
View Related
Apr 24, 2013
I'm using Autocad Civil3D 2011, Version 3. Just yesterday I noticed that the file date shown in Autocad's open file dialog box shows an earlier time than Windows Explorer, which shows the file date and time correctly. When I enter the "time" command on the autocad command line, the correct time is shown for the "last updated" time.
For example:
The Autocad open file dialog box shows the file having a time/date of 4/23/2013 3:54 PM
Windows Explorer shows the file having a time/date of 4/23/2013 4:10 PM
"TIME" command at autocad prompt returns the following:
Current time: Wednesday, April 24, 2013 3:55:35:454 PM
Times for this drawing:
Created: Thursday, March 27, 2008 5:49:57:104 PM
Last updated: Tuesday, April 23, 2013 4:10:56:299 PM
Total editing time: 17 days 15:31:26:967
Elapsed timer (on): 17 days 15:31:26:967
Next automatic save in: 0 days 00:09:58:237
I rebooted and restarted autocad, and resaved my file with the same results (although with different times-but again the autocad open file dialog box showed an incorrect, earlier time). I have never had this problem before, and it is driving me crazy as I usually sort my files by date to assure that I am working with the latest file.
View 4 Replies
View Related
Sep 18, 2013
when I invoke the Revcloud command and type "O" for options, I get a message box that says "Unable to open dialog box", if I close that message box I'm able to draw cloud lines in my drawing but I have no control of the cloud since I can not access the options dialog box.
My Revcloud was working fine last week.
why I'm getting the "Unable to open dialog box" message?
View 3 Replies
View Related
Mar 11, 2013
Why in Photoshop & Illustrator CS6 "Open" and "Save as" dialog box style is from Windows XP?
In AfterEffects, Audition and other is new dialog box style:
Can Adobe add in "Preferences" - option with checkbox for users Windows 7/8 who can use the new windows explorer with extended folder bar? That would be simplified and speeded up a lot of things.
View 3 Replies
View Related
Aug 24, 2013
Photoshop is unusable for me. I was running CS6 but it kept freezing when I tried to open a file. I uninstalled and installed CC -- same problem. I checked the preferences to see if there was a setting for an Adobe file dialog and it froze again.
I suspect it has something to do with Mountain Lion 10.8.4 but I don't have this problem in other Adobe apps. Ran Disk Utility, verified permissions, verified disk -- everything checks out. Not sure what to do.
View 2 Replies
View Related
Jul 31, 2012
When I go to the file open dialog box and start typing in a file name the the file name box it does not show a list of drawings that match the search in the file name box.
View 9 Replies
View Related
Apr 6, 2012
First, I am developing with the following system environment.
- ObjectARX 2011
- AutoCAD 2010
- C# with VS 2008
I am making a custom command that opens a open file dialog to prompt the user a dwg file.And the programmatically(automatically) insert another dwg file to the opened map.So what I tried to find a method to open a open file dialog, but couldn't find it.So next I tried to execute "OPEN" command programmatically. The following code is what I tried...
Application.DocumentManager.MdiActiveDocument.SendStringToExecute("OPEN", false, false, false);
and changing the second parameter to true...
Application.DocumentManager.MdiActiveDocument.SendStringToExecute("OPEN", true, false, false);
When I run the custom command, nothing happens. After opening a file, I want to insert ("INSERT" command) another drawing onto it. How could I achieve this?
View 5 Replies
View Related
Aug 4, 2006
Just thought I would post this because I have been looking for a working VBA file open dialog box solution for awhile. I'm an old autolisped making the jump to VBA and I have seen and read various solutons for the equivalent getfiled autolisp function but I never had much luck with them. This one worked for me it uses the Win API to do the job.
Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias _
"GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
Private Type OPENFILENAME
lStructSize As Long
hwndOwner As Long
[Code] ....
Make a form and place the following code listed below on a button to call the showopen routine.
Private Sub CommandButton1_Click()
Dim Filter As String
Dim InitialDir As String
Dim DialogTitle As String
Dim OutputStr As String
[Code] ......
View 9 Replies
View Related
Feb 1, 2013
How do I switch to Windows' dialog windows for open/save/etc dialogs ?
On Photoshop CS3 we had this option (PS's had more options, but Window's gives a better view).
For the same reason I would like that on AutoCad : AutoCad's dialog is misorganized and carries a bad side menu. I really prefer explorer's .
I know there is an option on AutoCad to use Thumbnails instead of list, for example, but it won't apply to evey folder.
And the side links (see the picture) poins to useless places, and I cannot add my shortcuts, oppose to windows', where I can.
View 1 Replies
View Related
Jun 7, 2012
I have the following function that opens the File "Save As" dialog box. It gets fed a drawing number and allows the users to browse to a folder where they want to save it. The problem is when a file already exists with the same name. A message box pops up letting the user know that the file already exists and do they want to overwrite it. The can pick yes to overwrite, but it doesn't really overwrite the old file, it seems like it opens it and then crashes when the rest of the program tries to run.
What I want to do is create a loop to determine if the file already exists. If it does not exist, then save the path and drawing name as usual.
If the drawing exists, I want to pop up a dialog giving two options; Overwrite, or Rename the current drawing. If they pick Overwrite, I can have the program delete the old existing drawing and then just save this one. If they pick Rename it will loop back to the "Save As" dialog giving the user the ability to change their drawing name (like add a "-1" to it.
Public Function GetFilePathAndName(ByVal dwgNumber) podDWG = ApplicationServices.Application.DocumentManager.MdiActiveDocument podDB = podDWG.Database podEd = podDWG.Editor podPSO.InitialDirectory = "W:Work_in_Process" podPSO.InitialFileName = dwgNumber podPSO.Filter = "AutoCAD DWG Files|*.dwg" podPFR = podEd.GetFileNameForSave(podPSO) Select Case podPFR.Status Case EditorInput.PromptStatus.OK SaveDwgName = podPFR.StringResult Case EditorInput.PromptStatus.Cancel MsgBox("User Cancelled.") End Select Return SaveDwgName End Function
View 4 Replies
View Related
Oct 6, 2010
First of all a little bit about the hardware/software:
- Windows 7 Enterprise 32 bit
- ACAD2011 with 1.1
- Nvidia GeForce 8400 GS (not a supported graphic card from what I know)
- Intel i5-750
Since we got that out of the way let's get to it.
A week ago I was told that a lot of times the PC's freeze when you try to "Save", "Save as" or "Open" a file (we open/save on a network drive). If that happens we have to restart the PC and hope it doesn't happen again, but since this happens quite a lot (over the course of four days about 27 times on 7 PC's) I tried to fix this.
I installed the patch, updated the drivers for the graphic card and reinstalled NET Framework 4. The problem didn't occur as often but it still happened sometimes.
View 9 Replies
View Related
Jan 25, 2012
I have a user with AutoCAD LT 2007 SP2. Whenever he clicks on File > Open... the drop-down list to browse to another directory is blank. It doesn't show any local or network drives. He can open files just fine from Windows Explorer.
View 1 Replies
View Related
Jan 11, 2013
In AutoCAD 2012 when the File Open Dialog Box is displayed there is a drop down option list called Views and the option at the bottom is Preview. That's the same in both the English and German versions of AutoCAD, other than in German its called Vorschau. When the option is ticked (checked) a preview is displayed, if it is not ticked then no preview is displayed.
In AutoCAD 2013 this option for Preview does not exist because the Preview is always there.
OK, how do you see this in your version of AutoCAD 2013. Who sees the preview and who not?
Or, is there a setting somewhere that controls the visibility of the preview. I don't know, but I would like to know.
Or, is there a setting somewhere that controls the visibility of the preview. I don't know, but I would like to know.
View 8 Replies
View Related
Sep 24, 2012
Environment: CS6 (PS 13.0.1) Mac OS X 10.7.5. Plenty of hardware. (Generally starting with .CR2 RAW.)Recently (maybe since the 13.0.1 update??), I have been having problems with the open and save as dialog boxes.
First. The open file dialog always defaults to Enable: blank (i.e. no file types enabled). Each time I have to go to the bottom of the dropdown list and select "All readable documents" before I can open ANY type of file. I've searched in everyway I can think of looking for some method to have OPEN default to "all readable" but can't find anyway to do this. when whipping around at deadline having to stop each time and make this change is irritating. No other program has this difficulty (including Illustrator and InDesign). PS 5.5 did not exhibit this behavior on the same machine.
Second. When I save as and try to select any file format, say going from psd to tiff, the format dropdown list ALWAYS selects the format ABOVE the one I choose. Example: If I select JPEG, PS tries to save as .iff. If I pull the selection down to JPEG2000 it will then save as standard JPEG. Again just an irritant but, tiff (which I need for several other programs) is last on the list thus there is no way I can go one below it to get tiff format selected. It always comes out as png. Also note that the Format selection indicates the correct format - in the case of tiff the dialog box shows TIFF selected, but the program is appending .png. (Continuing the save as (without altering my selection) always results in the incorrect format no matter what the Format dialog says in the save as operation.) Again, no other program I work with (including several Adobe products) exhibits this behavior.
I seriously need to be able to save as tiff.
View 12 Replies
View Related
Oct 26, 2012
I have loaded about 10 pictures in the editor of elements 10. I want to save them to an sd card. When I try to do that it tries to save all of my pictures instead.
View 4 Replies
View Related
May 16, 2012
I'm using Autocad 2013, and the Open File Dialog Box has disappeared. Every time I try to open a drawing, it defaults to the command line. I have the same error with Image Attach. It's only my user. Other Users on the computer do not have this issue. Settings to change it.
View 5 Replies
View Related
Jul 3, 2013
Can I copy the file names of open dialog box?
View 4 Replies
View Related