• 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. How to click the“create new view”button on the form by skill...

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 2147
  • 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

How to click the“create new view”button on the form by skill?

dogman4
dogman4 over 2 years ago

Hi,cadence family,I want to click the“create new view”button and click "ok" button on the form by skill.This form is launch adexl and it's default button is "open existing view" ,show below; How to do with skill?thanks

  • Cancel
Parents
  • p94todorov
    p94todorov over 2 years ago

    Hello,

    for such tasks, usually the easiest way around is to turn on the log filter from the CIW options, keep track of the commands and then execute them sequentially via code:

    Then you can track the stack trace in the CIW and try to recreate it within hiRegTimer API calls with some delay and escaping the quotes.
    Your example might work with something like this:

    hiRegTimer("_axlInstallMainAndSubApps(\"explorer\")" 1)
    hiRegTimer("axlIntroForm->radioField->value=\"Create New View\"" 10)
    hiRegTimer("hiFormDone(axlIntroForm)" 12)
    hiRegTimer("hiFormDone(deNewForm)" 15)

    Regards,

    Petar

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Reply
  • p94todorov
    p94todorov over 2 years ago

    Hello,

    for such tasks, usually the easiest way around is to turn on the log filter from the CIW options, keep track of the commands and then execute them sequentially via code:

    Then you can track the stack trace in the CIW and try to recreate it within hiRegTimer API calls with some delay and escaping the quotes.
    Your example might work with something like this:

    hiRegTimer("_axlInstallMainAndSubApps(\"explorer\")" 1)
    hiRegTimer("axlIntroForm->radioField->value=\"Create New View\"" 10)
    hiRegTimer("hiFormDone(axlIntroForm)" 12)
    hiRegTimer("hiFormDone(deNewForm)" 15)

    Regards,

    Petar

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Children
  • dogman4
    dogman4 over 2 years ago in reply to p94todorov

    Hi, Petar, it's works, This saved me a lot of time. Thank you very much for teaching me the method.Very thanks
    Regards

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 2 years ago in reply to dogman4

    I was going to answer this yesterday but I was travelling. I checked, and there's no direct way of changing the default for this form. You could use the approach that Petar suggested, but for this specific situation it's a terrible way of automating creation of an ADE view.

    The best approach is to switch to using ADE Assembler instead (ADE XL is end-of-lifed anyway), and then you have the mae.* SKILL functions available. You can use maeOpenSetup() to create a new view, you can add tests to to it with maeCreateTest() and so on. No need to mess around trying to interact with forms which are liable to change - there's a decent batch programming interface already available.

    Regards,

    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