• 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. "Dynamic" submenus in a slider menu

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 142
  • Views 1250
  • 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

"Dynamic" submenus in a slider menu

kkdesbois
kkdesbois over 4 years ago

Hello, I created this case 46532196 before discovering this forum.

So, let me expose my expectation : 

In my skill code, I'm used to create manually the submenus according to the number I need. Like that :

                     (hiCreateSliderMenuItem ?name 'SwapModels
                        ?itemText "slider title"
                        ?disable nil
                        ?subMenu (hiCreatePulldownMenu 'SubMenu "SubMenu"  (list 
                                    (hiCreateMenuItem ?name 'item1
                                                      ?itemText "submenu1"
                                    )
                                    (hiCreateMenuItem ?name 'item2
                                                      ?itemText "submenu2"
                                    )
                                 ))
                     )

 

I would like to create the same type of menu but dynamically, i.e without knowing by advance the number of submenus.

A list would contain the submenus' names.

For example : l_submenus= (list "submenu1" "submenu2")

 

Is it doable?

Kk.

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 4 years ago

    If you've already opened a case, I won't respond here to avoid duplicating work with a colleague. The forum guidelines ask you not to post a question here if you've already got a case open for that reason.

    Sorry!

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • kkdesbois
    kkdesbois over 4 years ago in reply to Andrew Beckett

    ok. sorry for the duplication.

    I'll wait for the case's answer

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • kkdesbois
    kkdesbois over 4 years ago in reply to Andrew Beckett

    ok. sorry for the duplication.

    I'll wait for the case's answer

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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