• 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. problem in using hiOpenWindow with forms

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 12959
  • 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

problem in using hiOpenWindow with forms

omarahmed
omarahmed over 9 years ago

Hi 

I am using the function hiOpenWindow  to create a from, but I face a problem the problem is,
when I  use the hiOpenWindow to show the form the "buttonLayout" which are defined as part of the form using the function hiCreateAppForm, are missed so I have a window with no buttons like OK cancel help and some other customized button 

is there a way to get the buttonLayout back inside the window?

below is some pseudocode

buttonLayout = list( 'OKCancelApply
list( 'customizedButton strcat("customizedButton(....)") )
)

form = hiCreateAppForm(........

?buttonLayout buttonLayout ]

)

hiOpenWindow( ?type "form"

                               ?form form
                             );

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Your subsequent post chasing a response to the above seems to have been lost in the web site update last week. However, if something is urgent, you should go via customer support, not post here.

    The simple answer is that you will need to create buttons on your form if you want such buttons on a Window form (using hiCreateButton). Essentially there are two styles of form - normal forms (which have buttons but are essentially transient windows) and window forms (which have menus and no buttons at the bottom - they're intended more for applications that stay open for a while).

    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