• 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. Layout (X)L pop-up windows default position

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 3535
  • 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

Layout (X)L pop-up windows default position

patt
patt over 12 years ago

 

Hello,

 

Is there a way to set the default position where the various pop-up windows (i.e. "Copy", "Move", "Create Ruler", etc.) appear in Layout (X)L? These continuously appear around the middle of the screen and present an annoyance. Having them appear consistently in one of the corners would be nice.

 

Alternatively, is there a way to turn these off altogether?

 

Thanks in advance!

  • Cancel
  • dmay
    dmay over 12 years ago

    If you don't want the forms to show up by default, you can put this in your .cdsenv:
    ui      showOptionForms boolean nil

    Or use this in your CIW:
    envSetVal("ui" "showOptionForms" 'boolean nil)

    This setting is on a form: CIW->Options->User Preferences  "Options Displayed When Commands Start"

    Cadence uses an inconsistent approach to get forms to come up where you want. It would be nice if this was in the .cdsenv, but it isn't. You can use the following commands in your CIW or put them in a .cdsinit file:

    hiGetCIWindow()->optionFormPlacement="left"
    hiGetCIWindow()->formPlacement="left"
    hiGetCIWindow()->optionFormRelativeTo="currentWindow"
    hiGetCIWindow()->formRelativeTo="currentWindow"

    Your choices are:
    top, bottom, left, right, center, default

    Relative to:
    currentWindow, CIW, screen

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • patt
    patt over 12 years ago

     

    Works like a charm. Thanks, Derek!

    • 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