Select Hierarchy Instance Name without using hiCreateAppForm

Discussion in 'Cadence' started by taena_nyo, Nov 26, 2007.

  1. taena_nyo

    taena_nyo Guest

    I want to get the list of the net names that I will select without
    using a form?


    hiCreateAppForm(
    ?name 'MYform
    ?fields list(
    hiCreateStringField(
    ?name 'net
    ?prompt "Net"
    )
    hiCreateButton(
    ?name 'select
    ?buttonText "Select"
    ?callback "asiSelectNet('net ?prompt \"Select Net\")"
    )
    )
    )


    Can someone please help me?

    Thanks in advance!

    Best regards,
    kline
     
    taena_nyo, Nov 26, 2007
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.