• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Stopping the Escape key from closing my dialog.

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 14978
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Stopping the Escape key from closing my dialog.

KevinWH
KevinWH over 6 years ago

I'm creating a dialog with hiDisplayForm

When the form is displayed, and I press the "Escape" key, the dialog closes.

Is there a way to prevent that behavior?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago

    Not as far as I know...

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • RK56
    RK56 over 6 years ago in reply to Andrew Beckett

    I wonder why not. What if hiFormCancel is assigned to the Escape key?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to RK56

    You can't define bindkeys for transient forms (only for Window forms - i.e. forms instantiated into window). So the esc key (when the focus is on the form) will cancel the form as built-in behaviour (so I'm not sure what benefit assigning hiFormCancel() to the escape key would have, since that would be a bindkey for over the canvas in a particular application, and it already cancels the form if the focus is on the form anyway). There is a cdsenv var for options forms (i.e. forms associated with an enter function):

    ui      cancelEnterFunHidesOptionForm boolean t

    which means that esc doesn't cancel but hides the form (on the first press) - the second press does however cancel the command. That's almost certainly not what you wanted though.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information