Suppress dialog boxes ...

Discussion in 'Cadence' started by Raf, May 19, 2004.

  1. Raf

    Raf Guest

    Hi,

    I'm wondering if there is any way to suppress the appearance of dialog
    boxes when I do things like move, copy etc. in both schematic and
    layout. I find them very annoying and I have to hit hide every time I do
    anything.


    Raf Karakiewicz
    Electrical Engineer
     
    Raf, May 19, 2004
    #1
  2. In the Options->User Preferences form in the CIW, turn off the
    setting to show option forms (I can't remember exactly how it is
    worded).

    This can also be set by doing:

    envSetVal("ui" "showOptionForms" 'boolean nil)

    or:

    hiGetCIWindow()~>expertMode=t

    in your .cdsinit file, or by adding:

    ui showOptionsForms boolean nil

    in your ~/.cdsenv file

    Regards,

    Andrew.
     
    Andrew Beckett, May 20, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.