• 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. Allegro X Scripting - Skill
  3. How to refresh the SKILL form?

Stats

  • Replies 1
  • Subscribers 18
  • Views 8629
  • Members are here 0
More Content

How to refresh the SKILL form?

ichliebedich
ichliebedich over 4 years ago

Hi all,

I made some small GUI Form for convert to units,

I almost done but, I don't know how to refresh the form window.

after selecting the toggle button and putting the value in the box, hit the "Calculate" button to get the result

then I want to display refreshed Output value.

I don't know how to change  the value dynamically on the form window,

so I tried to change the .FORM file every time to hit the Calc  button

my form is below.

I used the TEXT on the TILE


fprintf(Create_Form_Port "TEXT \" %f \"\n" outputValue)
fprintf(Create_Form_Port "TLOC 20 9\n")
fprintf(Create_Form_Port "ENDTEXT\n\n")

is there any good idea to change the result value dynamically?

or refresh the display window?

regards

  • Cancel
  • Sign in to reply
Parents
  • Eric Jordan
    Eric Jordan over 4 years ago

    You need to call axlFormSetField.

    axlFormSetField(
    r_form
    t_field
    g_value/nil
    )
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Eric Jordan
    Eric Jordan over 4 years ago

    You need to call axlFormSetField.

    axlFormSetField(
    r_form
    t_field
    g_value/nil
    )
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
Cadence Guidelines

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