+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Full Member siderus's Avatar
    Computer Details
    siderus's Computer Details
    Operating System:
    Windows System 7
    Using
    AutoCAD 2009
    Join Date
    Nov 2005
    Posts
    82

    Default Missing the "Open File" dialog box

    Registered forum members do not see this ad.

    OK I don't know how this happened but I am quite annoyed at this. Anyway, normally when I would go under the file menu and click open to open a file you get this fancy little window that would allow you browse folders in order to find the particular file you would like to open. Well for some reason now when I select open the little window doesn't appear instead down the bottom of the page it is asking my to type in the file. Now sure I could do that and for the time being I will, but what did I do for this happen and can anyone tell me how to fix this. By the way I am running Autocad 2002 yes I know upgrade. Thanx in advance.
    GOT MARTIAL ARTS?
    www.mmavillage.com

  2. #2
    Forum Deity
    Using
    Civil 3D 2008
    Join Date
    Sep 2006
    Location
    Pittsburgh, PA, USA
    Posts
    3,581

    Default

    Set Filedia=1 <yawn>

  3. #3
    Super Member dumfatnhappy's Avatar
    Computer Details
    dumfatnhappy's Computer Details
    Operating System:
    Windows 7 64 bit
    CPU:
    3.6 dual quad core
    RAM:
    24 gig
    Graphics:
    Quadro FX 1700
    Primary Storage:
    269?
    Monitor:
    twin 24" flat panels
    Discipline
    Mechanical
    dumfatnhappy's Discipline Details
    Occupation
    mechanical design (Petro-Chem)
    Discipline
    Mechanical
    Details
    Process piping (3D)
    Using
    MEP 2013
    Join Date
    Oct 2007
    Location
    Apollo Beach, Fla
    Posts
    659

    Default

    also, the ~ (tilde) at the command promt will bring up the dialogue box.
    dum


    'Suppose you were an idiot. And suppose you were a member of Congress.. But I repeat myself.'
    --Mark Twain

  4. #4
    Super Moderator Cad64's Avatar
    Computer Details
    Cad64's Computer Details
    Operating System:
    Windows 7 Profesional x64
    Computer:
    XI Computers
    Motherboard:
    Asus P8Z77-V Pro
    CPU:
    Intel Core I7 3770K 4.1 Ghz Quad Core 3rd Gen
    RAM:
    8GB DDR3 @ 1333MHz
    Graphics:
    Nvidia GeForce GTX 570 1280MB GDDR5
    Primary Storage:
    SATAII 500GB 7200 RPM
    Secondary Storage:
    Western Digital My Book Studio Edition II - 2TB capacity
    Monitor:
    HPf2105 21" LCD Widescreen & Cintiq 21ux
    Discipline
    Multi-disciplinary
    Cad64's Discipline Details
    Occupation
    Freelance Digital Artist
    Discipline
    Multi-disciplinary
    Details
    In a nutshell, I create 3D models from the client's CAD files or design sketches, which I then use to produce high quality rendered images. Click on the link in my signature to view my portfolio. I'm always looking for work, so let me know if you need any renders. :)
    Using
    3ds Max 2011
    Join Date
    Feb 2006
    Location
    Southern California
    Posts
    8,433

    Default

    For future reference, you should choose a suitable name for your thread so that others will be able to find it when searching. For instance, you could name this one "File open dialog not opening", or something like that.
    "Work Smart, Not Hard"

    Click to View My Portfolio ( Updated 05/21/2013 ) --->
    http://www.rdeweese.com/

  5. #5
    Full Member siderus's Avatar
    Computer Details
    siderus's Computer Details
    Operating System:
    Windows System 7
    Using
    AutoCAD 2009
    Join Date
    Nov 2005
    Posts
    82

    Default

    Thanx for the help the filedia command worked. I know it was an easy one. Anywho any thoughts as to how this may have happened. in the first place.
    GOT MARTIAL ARTS?
    www.mmavillage.com

  6. #6
    Full Member siderus's Avatar
    Computer Details
    siderus's Computer Details
    Operating System:
    Windows System 7
    Using
    AutoCAD 2009
    Join Date
    Nov 2005
    Posts
    82

    Default

    Quote Originally Posted by Cad64 View Post
    For future reference, you should choose a suitable name for your thread so that others will be able to find it when searching. For instance, you could name this one "File open dialog not opening", or something like that.
    K thanx appreciate it
    GOT MARTIAL ARTS?
    www.mmavillage.com

  7. #7
    Forum Deity
    Using
    Civil 3D 2008
    Join Date
    Sep 2006
    Location
    Pittsburgh, PA, USA
    Posts
    3,581

    Default

    Quote Originally Posted by siderus View Post
    Thanx for the help the filedia command worked. I know it was an easy one. Anywho any thoughts as to how this may have happened. in the first place.
    Could be you aborted a lisp routine mid-stream, and it didn't have error control to reset the variable.

  8. #8
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    Registered forum members do not see this ad.

    This may help to explain it. It is from the new FAQ:

    The PICKFIRST variable controls whether objects may be selected before, or before and after a command is invoked. This affects all commands requiring objects to be selected: MOVE, COPY etc.

    The settings for PICKFIRST are:

    0 Turns off PICKFIRST; select objects after a command is invoked.

    1 Turns on PICKFIRST; select objects before or after a command is invoked.

    A reasonable explanation for PICKFIRST continually resetting to 0 is:


    Poor lisp programming. A lisp routine has been created which requires PICKFIRST to be changed in order for the lisp routine to work, but PICKFIRST has not then been reset to its original setting at the end of that lisp routine.
    An Error Handler has not been included in the lisp routine.
    Either way, PICKFIRST remains set as it was altered to during the lisp routine.

    An Error Handler should be included in every lisp routine so that any variables or settings changed by the lisp routine will be reset to their original values should the user exit the routine by hitting the ESC key.

    There are two ways to reset PICKFIRST to 1:


    Type PICKFIRST at the command line and set it to 1.
    Go to menu TOOLS > OPTIONS > SELECTION > Selection Modes > Noun/Verb check box. If checked, PICKFIRST is set to 1.

Similar Threads

  1. OPEN / SAVE / NEW DIALOG BOX MISSING
    By VALAH in forum AutoCAD Beginners' Area
    Replies: 22
    Last Post: 6th Aug 2012, 01:13 pm
  2. File, Open - Dialog Box
    By cninneman in forum AutoCAD Drawing Management & Output
    Replies: 9
    Last Post: 19th Feb 2011, 03:56 am
  3. Open File Dialog Box - How do I Change to Detail View
    By Weirdo109 in forum AutoCAD General
    Replies: 3
    Last Post: 10th May 2007, 05:23 pm
  4. I'm missing some of my dialog boxes...
    By Joro-- in forum AutoCAD General
    Replies: 2
    Last Post: 4th Oct 2006, 08:54 am
  5. missing dialog boxes
    By Alnkris in forum AutoCAD Drawing Management & Output
    Replies: 1
    Last Post: 26th Jun 2006, 10:48 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts