How to stop prompts in schematic editor?

Discussion in 'Cadence' started by Raghavendra, Jan 29, 2006.

  1. Raghavendra

    Raghavendra Guest

    Hi,

    In the cadence virtuoso schematic editor, everytime I use "w" to add a
    wire or "c" or "m" to copy or move , a prompt appears and I use the
    hide button to remove it from my screen.

    Can I use some skill settings in my cds.lib to avoid thse prompts ( &
    use default settins)?

    Thanks very much for the help.

    -Raghavendra
     
    Raghavendra, Jan 29, 2006
    #1
  2. Raghavendra

    Raghavendra Guest

    Correction: I meant some settings in .cdsinit or .cdsenv.

    Thanks.
     
    Raghavendra, Jan 29, 2006
    #2
  3. Raghavendra

    jayl-news Guest

    That sounds strange to me. I do not recall ever seeing behavior
    like that. I assume the "prompt" is a popup window. Exactly what
    do they say?

    AFAIK, this is *not* default behavior (and not behavior I would know
    how to induce). Perhaps you could try removing all your
    customizations (site/project/user/.), and see if he strange
    popups go away.

    -Jay-
     
    jayl-news, Jan 30, 2006
    #3
  4. I believe Raghavendra meant the command
    options form.
    This behaviour can be disabled by putting

    ui showOptionForms boolean nil

    in the .cdsenv or

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

    in the .cdsinit file.

    Bernd
     
    Bernd Fischer, Jan 30, 2006
    #4
  5. Raghavendra ,

    CIW -> Options -> user preferences => User Preferences Form
    There is a Boolean button - "Options displayed when commands start".
    Switch it OFF if it is ON.

    I do not know how to set this in .cdsinit

    regards,
     
    Suresh Jeevanandam, Jan 30, 2006
    #5
  6. There are several ways to control this:

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

    or

    hiGetCIWindow()->expertMode=nil

    in SKILL, or in the .cdsenv file:

    ui showOptionForms boolean nil

    You may want to check if you have this set to t somewhere...

    Andrew.
     
    Andrew Beckett, Jan 30, 2006
    #6
  7. Raghavendra

    Guest Guest

    More probably it is the enterfunction form (also known as an "option form").

    The .cdsenv setting to turn this off is:

    ui showOptionForms boolean nil

    which is the default value.

    -Pete Zakel
    ()

    If at first you don't succeed, try again.
    After that, give up.
    There's no sense in being a damn fool about it.


    -- W.C. Fields
     
    Guest, Jan 30, 2006
    #7
  8. Raghavendra

    Raghavendra Guest

    Thanks everyone for the replies.

    As an extension to the previous question:

    - Is it possible to selectievly turn this option ON and OFF for
    ShowOptionsForm

    For example, I want the options form for "r"-rotate while I do not want
    to see it for other commands.

    Alternatively, if I turn off this option for all commands, is there a
    way (Bundkey? Hotkey?) to selectievly make the options form appear
    whenever I need it.

    Thanks,
    Raghavendra
     
    Raghavendra, Jan 31, 2006
    #8
  9. See below:
    Press F3 .
     
    Suresh Jeevanandam, Jan 31, 2006
    #9
  10. Raghavendra

    Guest Guest

    The F3 key should be bound to toggle the options form on and off.

    -Pete Zakel
    ()

    "Would you tell me, please, which way I ought to go from here?"

    "That depends a good deal on where you want to get to," said the Cat

    -- Lewis Carrol
     
    Guest, Jan 31, 2006
    #10
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.