• 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. output format for form display.

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 13686
  • 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

output format for form display.

gs748
gs748 over 10 years ago

Hello,

I have a piece of code below for which I would like to get a formatted output like below. Is it possible to display below output format in hiCreateAppForm?

Letters Letters Letters Letters Letters
a b c d e
f g h i j
k l m n o

Code:

=================================================================

Characters=' ("Letters" "Letters" "Letters" "Letters" "Letters" "a" "b" "c" "d" "e"  "f" "g" "h" "i" "j" "k" "l" "m" "n" "o") ;

choices=foreach(mapcar elem Characters list(stringToSymbol(elem) elem))

mytoggle = hiCreateToggleField(
 ?name 'toppings
 ?prompt "Toppings"
 ?choices choices
 ?itemsPerRow 5
 ;?value ?( nil)
 ;?numSelect 1 )
)
hiCreateAppForm( ?name 'iceCreamForm
 ?formTitle "Ice Cream"
 ?callback "buildIceCreamCone()"
 ?fields list( mytoggle )
 ?help "cream" )

hiDisplayForm(iceCreamForm)

=================================================================

  • Cancel
Parents
  • gs748
    gs748 over 10 years ago

    Hi Andrew,

    Like below, I would like to have a check box for each line and display format should align with a tabular form. Thanks for your help here!

    Checkbox Letters Letters Letters Letters Letters
    Checkbox a b c d e
    Checkbox f g h i j
    Checkbox k l m n o

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • gs748
    gs748 over 10 years ago

    Hi Andrew,

    Like below, I would like to have a check box for each line and display format should align with a tabular form. Thanks for your help here!

    Checkbox Letters Letters Letters Letters Letters
    Checkbox a b c d e
    Checkbox f g h i j
    Checkbox k l m n o

    • 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