• 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. Popup message in GUI for mouse-hovering

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 14926
  • 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

Popup message in GUI for mouse-hovering

Mallikarjun032
Mallikarjun032 over 6 years ago

Hi,

Please let me know the function to be used to display a popup message on mouse-hovering over a field in a GUI window.

Thanks,

Mallikarjun

  • Cancel
Parents
  • skillUser
    skillUser over 6 years ago

    Hi Mallikarjun,

    These are two quite different things. The hover-over pop-up is a tooltip which you can specify for the various form fields, toolbar buttons, and menu items - look up hiToolTip in the documentation and you should be able to see how it is done.  Example from the docs:

    myStringField=hiCreateStringField(?name 'myStringField)
    hiFormHandle->myStringField->hiToolTip="description for myStringField"

    For a toolbar or menu item:

    hiCreateAction(
    ?name s_name
    [ ?callback t_callback ]
    [ ?icon g_icon ]
    [ ?iconText t_iconText ]
    [ ?toolTip t_tooltip ]
    [
    ?enabled g_enabled ]
    [ ?checkable g_checkable ]
    [ ?checked g_checked ]
    [ ?defAction g_defaultAction ]
    [ ?actionList l_actionList ]
    [ ?statusTip t_statusTip ]
    [ ?useNameForIconText g_useNameForIconText ]
    )
    => o_action


    Description

    Creates an action for a toolbar or menu. An action is a toolbar or menu item that, when clicked, triggers a callback....

    For a general pop-up feedback, warning, message, error etc:

    hiDisplayAppDBox(
    ?name s_dboxHandle
    [ ?dboxBanner t_dboxBanner ]
    [ ?dboxText t_dboxText ]
    [ ?callback g_callback ]
    [ ?dialogType x_dialogType ]
    [ ?dialogStyle s_dialogStyle ]
    [ ?buttonLayout s_buttonLayout ]
    [ ?buttons g_buttons ]
    [ ?dontPopdowns g_dontPopdowns ]
    [ ?defaultButton x_defaultButton ]
    [ ?location l_location ]
    [ ?help g_help ]
    )
    => t / nil / cancel


    Description

    Creates and displays a dialog box....

    Hopefully this helps you?

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • skillUser
    skillUser over 6 years ago

    Hi Mallikarjun,

    These are two quite different things. The hover-over pop-up is a tooltip which you can specify for the various form fields, toolbar buttons, and menu items - look up hiToolTip in the documentation and you should be able to see how it is done.  Example from the docs:

    myStringField=hiCreateStringField(?name 'myStringField)
    hiFormHandle->myStringField->hiToolTip="description for myStringField"

    For a toolbar or menu item:

    hiCreateAction(
    ?name s_name
    [ ?callback t_callback ]
    [ ?icon g_icon ]
    [ ?iconText t_iconText ]
    [ ?toolTip t_tooltip ]
    [
    ?enabled g_enabled ]
    [ ?checkable g_checkable ]
    [ ?checked g_checked ]
    [ ?defAction g_defaultAction ]
    [ ?actionList l_actionList ]
    [ ?statusTip t_statusTip ]
    [ ?useNameForIconText g_useNameForIconText ]
    )
    => o_action


    Description

    Creates an action for a toolbar or menu. An action is a toolbar or menu item that, when clicked, triggers a callback....

    For a general pop-up feedback, warning, message, error etc:

    hiDisplayAppDBox(
    ?name s_dboxHandle
    [ ?dboxBanner t_dboxBanner ]
    [ ?dboxText t_dboxText ]
    [ ?callback g_callback ]
    [ ?dialogType x_dialogType ]
    [ ?dialogStyle s_dialogStyle ]
    [ ?buttonLayout s_buttonLayout ]
    [ ?buttons g_buttons ]
    [ ?dontPopdowns g_dontPopdowns ]
    [ ?defaultButton x_defaultButton ]
    [ ?location l_location ]
    [ ?help g_help ]
    )
    => t / nil / cancel


    Description

    Creates and displays a dialog box....

    Hopefully this helps you?

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Mallikarjun032
    Mallikarjun032 over 6 years ago in reply to skillUser

    This is exactly what I was looking for.

    Thanks a lot Lawrence.

    • 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