AutoCAD 2010 :: File Dialog Box Won't Open
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
ADVERTISEMENT
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
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
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
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
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
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
Aug 16, 2012
I would like to see consistent behaviour between dialogs. For me, probably the dialog that I use the most is the File >Open dialog. When I do File>Open and browse to a file, then close the file. The next time I do a File>Open, I am taken to the previous path, but the previous file is not highlighted/selected. So, I have to grab the scroll bar and pull it down to get to the file.
Now when I do a File>Open from Vault, it goes to and selects the previously opened file. This is also how Autocad works. Would be nice if Inventor worked the same way.
View 2 Replies
View Related
Aug 14, 2013
When I click on File>Open The dialog box no longer has a thumnail preview. Only a small grey box hovering on the right that says "Initial View" with a check box. I have attached a snapshot of my Autocad File> open dialog box so you can see what I'm getting on my end.
If I browse for files in windows explorer and change view option to thumbnail I can see the thumbnails just fine.
I've tried everything but I cannot get back my File> Open thumbnail preview.
In Tools> Options I have the thumbnail preview settings all set to save thumbnail preview image. Nothing has changed that I know if for the thumbnail preview to go away.
It's really slowing me down not being able to have thumbnail preview in the file> open dialog box.
View 9 Replies
View Related
Mar 21, 2013
I have a problem with previewing of new files I made in INV2013. Old files are OK. I can not find the cause...I also found, that some new files are correct and other incorrect, all made in INV 2013.
There are two types of error:
1) when I pick the file I want to open, in left lower corner - thumbnail window- is displayed text:"preview not available"
2) when I pick the file I want to open, the left lower corner - thumbnail window- is black
In iProperties panel I have checked "Save preview picture"
View 2 Replies
View Related
Aug 6, 2013
As soon as I click the drop down the screen shows as blank and the program freezes. This happens with all the following commands, Save AS, Insert.
I have checked the FILEDIA and it is set to 1
I seem to have the problem with all autocad products on my Windows 8 pro desktop. I have tried Autocad LT 2013 & 2014.
View 9 Replies
View Related
Jul 10, 2012
There are four of us in our office who all installed Autodesk Product Design Suite Premium 2013. One of us cannot see thumbnail previews in the file open dialog box or in the preview area of Windows explorer. She's using Windows 7, 64-bit.
View 9 Replies
View Related
Jun 1, 2012
I use Autocad since version 2.0. My THUMBSAVE value is 1.Still not showing a preview of the dwg.
View 9 Replies
View Related
May 19, 2009
Under my install of Vista Enterprise on an AD network, I'm am not getting the "computer" option to access local and network drives when I select "File/Open". All I get is the redirected "home" directory for that user. True for all Adobe applications (have the latest Creative Suite 4). Other Windows apps using Windows file/open dialog box can get to the network. Tech support said I should have an option to select the OS dialog box, but I do not see that on my install.
View 6 Replies
View Related
Aug 21, 2010
I have some problems with the new Open File Panel in the bookmarks section: I can save local link like "D:Maya_Projects" without problems but if I try to save a network link like: "\C02Maya_Projects" Maya not able to save it (sometime replace it with scripts folder).
View 1 Replies
View Related
Jun 15, 2011
since some weeks i have a real curious bug in 3dsmax.With less words: Everytime i want to open a File Dialog Window in 3dsmax it crashes directly after the mouse click without any warning. It is like something has killed my 3dsmax.exe process.In other words: I can't work anymore. Some examples for the File window are:
File --> Open
File --> Save as
MAXScript --> Run Script
and so on...
The only way i can save my MaxFile is to overwrite my existing File by pressing "CTRL+S"..Another curious thing is, that it seems to happen with random max files. If i work on a new scene everything is perfect, but after a week this problem happens with this scene too.First i thought that this problem occurs only on my computer, but yesterday another worker of our company had the same issue on a max file, which i have never seen before.Both of us haven't installed any software the last weeks.Another idea was, that we have a new windows hotfix, which occurs this issue, but all of our other machines are up to date too.
View 1 Replies
View Related
Sep 9, 2012
1. When i double click a .MAX file , the new windows of 3ds max opened, although there is already have a 3dsmax window i opened before That means i want to open the .MAX file in the existed 3ds max window -which i opened before (without have to drop .max file into 3dsmax )
2 .How to disable this dialog when drop a 3d model file to 3ds max ? it's annoying when dropping .max files and this dialog appears ,we have to click many times
i want it to choose : "open file" as default , how to do it and when we want this dialog appear again ,how to do that ?
and the same with this dialog : when i use ctrl+N( new scene) how to make it choose "New ALL" as default ?
View 1 Replies
View Related
Apr 17, 2010
It is no more possible open Hatch Edit dialog with double click on existing hatch. Now, this way opens only Properties
View 9 Replies
View Related
Jun 1, 2012
Why did Adobe remove the file preview area from the File > Open dialog box? I like having all my file requests showing Details mode so I need the Preview window when I am navigating, browsing and opening files.
Illustrator CS6 still has a Preview window, granted it only works on AI files, it should be able to preview PDFs and EPS files correctly, let alone all raster formats.
View 5 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
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
Mar 9, 2012
As an engineering company we have started to convert hundreds of our drawings from AutoCAD to PDF using a batch utility.
However every file that is converted into a PDF file is opened by a PDF Viewer. We want to prevent this.
I opened my *.pc3 file and removed the check from the appropriate box. See below
I press OK, then save the file and close. However when I reopen the file, I see the box for Openining in PDF Viewer has been rechecked. No matter what I do, I cannot permanently remove the check from this box.
View 5 Replies
View Related
Jun 10, 2012
When I have 2 files open, one minimized and the other visible on the screen, when I quit the file showing on the screen and then open the one that was minimized, it comes up w/a blank black screen. There is no way I have found to get the info in the file to display.
Then, if I save the blank screenof previously minimized file, close it then reopen it the info is back on screen with changes made to the file intact.
View 4 Replies
View Related
Oct 24, 2013
quick back ground - Windows 7 64 Bit - Autocad 2010 installed - IE 8 32 / 64bit - Lotus Notes 8.5
Our DWG files are stored in a shared folder, and we use a Lotus Notes DataBase to browse for drawings as you can put information with the DB Entry.
When you click Open drawing IE 8 pops up but the window is blank. PDF's open fine in IE 8.
why the dwg drawings are blank?
View 7 Replies
View Related
Dec 4, 2012
I'm working in AutoCAd 2012. I tried to open a set of working drawings that i've been working on. The file won't open. So far, with no success, I've tried:
a) renaming the .bak file as a dwg and opening it.
b) inserting the file in a new drawing
c) inserting the file as an xref in the new drawing
d) using recover to recover and fix the file
e) using recover to open the backup file
f) using the partial open command to open the file.
View 6 Replies
View Related