Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Missing Open dialog box

  1. #1
    100 Club a_meteni's Avatar
    Join Date
    2002-12
    Location
    Cairo
    Posts
    174
    Login to Give a bone
    0

    Question Missing Open dialog box

    Hi everybody,
    Lately when i'm using OPEN command no dialoge box appear and i have to type though the Command line or press (SHIFT + ~) to get the dialoge box.
    is there's a way to get it back???
    Thanks,

  2. #2
    I could stop if I wanted to johan d's Avatar
    Join Date
    2006-01
    Location
    Belgium
    Posts
    287
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    filedia=1=dialog box
    filedia=0=command line

  3. #3
    All AUGI, all the time
    Join Date
    2003-10
    Posts
    706
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    Does anyone know why this setting might keep changing back to filedia = 0? A handful of people in our office keep asking this same question from time to time so obviously something they're doing sets it back to 0. All we use is standard LDD 2006 out of the box so some third party software can't be changing the setting. Thoughts?

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    Quote Originally Posted by Coolmo
    Does anyone know why this setting might keep changing back to filedia = 0? A handful of people in our office keep asking this same question from time to time so obviously something they're doing sets it back to 0. All we use is standard LDD 2006 out of the box so some third party software can't be changing the setting. Thoughts?
    With many LDT commands, if you cancel using <ESC>, system variables are not reset.

    If that's not it, you could set up a VBA sub with an App_SysVarChanged event to notify you when it get's changed. If you have access to the 2005 AU docs, this is documented in CP31-1.
    R.K. McSwain | CAD Panacea |

  5. #5
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Smile Re: Missing Open dialog box

    Quote Originally Posted by a_meteni
    Hi everybody,
    Lately when i'm using OPEN command no dialoge box appear and i have to type though the Command line or press (SHIFT + ~) to get the dialoge box.
    is there's a way to get it back???
    Thanks,

    Set CMDDIA = 0 to hide dialog box;
    Set CMDDIA = 1 to show dialog box.
    Last edited by BoKirra; 2006-04-26 at 01:36 AM.

  6. #6
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Question Re: Missing Open dialog box

    Quote Originally Posted by Coolmo
    Does anyone know why this setting might keep changing back to filedia = 0? A handful of people in our office keep asking this same question from time to time so obviously something they're doing sets it back to 0. All we use is standard LDD 2006 out of the box so some third party software can't be changing the setting. Thoughts?

    I'm using Mechanical 2005 & I have same problem.
    With many system variables, the settings keep changing back to default value.

    Can anyone help?

  7. #7
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    add it to your acad.lsp or acaddoc.lsp, if you set your system variables there, every time you start a new drawing, they will be reset to whatever you use.

  8. #8
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    Quote Originally Posted by ke.li
    Set CMDDIA = 0 to hide dialoge box;
    Set CMDDIA = 1 to show dialoge box.
    That is wrong.

    FILEDIA controls FILE DIAlog display. This was answered earlier in this thread
    R.K. McSwain | CAD Panacea |

  9. #9
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    Quote Originally Posted by ccowgill
    add it to your acad.lsp or acaddoc.lsp, if you set your system variables there, every time you start a new drawing, they will be reset to whatever you use.
    True. Just to clarify, assuming ACADLSPASDOC = 0, then "acad.lsp" should contain things that need to be done once per AutoCAD session -and- "acaddoc.lsp" should contain things that need to be done each time a drawing is opened.

    But if something changes a sysvar during a particular drawing session, this won't help unless you save and reopen the drawing.
    R.K. McSwain | CAD Panacea |

  10. #10
    Active Member
    Join Date
    2002-02
    Location
    Back in the Biz in NYC
    Posts
    80
    Login to Give a bone
    0

    Default Re: Missing Open dialog box

    From the Help Index -

    FILEDIA
    Suppresses display of file navigation dialog boxes.

    0

    Does not display dialog boxes. You can still request a file dialog box to appear by entering a tilde (~) in response to the command’s prompt. The same is true for AutoLISP and ADS functions.

    1

    Displays dialog boxes. However, if a script or AutoLISP/ObjectARX™ program is active, an ordinary prompt is displayed.


    CMDDIA
    Controls the display of dialog boxes for some commands.

    0

    Off

    1

    On



    Variables not equally exclusive. We had a script that turned both of these off while printing in V14 and then turned them back on. We had to manipulate them both if the print process was interrupted at all.

Page 1 of 2 12 LastLast

Similar Threads

  1. Open File Dialog Box Missing
    By ajw273 in forum NavisWorks - General
    Replies: 6
    Last Post: 2011-10-13, 06:12 PM
  2. open new dialog box missing
    By Gigliano70 in forum AutoCAD General
    Replies: 6
    Last Post: 2007-10-09, 02:23 PM
  3. Open dialog box missing in action!
    By wpalmer in forum AutoCAD General
    Replies: 3
    Last Post: 2006-06-17, 11:09 AM
  4. Open, Save dialog box missing
    By terencelee3 in forum AutoCAD General
    Replies: 3
    Last Post: 2006-01-11, 12:15 PM

Posting Permissions

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