• 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. Preventing a form from unmapping till the user wishes

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 144
  • Views 14229
  • 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

Preventing a form from unmapping till the user wishes

mana
mana over 14 years ago

 Hi

Iam designing a GUI for an application. I have used the hiCreateAppForm function in it to create a  form. By default, the form gets unmapped once the user presses OK. In case the user again wants to give inputs with minor changes in the fields, he has to fill the entire form all over again. So i wanted to keep some option to keep the form mapped on screen with all the fields having previous values filled in them, till the user himself gives instruction to fill a fresh form. I was looking for some argument in the hicreateAppForm function or a seperate function to enable such a thing. 

So if I may get some suggestions on the same.

 

  • Cancel
Parents
  • dmay
    dmay over 14 years ago

    Here are two things you can do:

    1. Add an Apply button to your form so that the form is not dismissed:
        ?buttonLayout 'OKCancelApply
    2. Define your form as a global variable and if the form is already bound, just display the form, do not recreate it:
    unless(boundp('_MY_FORM)
        hiCreateAppForm(?name '_MY_FORM
        ...
    )
    hiDisplayForm(_MY_FORM)

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 14 years ago

    Here are two things you can do:

    1. Add an Apply button to your form so that the form is not dismissed:
        ?buttonLayout 'OKCancelApply
    2. Define your form as a global variable and if the form is already bound, just display the form, do not recreate it:
    unless(boundp('_MY_FORM)
        hiCreateAppForm(?name '_MY_FORM
        ...
    )
    hiDisplayForm(_MY_FORM)

    Derek

    • 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